I'm getting this message when I try to upload more vids from youtube:
Fatal error: Call to undefined method WP_Error::get_item_quantity() in /home/xxxxxx/ftp/wp-content/plugins/external-videos/ev-video_sites.php on line 34
Any ideas?
I'm getting this message when I try to upload more vids from youtube:
Fatal error: Call to undefined method WP_Error::get_item_quantity() in /home/xxxxxx/ftp/wp-content/plugins/external-videos/ev-video_sites.php on line 34
Any ideas?
That's called in fetch_youtube_videos and uses the rss feed parser of WordPress. It seems this was created in wordpress 2.9 http://wordpress.org/support/topic/fatal-error-call-to-undefined-method-magpierssget_item_quantity?replies=6 and turned up for empty feeds.
I have put a check in to make sure that won't happen again. Will be in the next release.
This topic has been closed to new replies.