Replies: 1 comment 3 replies
-
Turns out starting a discussion thread here was a form of rubber ducking. The problem is something discussed with regards to the upcoming WordPress 5.9 release, described on the blog: PHP 8.1 MySQLi default error mode changed. I am a little surprised that the fix for this (which landed back in august!) was not back-ported to WP 5.8. Have people just not been running on PHP 8.1? Or is it only a really breaking problem during installation, so people with existing blogs that are upgrading to PHP 8.1 after installation are never hit by it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to run with
wordpress:5.8.3-php8.1
as my image, instead of being redirected to /wp-admin/install.php on first navigation, it throws a fatal error:This seems to be isolated to PHP 8.1, as dropping my image down to
wordpress:5.8.3-php8.0
gets me passed the error and onto the installation screen.Any ideas what might be causing that? I am new to running WordPress in Docker so I do not want to exclude user error...
If you want to reproduce the error, you can use
docker-compose
:Beta Was this translation helpful? Give feedback.
All reactions