
10-03-2013, 11:36 PM
|
|
|
Join Date: Aug 2012
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ozzy47
Cellarius is correct, I coded that mod for DBTech, and I guarentee the files are not loaded in the proper spots.
Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder.
Should that still not work, try this:
Open your config.php 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.1
The go to your ACP, uninstall the mod, then remove that line from your config.php.
|
Thank you.
|