Active
Project:
Video Embed Field
Version:
7.x-2.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2014 at 03:58 UTC
Updated:
4 Nov 2014 at 16:20 UTC
Jump to comment: Most recent
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).| Comment | File | Size | Author |
|---|---|---|---|
| Drupal database update.png | 30.93 KB | DBogatov |
Comments
Comment #1
DBogatov commentedComment #2
DBogatov commentedComment #3
plopescHello, 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.
Comment #4
DBogatov commentedComment #5
jeremy.brooks commentedI am still having this issue even after updating to beta7
Here is my error message:
Comment #6
jeremy.brooks commentedComment #7
plopescWhich errors?
Comment #8
jeremy.brooks commentedHere is my error message:
Comment #9
plopescHello
That error is in video module, not in video_embed_field module.
You should create an issue in that module. :)
Regards
Comment #10
Manuel P.V. commentedI have similar errors with the beta8 ->> https://www.drupal.org/node/2368603
any solutions?