By TheDarkFlop on
I had these errors show up outta nowhere when I checked my site today. Not to sure what caused it. Through some research It looked like it was a memory issue. But I changed the memory limit to 50M and nothing changed. Any one have any ideas on what might be going on?
Warning: Got error 1 from storage engine query: SELECT CASE WHEN status=1 THEN 0 ELSE 1 END FROM access WHERE type = 'host' AND LOWER('199.234.66.162') LIKE LOWER(mask) ORDER BY status DESC LIMIT 0, 1 in /home/swiows/public_html/flopjack/includes/database.mysql.inc on line 172
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/swiows/public_html/flopjack/includes/database.mysql.inc:172) in /home/swiows/public_html/flopjack/includes/bootstrap.inc on line 899
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/swiows/public_html/flopjack/includes/database.mysql.inc:172) in /home/swiows/public_html/flopjack/includes/bootstrap.inc on line 899
Warning: Got error 1 from storage engine query: SELECT data, created, headers, expire FROM cache WHERE cid = 'variables' in /home/swiows/public_html/flopjack/includes/database.mysql.inc on line 172
Warning: Got error 1 from storage engine query: SELECT * FROM variable in /home/swiows/public_html/flopjack/includes/database.mysql.inc on line 172
Warning: Got error 1 from storage engine query: LOCK TABLES cache WRITE in /home/swiows/public_html/flopjack/includes/database.mysql.inc on line 172
...........................................................
Comments
Error from storage engine
sounds a lot like the problem is with the database server and not Drupal.
After a quick look at Google:
http://www.google.com/search?q=mysql+error+1+storage+engine
It doesn't look like anything you'll be able to solve yourself - contact your sysadmin or hosting support.
--
Anton
Thanks
Thanks for your direction. The recently moved over to new servers and it looks like something got corrupted in the move.
Thanks again.
--
TheDarkFlop
PrakPrint.com - Making Print Praktical