Quote:
Originally Posted by Berethorn
I haven't backed up the database, no. The last backup is from January. You don't have to tell me I should have backed up more (I used to).
I would still try to restore the January one if I could, but I think it's too big for phpMyAdmin to handle, and too big to send to the folks at my server to have them do it. Nonetheless I will find a way if needs must.
|
A reminder to everyone that this really is easy to prevent!!!
Tutorial: Using the CRON tab to do daily backups and long term MYSQL archives
--------------- Added [DATE]1224191004[/DATE] at [TIME]1224191004[/TIME] ---------------
Did you try disabling the plugin system by editing your config file?
To temporarily disable the plugin system, edit config.php
FIND
AFTER ADD
PHP Code:
define('DISABLE_HOOKS', true);
That will at least confirm there is no way it is in the plugin system somehow.
Just remove it when you are done and you will be back to normal.