Forums / Install & configuration / Parse error: syntax error, unexpected $end
Dana Bessey
Sunday 16 December 2007 1:50:00 pm
Newbie, Just uploaded eZpub pointed to index.php Get this errorParse error: syntax error, unexpected $end
Line# seems to point to the final section
-----------------------------------------------------------eZDebug::addTimingPoint( "End" );
$out = ob_get_clean();echo trim( $out );
eZDB::checkTransactionCounter();
eZDisplayResult( $templateResult );
eZExecution::cleanup();eZExecution::setCleanExit();
?>
Kristof Coomans
Monday 17 December 2007 12:30:09 am
Hi Dana, welcome to the eZ Community!
Which version of eZ Publish are you trying to install and on which version of PHP?
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Monday 17 December 2007 10:57:29 am
PHP 5 supported and eZ Publish 4.0 on a linux host atbhost.com
ThanksDana