Hello! I have problem with database update:

The following updates returned messages

video_embed_field module

Update #7006
Failed: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'title' in 'field list': UPDATE {vef_video_styles} SET title=:db_update_placeholder_0, data=:db_update_placeholder_1 WHERE (name = :db_condition_placeholder_0) ; Array ( [:db_update_placeholder_0] => [:db_update_placeholder_1] => a:4:{s:8:"facebook";a:3:{s:6:"height";s:3:"270";s:5:"width";s:3:"480";s:15:"allowfullscreen";i:1;}s:7:"youtube";a:10:{s:5:"width";s:3:"960";s:6:"height";s:3:"720";s:5:"theme";s:5:"light";s:8:"autoplay";i:1;s:3:"rel";i:0;s:8:"showinfo";i:0;s:14:"modestbranding";i:1;s:14:"iv_load_policy";s:1:"1";s:8:"autohide";s:1:"0";s:2:"vq";s:5:"hd720";}s:5:"vimeo";a:8:{s:5:"width";s:3:"640";s:6:"height";s:3:"480";s:5:"color";s:6:"00adef";s:8:"portrait";i:1;s:5:"title";i:1;s:6:"byline";i:1;s:8:"autoplay";i:0;s:4:"loop";i:0;}s:16:"data__active_tab";s:17:"edit-data-youtube";} [:db_condition_placeholder_0] => teaser ) в функции drupal_write_record() (строка 7194 в файле /home/u9782/domains/dbogatov.ru/includes/common.inc).
CommentFileSizeAuthor
Drupal database update.png30.93 KBDBogatov

Comments

DBogatov’s picture

Issue summary: View changes
DBogatov’s picture

Issue summary: View changes
plopesc’s picture

Hello, I reviewed your problems and I released the beta7, changing the order of the update functions, because there was a problem when upgrading from beta5 to beta6.
Could you try to update from beta5 to beta7?
Your site should be updated cleanly.
Regards.

DBogatov’s picture

Status: Active » Fixed
jeremy.brooks’s picture

I am still having this issue even after updating to beta7

Here is my error message:

The following updates returned messages
video module
Update #7202

Failed: DatabaseSchemaObjectDoesNotExistException: Cannot add field video_queue.duration: table doesn't exist. in DatabaseSchema_mysql->addField() (line 325 of /home/txbodao/public_html/dev/includes/database/mysql/schema.inc).

jeremy.brooks’s picture

Status: Fixed » Active
plopesc’s picture

Which errors?

jeremy.brooks’s picture

Here is my error message:

The following updates returned messages
video module
Update #7202

Failed: DatabaseSchemaObjectDoesNotExistException: Cannot add field video_queue.duration: table doesn't exist. in DatabaseSchema_mysql->addField() (line 325 of /home/txbodao/public_html/dev/includes/database/mysql/schema.inc).

plopesc’s picture

Hello

That error is in video module, not in video_embed_field module.

You should create an issue in that module. :)

Regards

Manuel P.V.’s picture

I have similar errors with the beta8 ->> https://www.drupal.org/node/2368603

any solutions?