Page 1 of 1

[Solved] Front End Users breaks site

Posted: Tue Feb 11, 2014 2:22 pm
by Yogibear
Hi,

I've just upgraded from 1.11.9 to 1.11.10 which seemed to go OK.

I upgraded CGExtensions module before upgrading to 1.11.10.

I wanted to install FEU module which I did from the Module Manager. Got a message saying it was installed.

Now my site is totally dead/knackered/kapput.

I get this error message in my Apache log file:

Code: Select all

[Tue Feb 11 13:50:14 2014] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: stderr: PHP Fatal error:  Class 'CGExtensions' not found in /home/public_html/modules/FrontEndUsers/FrontEndUsers.module.php on line 41
This implies that I dont have CGExtensions installed, but actually I do. (Version 1.38.1) according to the cms_modules table.

So now I need to try and sort this mess out and I need a bit of help:

I am not sure where to start. Do you think this is more likely to be a problem with CGExtensions or FEU module?

Can I try overwriting the new version of CGExtensions with the previous version?

Can I switch off FEU by removing it from the table cms_modules?

Any help at all is much appreciated.

Many thanks

Re: Front End Users breaks site

Posted: Tue Feb 11, 2014 2:24 pm
by Rolf
PHP version 5.3+?

Re: Front End Users breaks site

Posted: Tue Feb 11, 2014 2:29 pm
by Yogibear
Yes, PHP Version 5.3.3.

Re: Front End Users breaks site

Posted: Tue Feb 11, 2014 2:51 pm
by JohnnyB
Yogibear wrote:I get this error message in my Apache log file:

Code: Select all

[Tue Feb 11 13:50:14 2014] [warn] [client xxx.xxx.xxx.xxx] mod_fcgid: stderr: PHP Fatal error:  Class 'CGExtensions' not found in /home/public_html/modules/FrontEndUsers/FrontEndUsers.module.php on line 41
This implies that I dont have CGExtensions installed, but actually I do. (Version 1.38.1) according to the cms_modules table.

I came across this bug myself and filed a report:
http://dev.cmsmadesimple.org/bug/view/9162

Try adding that snippet of code to the top of FrontEndUsers.module.php

[Solved] Re: Front End Users breaks site

Posted: Wed Feb 12, 2014 9:26 am
by Yogibear
Thanks JohnnyB, thats fixed it for me, and saved me a lot of time.