XF 2.3 Issue after Upgrade to 2.3

NickH

Member
Licensed customer
I have updated to the latest version (on a dev server) and the upgrade went through

Now I get this:

Oops! We ran into some problems.​


The requested page could not be found. (Code: invalid_route, controller: -, action: -)

In the browser console I see a 404 not found for index.php which is weird.

It is using Nginx and PHP-FPM and I have copied the configs from the live server which is working.

Is there something I am missing?
 
I take it that you used a different database for the test upgrade? If all the files are present and accounted for in the test / dev installation, did you also change the url to reflect that of your test / dev installation at the Board Url setting under Basic options in your admin panel?

What about the htaccess file, do you have any custom rules in there?
 
Last edited:
Thanks.

I copied the files and database from the live site to dev so I can test the upgrade process to see what breaks before I do it live.

So I am running the same domain locally but I have just forced my host file to resolve the DNS there.

I am using nginx so is the htaccess relevant?
 
I copied the files and database from the live site to dev so I can test the upgrade process to see what breaks before I do it live.
That's the best way to go about an upgrade imo. (y)

I am using nginx so is the htaccess relevant?
No, it's not. I missed that part in your previous post.

So I am running the same domain locally but I have just forced my host file to resolve the DNS there.
Are all the files present and accounted for at the new location? It won't hurt to double check imo.

What about this part?

did you also change the url to reflect that of your test / dev installation at the Board Url setting under Basic options in your admin panel?
 
The board URL is the same. I can't get into the admin panel to check anyway as it doesnt work when I try to login. :(

I am going to upload the "full" rather than "upgrade" and try again.
 
Back
Top Bottom