Fatal error: Cannot use string offset as an array in /home/friend/public_html/videos/youtube.class.php on line 177
I get this error pretty frequent in my script but not always, anyone know what causses it and how to avoid?
175 define('YOUTUBE_VIDEO_INDEX', $index);
176 } else {
177 define('YOUTUBE_VIDEO_ID', $this->xml['video_list']['video'][0]['id']);
178 define('YOUTUBE_VIDEO_INDEX', 0);
179 }