I have loaded a module - CGEXTENTIONS - that has now locked me out of the module area and destroyed the skin on all management functions. This is the error code I received and with very little experience with CMS an PHP I am in deep water here...
can any one help ..PLEEEEASE.
Error Code that appears when selecting MODULES from the menu:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/virtual/site135/fst/var/www/html/modules/CGExtensions/CGExtensions.module.php on line 47
CGExtentions locked up module area
Re: CGExtentions locked up module area
You can edit .htaccess file and add this lines:
Code: Select all
SetEnv REGISTER_GLOBALS 0
SetEnv PHP_VER 5