avatar_wmaster

[ Video Sharing CMS v4 ] Undefined property: Vibe_Providers

Started by wmaster,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wmasterTopic starter

I got this on video page:




Notice:  Undefined property: Vibe_Providers::$VideoProvider in /home/xxxxxxxxxxx/public_html/anuntstiri.ro/com/com_video.php on line 46

<!doctype html>
<html prefix="og: http://ogp.me/ns#">
<html dir="ltr" lang="en-US"> 
<head> 


How to resolve ?
Thanks

PHPVibe A.

Uh, that's a bug

change

$vid->VideoProvider
to

$vid->VideoProvider()

wmasterTopic starter


Similar topics (7)