Page 1 of 1

Succuessfull Installation but Error Message When Opned

Posted: Mon Feb 14, 2011 3:24 am
by ranoga
I am installing cmsms to evaluate it. Installation completed with success .

But I first got "site down for maintenance" after install.

Removed the SiteDown file under tmp, and a white page appeared.

Running the install with debug throws the following error:

Code: Select all

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/www/html/oz/cmsmstest/config.php on line 61

I deleted the config file and trying to re-install.

I can't pass the "E_DEPRECATED" error. Below is what I did.

added to php.ini
error_reporting = E_ALL & ~E_DEPRECATED

added this to htaccess
php_value error_reporting 22527

opened the empty config.php and the line
error_reporting(E_ALL & ~E_DEPRECATED);

but no lock - the red warning is there after making the changes and restarting the apache

System settings are below.

Linux Centos
PHP Version 5.3.5
Mysql 5.1.54

Any ideas what could be the problem.

Thank you.

SOLVEDRe: Succuessfull Installation but Error Message When O

Posted: Mon Feb 14, 2011 6:56 am
by ranoga
Tried the options a couple more times, deleted the DEPRECATED code from config.php. It now works.

After the install I got the following error

Code: Select all

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/www/html/oz/cmsmstest/config.php on line 61
Checking the line revealed the problem. There was a ' single quote character in Password which was causing the problem.