I'm working on a localhost dev environment. For some reason, I decided to install PHP7 on the VM :-P. I also have WordPress and Magento 2 on the same VM, both of which have no issues with PHP7.
I've installed Magento 1.9 several times with no issues on other VMs (and ~PHP5.6), but this time the endpoint directs to "/magento1/index.php/install/" and returns a server 500 error. I see there is an extension that helps with PHP7 compatibility, but I assume that isn't helpful at the install phase. Is there a command-line install method for 1.9? I ended up going that route for Magento 2 and it was tops.
Any advice is appreciated!
1 Answer 1
You can first add extension from github in your magento 1 app/code/local folder from here,
Magento 1 with PHP 7 Compatibility extension download from here
After that you can try to install magento 1 in your system. Now your installation should work fine.
Thanks.
-
Perfect! That did it. Whodathought that extensions could be installed/functional pre-installation. ThanksKevin Sherman– Kevin Sherman2016年07月13日 06:03:26 +00:00Commented Jul 13, 2016 at 6:03