Quote:
Originally Posted by Elenna
I'm getting the following errors when trying to view a video:
Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/76/9471276/html/uat/vbtube_show.php on line 360
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/76/9471276/html/uat/vbtube_show.php on line 642
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/76/9471276/html/uat/vbtube_show.php on line 1042
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/vbtube_show.php:360) in [path]/includes/facebook/facebook.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at [path]/vbtube_show.php:360) in [path]/vbtube_show.php on line 659
I am also having the same issue. Video uploads just fine, plays just fine, etc.
The template edit to headinclude didn't fix it:
Change
<vb:if condition="$show['fb_opengraph']">
to
<vb:if condition="$show['fb_opengraph'] AND THIS_SCRIPT != 'vbtube'">
|
Getting same error tried all previous suggestions nothing is working please help really want this

if i remove lines it works sure thats not the answer tho
Im