Saturday 26 April 2008 4:52:25 pm
I was trying to run the Setup Wizard by pointing the browser to the index.php page of a newly downloaded 4.0.0 distribution. Strangely, what I get is an error: Parse error: syntax error, unexpected ',', expecting '(' in /home/lulio1/public_html/ez/ezpublish-4.0.0/index.php on line 121 Anybody has an idea of what might be happening? NOTE: The listing of index.php shows the following, for lines 121 thru 124:
121 $logMap = array( 'notice' => eZDebug::LEVEL_NOTICE,
122 'warning' => eZDebug::LEVEL_WARNING,
123 'error' => eZDebug::LEVEL_ERROR, 124 'debug' => eZDebug::LEVEL_DEBUG ); Please help! Thank you!
|