Install help

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
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Install help

Post by spcherub »

If your hoting provider supports the use of custom php.ini files, then create php.ini in the CMSMS folder with the following contents:

Code: Select all

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
output_buffering = 4096
max_execution_time = 60
allow_url_fopen = 1
upload_max_filesize = 10M
post_max_size = 10M
Also copy this file to the following locations:
./install
./admin

Then retry your env test during install.
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Install help

Post by spcherub »

If you copied the php.ini settings to all the listed folders (., ./install, ./admin) it should be working with the parameters I sent you earlier.

However it is possible your service does not allow you to override max_execution_time - you may want to check with their support team.

You can also ignore the error and proceed with the install - in most cases this should not be a big problem.

-S
Locked

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