actualmente me visualiza este error al intentar abrir una pagina que llama el siguiente codigo
Código PHP:
<!--/* OpenX Local Mode Tag v2.4.4 */-->
<?php
// The MAX_PATH below should point to the base of your OpenX installation
define('MAX_PATH', '/home/content/a/m/p/ampalacios/html/openx');
if (@include_once(MAX_PATH. '/www/delivery/alocal.php')) {
if (!isset($phpAds_context)) {
$phpAds_context = array();
}//Fin del if
$phpAds_raw = view_local('', 5, 0, 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}//Fin del if
?>
<br />
<b>Parse error</b>: parse error, unexpected T_STRING, expecting ',' or ';' in <b>/home/content/a/m/p/ampalacios/html/openx/www/admin/lib-gui.inc.php</b> on line <b>648</b><br />
HTTP/1.1 304 Not Modified
Date: Mon, 29 Dec 2008 15:51:46 GMT
Server: Apache
Connection: Keep-Alive, Keep-Alive
Keep-Alive: timeout=15, max=93
ETag: "805f37-11c4-491662b6"
...
alguna idea ????