Warning: Table 'cache' is marked as crashed and should be repaired query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in E:\6appSoft\xampp\htdocs\drupal612\includes\database.mysqli.inc on line 128

Warning: Table 'cache' is marked as crashed and should be repaired query: UPDATE cache SET data = 'a:181:{s:13:\"theme_default\";s:10:\"bluemarine\";s:13:\"filter_html_1 \";s:1:\"1\";s:18:\"node_options_forum\";a:1:{i:0;s:6:\"status\";}s:18: \"drupal_private_key\";s:64: \"25145cdda9eadbb0a5c68333818f358b79283273f2176a6014712a3b75d7bb37 \";s:10:\"menu_masks\";a:24: {i:0;i:125;i:1;i:63;i:2;i:62;i:3;i:61;i:4;i:59;i:5;i:58;i:6;i:56;i:7;i:31;i:8;i:30;i:9;i:29;i:10;i:28;i:11;i:24;i:12;i:21;i:13;i:15;i:14;i:14;i:15;i:13;i:16;i:11;i:17;i:7;i:18;i:6;i:19;i:5;i:20;i:4;i:21;i:3;i:22;i:2;i:23;i:1;}s:12:\"install_task \";s:4:\"done\";s:13:\"menu_expanded\";a:0:{}s:25: \"drupal_http_request_fails\";b:1;s:9:\"site_name\";s:48:\"北京睿创高远网络科技股份有限公司\";s:9:\"site_mail\";s:16:\"dadaball@163.com\";s:21: \"date_default_timezone\&qu in E:\6appSoft\xampp\htdocs\drupal612\includes\database.mysqli.inc on line 128

Warning: Cannot modify header information - headers already sent by (output started at E:\6appSoft\xampp\htdocs\drupal612\includes\database.mysqli.inc:128) in E:\6appSoft\xampp\htdocs\drupal612\includes\bootstrap.inc on line 630

Warning: Cannot modify header information - headers already sent by (output started at E:\6appSoft\xampp\htdocs\drupal612\includes\database.mysqli.inc:128) in E:\6appSoft\xampp\htdocs\drupal612\includes\bootstrap.inc on line 631

Warning: Cannot modify header information - headers already sent by (output started at E:\6appSoft\xampp\htdocs\drupal612\includes\database.mysqli.inc:128) in E:\6appSoft\xampp\htdocs\drupal612\includes\bootstrap.inc on line 632

Warning: Cannot modify header information - headers already sent by (output started at E:\6appSoft\xampp\htdocs\drupal612\includes\database.mysqli.inc:128) in E:\6appSoft\xampp\htdocs\drupal612\includes\bootstrap.inc on line 633

Comments

derek.b’s picture

I had a similar error. Logged using phpmyadmin and ran a repair on the "cache table" of my drupal database. That seemed to resolve the issue for me.

andreac’s picture

That just fixed my issue too.

Here's a page that tells how to use phpmyadmin to repair a table, for others' reference, since this is the first search result I got on this issue.

http://php.about.com/od/mysqladministration/qt/repair_mysql.htm

yehanny’s picture

By clearing the "cache" table on drupal database will fix this issue, it works for me too. Thanks!