(Solution) PHP7 Crashes CMSMS 2.x Install
Posted: Tue Apr 05, 2016 5:38 am
Just a heads up to anyone who might be having problems with this. I ran into a couple errors in the phar installation that prevented me from moving forward (there were 3 or 4 of these errors)...
If you run into this issue, I found that switching over to PHP5 fixed the problem and allowed me to proceed with the installation.
Looks like PHP7 is deprecating some of the usages CMS Made Simple uses in development.ADOConnection has a deprecated constructor in phar://C:/wamp64/www/cmsms/cmsms-2.1.2-install.php/lib/adodb_lite/adodb.inc.php on line 183
If you run into this issue, I found that switching over to PHP5 fixed the problem and allowed me to proceed with the installation.