• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] some errors in youtube auto import?

Started by leen12,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

leen12Topic starter

i just added some videos via auto import from youtube and after that i got these above the import feature
Notice: Undefined index: data in /var/zpanel/hostdata/zadmin/public_html/viralwire_co_uk/lib/class.youtube.php on line 207

Notice: Undefined index: data in /var/zpanel/hostdata/zadmin/public_html/viralwire_co_uk/lib/class.youtube.php on line 221

Notice: Undefined index: data in /var/zpanel/hostdata/zadmin/public_html/viralwire_co_uk/lib/class.youtube.php on line 222

Notice: Undefined index: data in /var/zpanel/hostdata/zadmin/public_html/viralwire_co_uk/lib/class.youtube.php on line 223

Notice: Undefined index: videos in /var/zpanel/hostdata/zadmin/public_html/viralwire_co_uk/moderator/youtube.php on line 16

on line 207 i have
$videosList = $content['data']['items'];

on line 221 i have
$videosDatas['stats']['totalResults'] = $content['data']['totalItems'];

on line 222 i have
    $videosDatas['stats']['startIndex'] = $content['data']['startIndex'];

and 223 is
    $videosDatas['stats']['itemsPerPage'] = $content['data']['itemsPerPage']

then 16 is
if($nbTotal==0) { $nbTotal = count($videosData['videos']); 	}


thanks
http://hip-hop99.com best hip hop music website
http://social-nuke.com free facebook likes and shares
https://wppluginscheap.com Wordpress plugins and themes cheap
  •  

Marius P.

That notice it's valid. Means Youtube did no longer return results for that page.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

leen12Topic starter

http://hip-hop99.com best hip hop music website
http://social-nuke.com free facebook likes and shares
https://wppluginscheap.com Wordpress plugins and themes cheap
  •  

Similar topics (7)