Page 1 of 1

Installation: E_DEPRECATED is activated {Solved}

Posted: Sat May 01, 2010 5:21 pm
by Sepp
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

Re: Installation: E_DEPRECATED is activated

Posted: Sat May 01, 2010 6:55 pm
by reneh

Re: Installation: E_DEPRECATED is activated

Posted: Sun May 02, 2010 12:56 pm
by Sepp
thanks

Re: Installation: E_DEPRECATED is activated {Solved}

Posted: Mon May 17, 2010 6:02 pm
by Rulle
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:

Code: Select all

; error_reporting
;   Default Value: E_ALL & ~E_DEPRECATED
;   Development Value: E_ALL & ~E_DEPRECATED
;   Production Value: E_ALL & ~E_DEPRECATED
.htacces: (I asume its the htacces.txt located in wamp/www ?)

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

.....

I have put the line

Code: Select all

error_reporting(E_ALL & ~E_DEPRECATED);
In config.php

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}

Posted: Fri May 28, 2010 8:07 pm
by Rulle
Not anyone with an idea?

Re: Installation: E_DEPRECATED is activated {Solved}

Posted: Fri Jul 16, 2010 8:26 pm
by NaN
If possible switch to PHP 5.2.4+ before installing CMSms.
Install CMSms and then switch back to 5.3.*

;)