Log in

View Full Version : error log please help!


Michael.A
09-28-2009, 12:49 PM
i have more then one of them same error..
how can i fix?

[25-Sep-2009 04:51:26] PHP Parse error: syntax error, unexpected T_VARIABLE in /home/*****/public_html/coderz/forum.php(594) : eval()'d code(290) : eval()'d code on line 1

Lynne
09-28-2009, 02:46 PM
It's from a mod. Try disabling your modifications/plugins and 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);

Michael.A
09-28-2009, 02:57 PM
thanks again lynne...