mkcsmartin wrote: Tue Feb 13, 2024 8:23 pm
could it be that the site is configured to look in the phpbb3mb for the bulletin board ? not sure where that leaves me in terms of upgrade.
The most important thing is that it seems to be a complete fileset
mkcsmartin wrote: Tue Feb 13, 2024 8:23 pm
like you say, this is where these folders appear to be.
OK, keep that for the moment
mkcsmartin wrote: Tue Feb 13, 2024 8:23 pm
regarding the styles: the style.cfg says:
style_version = 3.2.5
phpbb_version = 3.2.5
OK, so we can assume the other files will also be for 3.2.5
mkcsmartin wrote: Tue Feb 13, 2024 8:23 pmi still have access to the original siteground and it has backups more recently than that through siteground mysql:
Then you should get hold of the 2 or 3 most recent backups
mkcsmartin wrote: Tue Feb 13, 2024 8:23 pm
regarding the store folder,it has these contents: (with dates 2018/2017)
backup_1546195032_f4ad74a3cba02245.sql.gz
That database backup is probably too old
A reasonable assumption is that the files are the most recent ones that were in use.
But now knowing that you still have access to the siteground: the first thing I would do is to download the whole phpBB fileset that was being used there and the database backups.
And keep those in a safe place, don't mix them with other backups.
As to restoring the phpBB board: lately I've seen a couple of installations that had phpBB installed in the domain root, together with other applications. Nothing wrong with that as long as you know exactly what you're doing but once other applications are installed in that same domain root, there's a risk of overwriting files with the same name and also merging directories. That can cause serious mixups/problems.
My stance = keep different applications separated e.g. install phpBB in it's own directory ... if you have another application > different folder in the domain root . If not ... then you can get into a situation as you have now: there are phpBB files in the domain root mixed with files that have nothing to do with phpBB and if that other application has files with the same name, they can end up being overwritten (e.g. index.php index.html, config.php even .htaccess