Status
Not open for further replies.

earnmoneybb

Active Member
511
2012
164
0
I recently upgraded From vb 4.1.12 to 4.2.0 forum so now when i tries to add some new forums or categories i recives this error can any body tell me how i can set this errror

Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in /home/earnmone/public_html/forums/vb/search/indexcontroller/queueprocessor.php on line 84

Please help me i want to set it

regards

earnmoneybb
 
2 comments
go to your server, open the /includes/config.php

edit the file and just below the first line (which says <?php) type this:
Code:
define('DISABLE_HOOKS', true);
and save.
this will disable all the hacks-addons you have installed. in case that everything works fine now, then you 'll know that a hack is creating the error.
re-edit the config.php and switch it back to normal.
then locate the naughty hack and try reinstalling it.
if that doesnt work, uninstall the hack for good.

important! DO NOT edit th config.php with the windows notepad. it adds 3 unseen characters. bad!
use instead notepad++ or editpad or adobe dreamweaver.

(i know that my reply is loooong time after the first post. i just answered in case other guys face a similar problem)
 
Status
Not open for further replies.
Back
Top