Page 2 of 2

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Sat Nov 10, 2007 2:47 pm
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.

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Sat Nov 10, 2007 3:55 pm
by bbomer
eviled,

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

I left you some Karma for your effort.

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Sat Nov 10, 2007 10:21 pm
by calguy1000
this minor change has been committed to svn and will be included with the 1.3.1 release due out soon (tomorrow?).

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Mon Nov 12, 2007 4:14 pm
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] ;)

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Fri Nov 16, 2007 9:58 am
by louisk
Thanks you thank you!! what a stupid mistake.

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Mon Nov 19, 2007 9:49 pm
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. 

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Sat Nov 24, 2007 12:58 pm
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?

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Sun Nov 25, 2007 4:04 pm
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

Re: CMSMS 1.2 and FrontEndUser 1.3 Setup Issue

Posted: Mon Nov 26, 2007 11:50 pm
by careybradfield
Thanks for the fix!