Hi. I d like to install CMSMS on Mamp. When i go trough the installation, there appears a merror message on the "PHP preferences test" Step
Wich says, that E_DEPRECATED is activated and i'd need to deactivate it. How do I do this under mamp?
Thank you
Installation: E_DEPRECATED is activated {Solved}
Installation: E_DEPRECATED is activated {Solved}
Last edited by Sepp on Sun May 02, 2010 12:56 pm, edited 1 time in total.
Re: Installation: E_DEPRECATED is activated
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

Re: Installation: E_DEPRECATED is activated {Solved}
Hello.
I have the same problem with 1.7.1 and trying to install it on Wamp 2.0 with PHP 5.3.0. What i have done so far;
PHP.ini:
.htacces: (I asume its the htacces.txt located in wamp/www ?)
I have put the line
In config.php
But i still get the same error:
What to do?
I have the same problem with 1.7.1 and trying to install it on Wamp 2.0 with PHP 5.3.0. What i have done so far;
PHP.ini:
Code: Select all
; error_reporting
; Default Value: E_ALL & ~E_DEPRECATED
; Development Value: E_ALL & ~E_DEPRECATED
; Production Value: E_ALL & ~E_DEPRECATED
Code: Select all
# Attempt to override some php settings, these settings may be helpful on some hosts if your
# default configuration does not meet CMS's minimum requirements, and your host
# has given your account appropriate permissions
#php_value upload_max_filesize "10M"
#php_value session_save_path "tmp/cache"
#php_flag magic_quotes_gpc Off
#php_flag register_globals Off
#php_flag session.use_trans_sid Off
#php_value error_reporting 22527
.....
Code: Select all
error_reporting(E_ALL & ~E_DEPRECATED);
But i still get the same error:
Code: Select all
Testing error_reporting to ensure E_DEPRECATED is disabled
E_DEPRECATED is enabled
What to do?
Re: Installation: E_DEPRECATED is activated {Solved}
Not anyone with an idea?
Re: Installation: E_DEPRECATED is activated {Solved}
If possible switch to PHP 5.2.4+ before installing CMSms.
Install CMSms and then switch back to 5.3.*

Install CMSms and then switch back to 5.3.*
