View Full Version : Data Base Crash CRON
steve3402000
04-08-2014, 02:34 AM
Well, I think I might really be screwed here. Out of nowhere I have major database errors, cannot log into admincp, cannot fix the database through phpmyadmin. The Yahoo repair tool tries to repair but no luck.
Any ideas?
Thank you in advance
Steve
--------------- Added 1396928226 at 1396928226 ---------------
MySQL said: Documentation
#144 - Table './forum/cron' is marked as crashed and last (automatic?) repair failed
Is the error I get inside phpmyadmin
Steve
ForceHSS
04-08-2014, 02:37 AM
You need to disable plugins from the config
To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
If you could also post the error you are getting check the email that you have in your config
steve3402000
04-08-2014, 02:53 AM
Awesome man, thanks
Steve
ForceHSS
04-08-2014, 02:56 AM
MySQL said: Documentation
#144 - Table './forum/cron' is marked as crashed and last (automatic?) repair failed
Is the error I get inside phpmyadmin
Steve
When you get into your admin panel try running repair from there
steve3402000
04-08-2014, 03:03 AM
OK, that got her back up, Ill check error file
Steve
--------------- Added 1396930129 at 1396930129 ---------------
I am running it now. I did not have the errors sent to my email, I think we disabled it last crash LOL So I will run repairs and optimize, try removing the line we put in?
Appreciate it a lot man. You guys always come through for me.
Steve
katie hunter
04-08-2014, 03:21 AM
OK, that got her back up, Ill check error file
Steve
--------------- Added 1396930129 at 1396930129 ---------------
I am running it now. I did not have the errors sent to my email, I think we disabled it last crash LOL So I will run repairs and optimize, try removing the line we put in?
Appreciate it a lot man. You guys always come through for me.
Steve
You can either remove it or commented it by adding //
So like this, that means it is disabled whenever you add // in the start of the line
//define('DISABLE_HOOKS', true);
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.