The problem is, I made the mistake of switching to PHP 7. This broke the Drupal site. It will run on PHP 5.6. Now that I switched the site to 7, swtiching back to 5.6 breaks WordPress. I tried to do a complete wipe and reinstall of the subfolder, completely reinstalling WordPress from scratch in that folder. However, this fails to install. Apparently, the installer now wants only PHP 7. I can’t do that because I have to have the old site running.
I even tried an older version of WordPress. No luck.
Is there any way to get WordPress to run on PHP 5.6 again????
]]>Interesting issue…
From my understanding, the www.remarpro.com self-hosted platform is compatible with a number of versions of PHP and should work with both 5.6 and 7. You should know, that PHP 7 will soon become the new standard, and you may likely have to switch up to 7 in the near future.
From what I know, there isn’t anything hard-coded into WordPress to tell it what PHP version to install to. As long as it is within it’s compatibility range it should work.
Curious, if you install WordPress in an entirely different folder on the same server, do you encounter the same issue?
Have you tried removing everything in the mysql database you setup? There could be an entry in the mysql database about the previous PHP version used to install…trying to think about all angles.
I’m sure we can figure this out!
Thanks
Jordan
I do intend to upgrade to PHP 7 once we have finished building the new site. I just need to keep it on PHP 5.6 so that the current old site does not go down until we have finished copying content over and setting everything up. Once I do that, I will wipe out the old Drupal site, transfer WordPress to the root where Drupal is now, and then switch to PHP 7.
]]>