Re: Install help
Posted: Mon Aug 11, 2014 2:20 pm
If your hoting provider supports the use of custom php.ini files, then create php.ini in the CMSMS folder with the following contents:
Also copy this file to the following locations:
./install
./admin
Then retry your env test during install.
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
./install
./admin
Then retry your env test during install.