I hope I've posted this in the correct forum.
Recently my hosting provider informed me they were making Cent OS EOL and migrating to Alma which required updating Wordpress and phpBB to the latest versions to support the newer version of mySQL (8.0).
Wordpress needed PHP 7.X to update. However I asked them to hold off on updating PHP to 7.X for Wordpress updates while I backed up the forums and performed the conversion on the old outdated forums but this request was obviously lost in translation. In the midst of backing up the SQL database they switched PHP versions and the board quickly fell apart and died screaming in agony the whole way.
I was able to get a vanilla 3.3.13 installed but am running into an odd problem with the conversion. The install/converter sees the old forums but no matter what I enter for Board Path for the old board I get "Could not find path to your former board" regardless of what I enter.
Old board
/ggboard
New install
/newforum
Same domain and web root.
If I'm understanding correctly the relative path to the old forums should be ../ggboard (assuming the root of the new forum is "newforum") but for some reason the conversion doesn't like this. (I also tried trailing slash as well and nope).
I'm beginning to fear the PHP switcharoo mid stream may have trashed the database but I can't say for certain yet as their phpMyAdmin SQL upload is limited to 50MB so I can't re-create the database until they lift this limitation. The SQL dump completed successfully so I know I have a good backup of the database.
Am I understanding incorrectly or am I missing something (knowing me something painfully obvious)?