I have 18 sequential entries of the following error report appearing in watchdog:
Unknown column 'field_video_upload_status' in 'where clause' query: SELECT * FROM content_type_blog WHERE field_video_upload_status = 1 and field_video_upload_id <> '' in /var/www/vhosts/site/httpdocs/includes/database.mysql.inc on line 174.
Unknown column 'field_video_upload_status' in 'where clause' query: SELECT * FROM content_type_page WHERE field_video_upload_status = 0 and field_video_upload_id <> '' in /var/www/vhosts/site/httpdocs/includes/database.mysql.inc on line 174.
It seems to be triggered by poormans cron.
Comments
Comment #1
graper commentedthis is a duplicate of the following discussion http://drupal.org/node/358534. It just needs to be back ported to the version 5 branch
Granville
Comment #2
plan9 commentedThanks Granville
So... probably not safe to try applying this patch code to 5.x?
Comment #3
plan9 commentedForget my last comment. Patch is for video_upload_widget.inc which doesn't exist in 5.x branch.
Comment #4
graper commentedI think that this problem is occurring because of a setting in the content type that you've set up. It seems that this module can't upload HTML tags to you tube for some reason.
In the content type that you've setup change the Default Video Description Synchronization to "Don't Synchronize".
also change Default Video Keyword Synchronization to "Don't Synchronize" as well.
If you have html code in your description because of an editor like tinymce, try turning it off and remove the html tags in there.
While recommended, it is marked as beta, so it has it's "issues".
Granville
Comment #5
plan9 commentedHi
Thanks for the suggestions. I tried them but still have the same errors. There is a field in the content type settings for 'Default Video Title Synchronization'. Do I need to change this to "Dont Synchronize" also?
Thanks