Hi!
After upgrade from 4.7.6 to 5.1 I have tons of errors in watchdog and I have no idea what to do with it, I looked on google but I found no info about cache_content table for drupal ... So please, what is the problem? Thank you!!!
# query: SELECT data, created, headers, expire FROM cache_content WHERE cid = 'content:4483:4483' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: LOCK TABLES cache_content WRITE in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: UPDATE cache_content SET data = 'a:0:{}', created = 1178654366, expire = 0, headers = '' WHERE cid = 'content:4483:4483' in
/home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: SELECT data, created, headers, expire FROM cache_content WHERE cid = 'content:4482:4482' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: LOCK TABLES cache_content WRITE in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: UPDATE cache_content SET data = 'a:0:{}', created = 1178654366, expire = 0, headers = '' WHERE cid = 'content:4482:4482' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: SELECT data, created, headers, expire FROM cache_content WHERE cid = 'content:4450:4450' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: LOCK TABLES cache_content WRITE in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: UPDATE cache_content SET data = 'a:0:{}', created = 1178654366, expire = 0, headers = '' WHERE cid = 'content:4450:4450' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: SELECT data, created, headers, expire FROM cache_content WHERE cid = 'content:4392:4392' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: LOCK TABLES cache_content WRITE in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: UPDATE cache_content SET data = 'a:0:{}', created = 1178654366, expire = 0, headers = '' WHERE cid = 'content:4392:4392' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: SELECT data, created, headers, expire FROM cache_content WHERE cid = 'content:4389:4389' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: LOCK TABLES cache_content WRITE in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
# user warning: Table 'somvprahe_sk_1.cache_content' doesn't exist query: UPDATE cache_content SET data = 'a:0:{}', created = 1178654366, expire = 0, headers = '' WHERE cid = 'content:4389:4389' in /home/somvprahe.sk/somvprahe.sk/www/includes/database.mysql.inc on line 172.
Comments
Check you Database.'
Check you Database.
Do you have any table "cache_content" in your Database (which I assume is named "somvprahe_sk_1") ?
Perhaps it has a slightly different name, try to find it.
José San Martin
http://www.chuva-inc.com/
hi
Hi Jose, thanks for answer.
I have no table called cache_content in my db. and no such table is in mysql.inc in drupal. so I don;t know what to do with it.
Thanks
Igor
Igorik
www.somvprahe.sk
What modules do you have
What modules do you have enabled?
(by the way, you won't find anything in mysql.inc. The error appears there because it's the file that actually run the mysql queries)
José San Martin
http://www.chuva-inc.com/
the truth is out there
Google failed you
Search on Table cache_content doesn't exist got the answers
There seems to have been a hiccup in the upgrade path at one time, but it may also just be that
Did you follow the instructions and visit update.php after installing the module?
If there's no help there, The fix described here, in the issue is what you need to do.
Please, check my troubleshooting link below and don't paste dozens of identical lines. It's not the fault of database.mysql.inc . Instructions for narrowing the problem down (to cache_content) are in How to troubleshoot
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards