PDA

View Full Version : Error


kimmer78
10-11-2010, 01:44 PM
Hi

Can anyone tell me what's wrong here?

Parse error: syntax error, unexpected T_BOOLEAN_OR in /var/www/virtual/pc-forum.dk/htdocs/includes/functions_newpost.php(433) : eval()'d code on line 7

My site is posting a thread twise right now.

Regards
Kim

pc-forum.dk

Lynne
10-11-2010, 02:12 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

kimmer78
10-11-2010, 02:33 PM
Thank you so much! I disabled a few plugins, and now it works!