Cache bug and field_name

maxc22 - April 26, 2007 - 17:24
Project:Video CCK
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

In watchdog after installing Video CCK I see many-many logs like this:
Table 'b10393.cache_content' doesn't exist query: cache_set UPDATE cache_content SET data = 'a:3:{s:6:\"field_\";a:1:{i:0;N;}s:10:\"field_link\";a:1:{i:0;a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"attributes\";s:2:\"N;\";}}i:0;a:3:{s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"attributes\";N;}}', created = 1177607694, expire = 0, headers = '' WHERE cid = 'content:121:125' in file /home/u10393/www/includes/database.mysql.inc in 172.

And name of field (in http://www.site.ru/admin/content/types/blog/fields for example) showing like 'field_', no 'field_video' or something else, but only 'field_' by default. How can i change that? Maybe problems with cache appears after that?
CCK version 5.x-1.5

#1

aaron - June 15, 2007 - 20:58
Status:active» postponed (maintainer needs more info)

sorry it took so long to get to your problem. must have caught me on a busy week; a lot of new requests went up over the last month, and your issue got lost in the shuffle.

looks like the cache_content table doesn't exist on your site. make sure you run update.php -- both these problems look like cck problems.

let me know if there's still a problem, or you have further reason to believe it's related to video_cck.

thanks,
aaron

 
 

Drupal is a registered trademark of Dries Buytaert.