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-alpineimage comes with following file. ref:According to official PHP documentation:
except that we haven't seen this work in practice. We changed the
error_logto/var/www/html/wp-content/test.logbut log messages are still written to/var/www/html/wp-content/debug.logwhich 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 evenchownthe permissions to makewww-datathe owner but still no luck. Has anyone experienced this?Beta Was this translation helpful? Give feedback.
All reactions