Function translations_api building URL to 404-error
-
Hello. Setup:
FreeBSD 12.3
Nginx 1.22
Wordpress: 6.1.1
MariaDB: 10.6During the WordPress install-process, after I submit my database parameters, I see the following message:
> All right, sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…
When I click the button that says “Run the installation…” I am shown an error-page that says:
> There has been a critical error on this website.
I started searching the file
wp-admin/install.php
, and eventually came upon a function calledtranslations_api
. In that function, a URL is generated. I printed the URL:https://api.www.ads-software.com/translations/core/1.0/translations_api-5
Which is presently yielding a 404-page.
Is this a problem with the install-script, or the WordPress API?
The page I need help with: [log in to see the link]
- The topic ‘Function translations_api building URL to 404-error’ is closed to new replies.