Page 1 of 1

[SOLVED]strang error when copying files to live server

Posted: Thu May 16, 2013 5:44 am
by blackhawk
I am running cmsms 1.11.6 on my localhost and everything appears to be working fine.

The moment I FTP'd my files up to the live site (along with installing the database too), I get a server error in my live environment that says this in my log...

Code: Select all

[16-May-2013 01:05:26] PHP Parse error:  syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home2/modernf0/public_html/merchena/modules/FrontEndUsers/FrontEndUsers.module.php on line 323

I have no trouble with FrontEndUsers installed on my local directory.

My plan B is to do a fresh install of CMSMS on my live server, but that would take much longer in copying/moving process.

But any clues to what I should check for to fix this error?

Thanks

Re: strang error when copying files from local to live serve

Posted: Thu May 16, 2013 7:44 am
by Jo Morg
You need php 5.3 on your live host. CG latest modules require that as a minimum.
HTH

Re: strang error when copying files from local to live serve

Posted: Thu May 16, 2013 10:59 am
by blackhawk
Thanks for the big tip!