field_video_id
jirka.enc - March 24, 2009 - 14:44
| Project: | Video Upload |
| Version: | 5.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jirka.enc |
| Status: | active |
Description
Hi,
when I work with video upload module I have few error (warrnings) reports but video is sucesfully uploaded on youtube and include in page, but i still see warnings...
When I open "Manage Video Uploads" i see this
* user warning: Unknown column 'field_video_id' in 'field list' query: SELECT field_video_id AS ytid, nid FROM drupal5_content_type_pocin WHERE field_video_id IS NOT NULL AND field_video_id <> '' in /var/www/pocin/includes/database.mysql.inc on line 174.
* user warning: Unknown column 'field_video_id' in 'field list' query: SELECT field_video_id AS ytid, nid FROM drupal5_content_type_story WHERE field_video_id IS NOT NULL AND field_video_id <> '' in /var/www/pocin/includes/database.mysql.inc on line 174.After upload video and run cron I see this:
* user warning: Unknown column 'field_video_status' in 'where clause' query: SELECT * FROM drupal5_content_type_pocin WHERE field_video_status = 0 and field_video_id <> '' in /var/www/pocin/includes/database.mysql.inc on line 174.
* user warning: Unknown column 'field_video_status' in 'where clause' query: SELECT * FROM drupal5_content_type_pocin WHERE field_video_status = 1 and field_video_id <> '' in /var/www/pocin/includes/database.mysql.inc on line 174.
* user warning: Unknown column 'field_video_status' in 'where clause' query: SELECT * FROM drupal5_content_type_story WHERE field_video_status = 0 and field_video_id <> '' in /var/www/pocin/includes/database.mysql.inc on line 174.
* user warning: Unknown column 'field_video_status' in 'where clause' query: SELECT * FROM drupal5_content_type_story WHERE field_video_status = 1 and field_video_id <> '' in /var/www/pocin/includes/database.mysql.inc on line 174.In db are tables
drupal5_content_field_video
drupal5_content_type_page
drupal5_content_type_pocin
drupal5_content_type_story
but field 'field_video_status' is only in table drupal5_content_field_video. Is that bug?
