Quote:
Originally Posted by Quickness
Odd, I had to comment out
PHP Code:
require_once(DIR . '/includes/ame_prep.php');
/$providers = ame_data_preparse($pagetext);
from includes/functions_video.php
|
I've never seen a php line start with a single slash... looks like you might have tried to comment it out "//" before but had the single slash as a typo- the single slash could be causing your error.