Code: Select all
php bin/phpbbcli.php db:migrate --safe-mode
Related to the image above in case anyone else have the same problem: you just have to put "/install" in the url so then you should have the page with the update button. Example: myforum.com/installexxos wrote: ↑Fri Sep 27, 2024 12:16 pm I think part of the problem could be the nginx config.. I copied the settings over from my working forum (changed the path) but now I get this.
Capture.PNG
So I don't know if I'm actually making it better or worse at this point
Likely I will get moaned at for posting server related stuff so I assume that is the problem but no idea what.
EDIT:
Now I think about it this seems a familiar problem when I updated my other board a few years back and I had to create the tables manually.. Now to find the notes I made when I updated the board last time ...
That is true..
Code: Select all
try_files $uri $uri/ /forum/app.php$is_args$args;