CMSMS 1.81 - Wamp2.0i // E_DEPRECATED - Error message
Posted: Wed Aug 11, 2010 6:09 pm
Hello,
I try to install cmsms 1.8.1 on Wamp 2.0i; Wamp is installed with Apache 2.2.11 and 2.2.14. PHP is installed with 5.3.0 and 5.3.1. MySql with version 5.1.36 and 5.1.41. The highest version of each module is activated.
I've checked the forum, and followed the recomendations to change the php.ini but below the wamp root there are four php.ini files, below the php 5.3.0 and php 5.3.1 folder and below both apache folders. I've actually changed all of them (error_reporting = E_ALL & ~E_DEPRECATED) but the step 2 of the installation shows always the same error.
Would anybody please tell me which file on which position/folder shall be modified?
The tips:
error_reporting set directly in PHP
If none of these options work, you may have luck with this line in your config.php:
error_reporting(E_ALL);
php.ini settings for PHP 5.3.x
The recommended value for error_reporting in your php.ini is:
error_reporting = E_ALL & ~E_DEPRECATED
.htaccess settings for PHP 5.3.x
The error reporting value in a .htaccess file has to be specified as an integer.
php_value error_reporting 22527
are maybe ok, but not easy to follow. I've no .htaccess file within the folders. Were is it, in which folder must it created? Addtionally, which config.php file must be changed, there are tree in different foldes.
A little bit more detailed information would be very fine, because i'm still do my first steps with cmsms and wamp.
Thanks in advace.
I try to install cmsms 1.8.1 on Wamp 2.0i; Wamp is installed with Apache 2.2.11 and 2.2.14. PHP is installed with 5.3.0 and 5.3.1. MySql with version 5.1.36 and 5.1.41. The highest version of each module is activated.
I've checked the forum, and followed the recomendations to change the php.ini but below the wamp root there are four php.ini files, below the php 5.3.0 and php 5.3.1 folder and below both apache folders. I've actually changed all of them (error_reporting = E_ALL & ~E_DEPRECATED) but the step 2 of the installation shows always the same error.
Would anybody please tell me which file on which position/folder shall be modified?
The tips:
error_reporting set directly in PHP
If none of these options work, you may have luck with this line in your config.php:
error_reporting(E_ALL);
php.ini settings for PHP 5.3.x
The recommended value for error_reporting in your php.ini is:
error_reporting = E_ALL & ~E_DEPRECATED
.htaccess settings for PHP 5.3.x
The error reporting value in a .htaccess file has to be specified as an integer.
php_value error_reporting 22527
are maybe ok, but not easy to follow. I've no .htaccess file within the folders. Were is it, in which folder must it created? Addtionally, which config.php file must be changed, there are tree in different foldes.
A little bit more detailed information would be very fine, because i'm still do my first steps with cmsms and wamp.
Thanks in advace.