Installation: E_DEPRECATED is activated {Solved}

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
Sepp
Forum Members
Forum Members
Posts: 38
Joined: Thu Jan 28, 2010 2:43 pm
Location: Bern, Switzerland

Installation: E_DEPRECATED is activated {Solved}

Post 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
Last edited by Sepp on Sun May 02, 2010 12:56 pm, edited 1 time in total.
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm
Location: Norway

Re: Installation: E_DEPRECATED is activated

Post by reneh »

ReneH 8-)
A search will save you hours waiting for an answer! Image
Sepp
Forum Members
Forum Members
Posts: 38
Joined: Thu Jan 28, 2010 2:43 pm
Location: Bern, Switzerland

Re: Installation: E_DEPRECATED is activated

Post by Sepp »

thanks
Rulle
Forum Members
Forum Members
Posts: 29
Joined: Wed Feb 28, 2007 12:33 pm

Re: Installation: E_DEPRECATED is activated {Solved}

Post 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?
Rulle
Forum Members
Forum Members
Posts: 29
Joined: Wed Feb 28, 2007 12:33 pm

Re: Installation: E_DEPRECATED is activated {Solved}

Post by Rulle »

Not anyone with an idea?
NaN

Re: Installation: E_DEPRECATED is activated {Solved}

Post by NaN »

If possible switch to PHP 5.2.4+ before installing CMSms.
Install CMSms and then switch back to 5.3.*

;)
Locked

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