We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As it's hard coded in the operator:
wp-operator/wp_operator.py
Line 659 in 0da20d8
So all sites have the WP_DEBUG set to true whatever is defined in the Kubernetes object.
WP_DEBUG
When changed to false in the corresponding Ingress, the site has 500 errors on
Note that this is not (yet) reproducible in the dev environment.
Here the error:
2025/03/20 15:47:34 [error] 45#45: *73470 FastCGI sent in stderr: "PHP message: Utils.php file not found at: /wp/6.7.2/wp-content/plugins/wp-gutenberg-epfl/lib/utils.php" while reading response header from upstream, client: 10.20.52.6, server: site.epfl.ch, request: "GET /wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=hoverIntent,wp-dom-ready,wp-hooks &ver=6.7.2 HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/php-fpm.sock:", host: "site.epfl.ch", referrer: "https://site.epfl.ch/wp-admin/plugins.php"
The text was updated successfully, but these errors were encountered:
ponsfrilus
No branches or pull requests
As it's hard coded in the operator:
wp-operator/wp_operator.py
Line 659 in 0da20d8
So all sites have the
WP_DEBUG
set to true whatever is defined in the Kubernetes object.When changed to false in the corresponding Ingress, the site has 500 errors on
Note that this is not (yet) reproducible in the dev environment.
Here the error:
The text was updated successfully, but these errors were encountered: