Succuessfull Installation but Error Message When Opned

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
ranoga
New Member
New Member
Posts: 2
Joined: Mon Feb 14, 2011 2:30 am

Succuessfull Installation but Error Message When Opned

Post 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.
ranoga
New Member
New Member
Posts: 2
Joined: Mon Feb 14, 2011 2:30 am

SOLVEDRe: Succuessfull Installation but Error Message When O

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”