PDA

View Full Version : errors that occurred in the admin panel


cihadehli
12-01-2013, 01:04 PM
how these errors can be removed ,Add forum is going on in the admin panel

thank you.

https://vborg.vbsupport.ru/external/2013/12/50.png

ozzy47
12-01-2013, 01:08 PM
Lets see if it is a mod causing the issue.

Open your includes/config.php and below<?php add this line:

define('DISABLE_HOOKS', true);So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2 If the error goes away, then remove the define('DISABLE_HOOKS', true); from the config.php and then start disabling each mod one a a time till you find the culprit.

cihadehli
12-01-2013, 01:13 PM
yes, I've added code problem did not seem

ozzy47
12-01-2013, 01:18 PM
Sorry, I don't quite understand. Are you saying you added that code and the errors are still there?

cihadehli
12-01-2013, 01:41 PM
1- No problem if you add code
2- Could it be the problem of plug-ins

ozzy47
12-01-2013, 01:44 PM
Ok then you need to remove that code, then start disabling each mod one a a time till you find the culprit.

cihadehli
12-01-2013, 01:59 PM
yes problems emanating from plug-ins
thank.you

ozzy47
12-01-2013, 02:06 PM
Not a problem, glad to help. :)