Page 1 of 1
FrontEndUsers won't install on latest version?
Posted: Wed May 08, 2013 12:15 pm
by JiiPee
Hi, I have tried this now for few times with fresh installation of CMSMS but every time when I try to install FEU I get the following error and admin area and website crashes:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/test/public_html/cmssimple/modules/FrontEndUsers/FrontEndUsers.module.php on line 323
Other modules before that installs just fine though.
I have few sites with FEU and on 1.11.4 it works, but 1.11.5 and 1.11.6 it dont work any more.
Can someone confirm if this is bug or something else?
Edit: Sorry, just noticed that sticky of PHP 5.4 for CG modules, is this the reason for installation failure?
If I update PHP to latest version, is there a chance that some old installation of CMSMS won't work any more?
I do have two small sites that still uses version 1.7.1 and 1.8.2 only because they have multi language module that was not continued later on.
Re: FrontEndUsers won't install on latest version?
Posted: Wed May 08, 2013 12:56 pm
by staartmees
You get this error because all CG-modules need PHP 5.3
It's best to have the latest version of cms made simple and modules.
Re: FrontEndUsers won't install on latest version?
Posted: Wed May 08, 2013 6:24 pm
by Dr.CSS
Those older versions have vulnerabilities that allow the site to be hacked, is best to update them...
Re: FrontEndUsers won't install on latest version?
Posted: Fri May 10, 2013 7:49 am
by JiiPee
Yes I know those old sites should be updated asap.
But do you think there will be problems with those sites if I update to latest PHP version, before updating CMSMS versions?
Re: FrontEndUsers won't install on latest version?
Posted: Fri May 10, 2013 5:47 pm
by Dr.CSS
My host lets me add a line in htaccess to set PHP version per site...
At the top, this works for me but not sure if it works for everyone, ymmv...
AddHandler application/x-httpd-php53 .php
Re: FrontEndUsers won't install on latest version?
Posted: Sun May 19, 2013 1:06 pm
by JiiPee
Hi again, I have now PHP 5.3.25 version but still I get the same error when trying to install FEU from module manager in 1.11.6.
Any advice please?
Heres the error I get:
Code: Select all
Warning: str_shuffle() expects exactly 1 parameter, 3 given in /home/mysite/public_html/modules/FrontEndUsers/method.install.php on line 230
Warning: substr() expects at least 2 parameters, 1 given in /home/mysite/public_html/modules/FrontEndUsers/method.install.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 94
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 97
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 101
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 104
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 94
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 97
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 101
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 104
Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/modules/FrontEndUsers/method.install.php:230) in /home/mysite/public_html/include.php on line 107
Re: FrontEndUsers won't install on latest version?
Posted: Wed May 22, 2013 1:28 pm
by JiiPee
Small update to this: module seems to install and work in 1.11.6, but it gives that error every time when installing.
Re: FrontEndUsers won't install on latest version?
Posted: Wed May 22, 2013 7:49 pm
by Jo Morg
Usually warnings are not critical. The Module should work fine, but do a test run and see if all goes well. On a production site warnings should be silently logged.
HTH.