Yes, this crashed a bunch of sites i operate.
Quick fix, move the entire plugin directory somewhere outside of wordpress, essentially uninstalling it. the site comes right back.
2023/01/29 21:37:37 [error] 2533263#2533263: *352858 FastCGI sent in stderr: “PHP message: PHP Warning: require_once(/opt/REDACTED.com/wordpress/wp-content/plugins/simply-static/src/integrations/class-cookieyes-integration.php): failed to open stream: No such file or directory in /opt/REDACTED.com/wordpress/wp-content/plugins/simply-static/src/class-integrations.php on line 45
PHP message: PHP Fatal error: require_once(): Failed opening required ‘/opt/REDACTED.com/wordpress/wp-content/plugins/simply-static/src/integrations/class-cookieyes-integration.php’ (include_path=’.:/usr/share/php’) in /opt/REDACTED.com/wordpress/wp-content/plugins/simply-static/src/class-integrations.php on line 45″ while reading response header from upstream, client: REDACTED, server: REDACTED.com, request: “GET / HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php/REDACTED.sock:”, host: “REDACTED.com”, referrer: “https://REDACTED.com”
It is, as it says, on line 45. Inclusion of “class-cookieyes-integration.php”.
Release notes state that is part of the new update..
Side note, a little astonished at the lack of error handling in the code.
user@REDACTED-wordpress:~/simply-static# grep -R try . | grep -v vendor | wc -l
15
Anyway, this plugin is very good, and I really like using it – so let us know when it’s patched so I can reinstall it.
-
This reply was modified 2 years, 1 month ago by
someguynamedlou. Reason: change code block to quote due to line wrapping / readability