The following notices and invalid argument are appearing in my error logs with the latest -dev from 11-20 that I'm testing.
# notice: Undefined index: operation in /public_html/dev/sites/all/modules/video_upload/video_upload.admin.inc on line 62.
# YouTube Uploads not currently available
# notice: Undefined variable: yt in /public_html/dev/sites/all/modules/video_upload/providers/youtube/zend_gdata.inc on line 121.
# warning: Invalid argument supplied for foreach() in /public_html/dev/sites/all/modules/video_upload/video_upload.admin.inc on line 165.
# notice: Undefined index: videos in /public_html/dev/sites/all/modules/video_upload/video_upload.theme.inc on line 163.
# notice: Undefined variable: output in /public_html/dev/sites/all/modules/video_upload/video_upload.theme.inc on line 167.
Comments
Comment #1
vm commentednote that with E^ALL on these errors seems to be coming from the manage video uploads page in the admin area
Comment #2
Ujval Shah commentedgetting same error, any solution?