My host deactivated PHP v5.6. They insist we were notified it was going to happen, but I have no copy of that email anywhere. So, needless to say, when they deactivated v5.6 my sites stopped working. They cannot do anything to temporarily reactivate the older PHP version while we upgrade, so we're down hard. To get us up and running again, I'm attempting to convert from our 2.0.x version to 3.2.11 based on the conversion section of the install document.
After performing a backup of our databases and code, I started along the path of a new PHPBB3 install following the new installation directions. The first step there is to upload the code into a new directory. So under our "public_html" directory, I created a new folder named PHPBB3, uploaded the zip file to that location, and uncompressed it. I am now on this step:
And here's where I'm running into issues. When I point my browser to www.mywebpage.com/phpbb3/install, it downloads a copy of the file app.php. I've tried this using both Chrome (my preferred browser) and Microsoft Edge, with the same result. I've tried www.mywebpage.com/phpbb3/install and www.mywebpage.com/phpbb3/install/app.php with that same result. Can anybody guide me in the right direction to resolve this, so I can go ahead and say a Hail Mary and actually attempt the conversion?Once all the files have been uploaded to your site, you should point your browser at this location with the addition of /install/. For example, if your domain name is www.example.com and you placed the phpBB files in the directory /phpBB3 off your web root you would enter http://www.example.com/phpBB3/install/ or (alternatively) http://www.example.com/phpBB3/install/app.php into your browser. When you have done this, you should see the phpBB Introduction screen appear.
Thanks in advance! I appreciate any assistance that comes my way!