PDA

View Full Version : Error when uploading Optimise 1.3.2


danoz
02-23-2009, 09:37 PM
My site wont load at all now I am getting this error.

Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/teenwebs/public_html/board/includes/class_activecache.php on line 20

I just did this to one of my other vb forums and the mod works fine. I also deleted all of the files that came with the mod and reinstalled them. ?


:(

Lynne
02-23-2009, 09:53 PM
Try disabling your plugins.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Then you may uninstall the mod. If you have further questions regarding the modification, you should ask them in the modification thread.

danoz
02-23-2009, 09:58 PM
I guess it never hurts to type the error into google I just found that hooks code on a previous forum and got everything uninstalled and working fine. Thanks