Log in

View Full Version : problem in functions and adminfunctions.php


lordi
08-24-2009, 11:49 AM
hello

suddenly when opening my forum i found this:

Parse error: syntax error, unexpected T_STRING in /home/content/x/x/x/lxx/html/forum/includes/functions.php on line 5725

and in admin this:


Parse error: syntax error, unexpected T_STRING in /home/content/x/x/x/lxx/html/forum/includes/functions.php on line 5725

and Sometimes instead of Functions.php ====> the error occurs in adminfunction.php

-I used to replace them with clean ones but they work for a short time and then gives same error above

- my vbulletin is 3.8.4

-I have zend and ioncube enabled

I need help 10xx

Marco van Herwaarden
08-24-2009, 01:48 PM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.