
09-18-2014, 11:28 PM
|
|
|
Join Date: Jul 2012
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ozzy47
I would try with all mods disabled then.
To temporarily disable all mods:
Open your includes/config.php file and below<?php add this line:
PHP Code:
define('DISABLE_HOOKS', true);
So it looks like this:
PHP Code:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Then make sure all files are loaded to the proper place, and re import the xml, then remove the define('DISABLE_HOOKS', true); from the includes/config.php file
|
Reimport which XML?
|