Replies: 2 comments
-
My guess is that https://github.com/WordPress/WordPress/blob/fc6e4cbe3ef1dcd3a9977272d7ddcc413acdde0d/wp-includes/load.php#L446-L469 is related -- have you set |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes that explains it. Thanks a lot @tianon ! |
Beta Was this translation helpful? Give feedback.
0 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.
-
The
wordpress:php7.4-fpm-alpine
image comes with following file. ref:According to official PHP documentation:
except that we haven't seen this work in practice. We changed the
error_log
to/var/www/html/wp-content/test.log
but log messages are still written to/var/www/html/wp-content/debug.log
which is the default location of WP_DEBUG_LOG. we thought maybe this is happening because the file does not exist so we created the file and evenchown
the permissions to makewww-data
the owner but still no luck. Has anyone experienced this?Beta Was this translation helpful? Give feedback.
All reactions