Parse error: syntax error, unexpected ':' in C:\xampp\htdocs\webauction-0.3.5\dataface\Dataface\Application.php on line 216
This is the error I get when I try in my web browser.
This is what I got in my "Application.php" under line 216:
function Dataface_Application($conf = null){
$this->_baseUrl = $_SERVER['PHP_SELF'];
if ( !is_array($conf) ) $conf = array();
if ( is_readable(DATAFACE_SITE_PATH.'/conf.ini') ){
$conf = array_merge(parse_ini_file(C:\xampp\htdocs\webauction-0.3.5.'/conf.ini', true), $conf);
}
Have I typed in the wrong path to the database conf.ini file?
I've configured everything in the Install.php instructions, but I'm unsure what I have to type as path under line 216.
I'm using MySQL client version: 5.0.67
Any help would be appriciated.
Thanks
Jaspern