Hello, I need help. When I try run update.php, the screen show:

The version of Drupal you are updating from has been automatically detected.

HIDE3 PENDING UPDATES
video_embed_field module

7006 - Updates vef_video_styles table structure.
7007 - Update youtube "hd" URL deprecated parameter.
7008 - Updates naming of 'node' formatter setting to 'content'.

I clicked "Apply pendings updates", and the next exception appear:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'database.cache_entity_field_collection_item' doesn't exist: TRUNCATE {cache_entity_field_collection_item} ; Array ( ) in cache_clear_all() (line 165 of /*.*/*.*/public_html/*.*/includes/cache.inc).

How can I fix it?

Thank you very much for your attentions.

Comments

Manuel P.V.’s picture

Issue summary: View changes
plopesc’s picture

Assigned: Manuel P.V. » Unassigned
Status: Active » Closed (works as designed)
Issue tags: -PDOException: SQLSTATE[42S02], -7006 - Updates vef_video_styles table structure, -Update youtube, -Updates naming of 'node' formatter setting to 'content', -Base table or view not found: 1146 Table

Hello
Your problem looks like is not in video_embed_field module. As you can see, the error is produced in table database.cache_entity_field_collection_item which belongs to field_collection module.

Marking as "Works as designed" for now. If your problems persists, feel free to reopen this issue.

Thank you