Critical error
-
Hi,
On a docker build that has worked completely fine about 6 times prior, I’m now seeing this on a new build
2021/12/03 16:53:54 [error] 2824#2824: *5 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught mysqli_sql_exception: Unknown column ‘wp_’ in ‘field list’ in
This is Nginx 1.21.4 with php:8.1.0-fpm-alpine3.15 and MariaDB. I already have a site with this exact build, the only difference is the Nginx config in terms of the server name.
I’m able to connect to the DB from within the container running WordPress without issue, create a table (via the mysql cli).
From what I can see the permissions are fine, the nginx group has access to all the content within /home/site/wwwroot.
Anything I can do to further troubleshoot, the output above is from php-fpm log.
The topic ‘Critical error’ is closed to new replies.