3.3 update - update page not loading

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: 3.3 update - update page not loading

Post by Lumpy Burgertushie »

if you have a complete new set of 3.3.0 files in that new folder and the folder named install is there and your config.php file is pointing to the old database then when you go to forum30/install
you should be seeing the install page with the update tab.
if you click on that tab you should be able to click through to the update database only page and then click submit or update or whatever the button at the bottom says.

if you are getting an error during any of that process post the error here again please.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
garyh20
Registered User
Posts: 11
Joined: Thu May 07, 2020 9:13 pm

Re: 3.3 update - update page not loading

Post by garyh20 »

Yes, that's exactly the scenerio. However, clicking the update button will result in the following.
pic1.jpg
pic2.jpg
and if I refresh the page on the 500 error, it becomes a 404 error.
You do not have the required permissions to view the files attached to this post.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: 3.3 update - update page not loading

Post by Lumpy Burgertushie »

that is a server error.
best thing would be to go to your hosting control panel and find the error log.

find that error and post it here for us to see.

and/or contact your host and ask them what the problem is.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
warmweer
Jr. Extension Validator
Posts: 11653
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: 3.3 update - update page not loading

Post by warmweer »

Is it possible your /store contains some migrationsxxx, install_config.php and or io.lock.lock.
If so, delete those, and delete everything in/cache except for .htaccess and Index.htm.

If that doesn't work, I suspect your 3.0 database wasn't sanitised properly, in which case you should reinstall your 3.0 and use the Support Toolkit before attempting an upgrade.

If that doesn't get your started and your 3.0 was truly sanitised, try to install a brand new board (in a new directory) : if that gives the same error then it's clear there's something fishy with the host setup.
BTW how large is your 3.0 database?
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
garyh20
Registered User
Posts: 11
Joined: Thu May 07, 2020 9:13 pm

Re: 3.3 update - update page not loading

Post by garyh20 »

Lumpy B:
I haven't been able to find an error log in my control panel, and the host has replied saying there isn't an error log. I'm surprised by that :(

They're taking a few days to get back to me. Just asked me to change php version, but I've been trying various versions with the same error, so that's not the issue.


Warmweer:
In the end I did start with a brand new directory, and new files, except for config.php, and the same error remains.

It does appear to be something either weird with the server setup.

I am using an alias on my domain, but have tried both domains and the same thing happens.
garyh20
Registered User
Posts: 11
Joined: Thu May 07, 2020 9:13 pm

Re: 3.3 update - update page not loading

Post by garyh20 »

<deleted>
exxos
Registered User
Posts: 139
Joined: Fri Sep 10, 2010 12:37 pm

Re: 3.3 update - update page not loading

Post by exxos »

I'm having the same problem while trying to update from 3.3.0 to the latest version :(

It started out that I could no longer login. It's a forum which is just a archive, so I have not logged in for a long time. Now just kept getting "The submitted form was invalid. Try submitting again" when trying to log in.. After going through all the forum threads in trying to resolve it, I basically gave up and decided to just update the forum to see that would fix it..

However when I go to the install page, the main page does appear.. But when I click on anything it just goes to a page like "/install/app.php/update" then 404 not found.

I deleted all the folders it said to delete and uploaded the new files multiple times. Cleared caches , I just have no idea how to fix this problem :(

The forum had been working fine for years, I assume some server update has prevented it from working, hence why I was trying to update to see that would fix it..

Does anyone have any ideas actually how to fix these problems ?
exxos
Registered User
Posts: 139
Joined: Fri Sep 10, 2010 12:37 pm

Re: 3.3 update - update page not loading

Post by exxos »

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 ... :roll:
You do not have the required permissions to view the files attached to this post.
exxos
Registered User
Posts: 139
Joined: Fri Sep 10, 2010 12:37 pm

Re: 3.3 update - update page not loading

Post by exxos »

It seems I am back on my board finally!

I had to run

Code: Select all

php bin/phpbbcli.php db:migrate --safe-mode

So maybe this will help someone else in the future...
User avatar
Madalin10
Registered User
Posts: 102
Joined: Wed Jun 18, 2014 2:42 pm
Name: Madalin C.

Re: 3.3 update - update page not loading

Post by Madalin10 »

exxos 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 ... :roll:
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/install
https://awesome-web.design - I offer phpBB & web design services at fair prices.
exxos
Registered User
Posts: 139
Joined: Fri Sep 10, 2010 12:37 pm

Re: 3.3 update - update page not loading

Post by exxos »

Madalin10 wrote: Fri Sep 27, 2024 1:18 pm 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/install
That is true..

BUT.. The problem I had is when you did that and then clicked on the INSTALL tab (or clicking anything for that matter) . It would come up 404 for me because of a nginx config error. The URL was automatically populated and I had no control over it.

More specifically...

Code: Select all

try_files $uri $uri/ /forum/app.php$is_args$args;
rxu
Extensions Development Team
Posts: 3900
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: 3.3 update - update page not loading

Post by rxu »

nginx config can be the culprit viewtopic.php?p=16026259#p16026259, although not being nginx expert I can't tell what specific rule causes that.

Return to “[3.3.x] Support Forum”