CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
emt
Forum Members
Forum Members
Posts: 20
Joined: Mon Jul 16, 2007 5:37 pm
Location: Athens, GA US

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by emt »

eviled wrote:
Maybe this?

in function.user_loginform.php, in the module that got installed by module manager, the file contained:

$smarty =$gCms->GetSmarty();

instead of

$smarty =& $gCms->GetSmarty();


Changing that made the app work for me.
First, a "me too" - fresh install of CMSMS 1.2 and FEU 1.3 and FEU would not display anything. PHP 4.3.9-3.22.9 too.

But the code change you suggested fixed the problem! Thank you.
bbomer

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by bbomer »

eviled,

You have won the day!  Thanks for posting the solution.

I left you some Karma for your effort.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by calguy1000 »

this minor change has been committed to svn and will be included with the 1.3.1 release due out soon (tomorrow?).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
tonyyeb

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by tonyyeb »

eviled wrote:
Maybe this?

in function.user_loginform.php, in the module that got installed by module manager, the file contained:

$smarty =$gCms->GetSmarty();

instead of

$smarty =& $gCms->GetSmarty();


Changing that made the app work for me.
Worked a treat for me! Thanks!

Original poster: Thread title now needs to be [solved] ;)
louisk
Forum Members
Forum Members
Posts: 89
Joined: Wed May 30, 2007 7:40 pm

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by louisk »

Thanks you thank you!! what a stupid mistake.
styson

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by styson »

This fixed worked for me as well.  Clean CMSms 1.2/FEU 1.3 install and I had the same error.. blank login form. 
sep
Forum Members
Forum Members
Posts: 13
Joined: Thu Jun 28, 2007 7:02 am

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by sep »

Awesome debug! I'm unfortunately unable to modify the file by ftp because it's owned by the webserver. Does anyone know how to get around this?
Last edited by sep on Sat Nov 24, 2007 9:39 pm, edited 1 time in total.
starbits
Forum Members
Forum Members
Posts: 47
Joined: Tue Oct 09, 2007 9:41 pm

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by starbits »

Hi Sep,

Ownership and file permissions are designed not to be gotten around.  You can either:
.  Ask your server administrator to CHOWN (change ownership) of the file to you
.  Send the corrected file to the server administrator and ask him to replace it for you, or
.  Wait until Calguy comes out with the corrected update, version 1.3.1 and then install the update.

If your server admin, won't help with the first two options, consider changing hosting companies.

I am glad I found this thread as I was having the same problems as everyone else.

Steve
careybradfield
Forum Members
Forum Members
Posts: 29
Joined: Tue Apr 03, 2007 11:07 pm

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Post by careybradfield »

Thanks for the fix!
Locked

Return to “[locked] Installation, Setup and Upgrade”