Page 1 of 1

Re: Install help

Posted: Mon Aug 11, 2014 2:20 pm
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.

Re: Install help

Posted: Mon Aug 11, 2014 2:30 pm
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