PHP 5.6.31 settings.dat.php giving error 'loadINI: syntax error, unexpected '(' in /webroot/cmsroot/data/settings.dat.php on line 2 '

2 posts by 1 authors in: Forums > CMS Builder
Last Post: August 11, 2017   (RSS)

By netsoftservices - August 11, 2017

Error is:

loadINI: syntax error, unexpected '(' in /webroot/cmsroot//data/settings.dat.php on line 2 

The line is:

<?php /* This is a PHP data file */
if (!@$LOADSTRUCT) {
    die("This is not a program file.");
}
return array(
    'activePlugins' => 'saveAndCopy/saveAndCopy.php',
.
.
.

It seems to be unhappy about the array having the parenthesis. My host is not very cooperative and I can't find anything to set in PHP. Any ideas?