problem when post new thread

kkOr4b

New Member
i had one problem when post new thread and this appear in top and this is message that appear

Code:
Parse error: syntax error, unexpected T_STRING, expecting ')' in /membri/kosovapower/Forum/newthread.php(75) : eval()'d code(85) : eval()'d code on line 1

How to repair this.

I can open new thread but this appear
 
Try to disable hooks and see if the error goes away. If it does, one of you hacks is causing a problem for you. AdminCP>vboptions>Plugin Hook System. Alternately, add in config.php, after <?php tag:

Code:
define('DISABLE_HOOKS',true);
 
Back
Top