Succuessfull Installation but Error Message When Opned
Posted: Mon Feb 14, 2011 3:24 am
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:
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.
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.