This is the Phpadsnew code in phpinclude_start:
require ('/usr/local/apache2/htdocs/phpads/phpadsnew.inc.php');
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
$bann = $phpAds_raw['html'];
And the specific line that causes this problem is this:
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
|