PHP stops working after installer.php step 1
-
I hope this helps someone because it resolves a truly giant security hole with certain hosting companies.
I recently moved a site from Blue Host to my VPS. All was going well until pressing the button on step one of the installer.php. It then downloaded the installer.php file. No further progress would happen.
Turns out that Blue Host had added a line at the top of the .htaccess file to require 3.4 of PHP. This caused PHP to stop working if 3.4 was not present on the destination host. My VPS is using 3.3.6.
The fix is to remove or comment the line at the top that requires 3.4. But, it requires uncompressing the zip file that Duplicator creates, editing the .htaccess file, and then re-zipping it. That’s the only way I could get it to work, and it did.
- The topic ‘PHP stops working after installer.php step 1’ is closed to new replies.