Quote:
Originally Posted by cellarius
Well, the file that triggers the error clearly is from an addon, namely a dbtech one, probably status and moods. This addon clearly is still executing plugin code, which it wouldn't if that line of code was present. Either you did not add it correctly or you did not add it to the correct file.
|
Thanx for your reply.
But now I can not login to admin cp and disable that mod, any other option to do it?
Note:
After using this code;
PHP Code:
define('DISABLE_HOOKS', true);
I am getting following error;
PHP Code:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at ..../vb/vb.php:300) in ..../includes/facebook/facebook.php on line 49
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at ..../vb/vb.php:300) in ..../includes/facebook/facebook.php on line 49
And for Admin CP following error;
PHP Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/offwalk/public_html/admincp/index.php on line 943