Quote:
Originally Posted by kjdj
I imported the xml through the admin panel, and then I went to FTP the files over, but I get an sql error, and I can't access the adminpanel or the site forums either.
Is there some way to reverse what I have done, or should we restore the latest backup (which is fairly old)
I guess what happened is the xml executed before the 2 folders were uploaded by FTP, so it didn't quite complete itself.
Is there a way to make the xml run again?
Thx
|
Do this
disable all plugins.
in includes / config.php
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
then you can disable the force thread in plug in manager ..
then remove the define('DISABLE_HOOKS', true);