Installation
Re: Installation
If you just DL xampp you need to get the next oldest one that has PHP 5.2.* as the newer version has PHP 5.3* and cmsms is not set up to use it yet, at least check to see what version of PHP it is using...
Re: Installation
Hi
and use Production Value: E_ALL & ~E_DEPRECATED
so the line must be
error_reporting = E_ALL & ~E_DEPRECATED
Just edit the php.ini Find error_reportingoahuyahoo wrote:Using cms on xampp and need to get these two turned off so I can continue with setup.
and use Production Value: E_ALL & ~E_DEPRECATED
so the line must be
error_reporting = E_ALL & ~E_DEPRECATED