1 2 3 4 5 6 7 8 9 | 2025/07/12 16:50:25 [error] 2786381#2786381: *46750 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(wp-content/plugins/google-captcha/includes/forminator.php): Failed to open stream: No such file or directory in wp-content/plugins/google-captcha/google-captcha.php on line 34PHP message: PHP Fatal error: Uncaught Error: Failed opening required 'wp-content/plugins/google-captcha/includes/forminator.php' (include_path='.:/usr/share/php') in wp-content/plugins/google-captcha/google-captcha.php:34 Stack trace: #0 wp-settings.php(545): include_once() #1 wp-config.php(101): require_once('...') #2 wp-load.php(50): require_once('...') #3 wp-blog-header.php(13): require_once('...') #4 index.php(17): require('...') #5 {main} thrown in wp-content/plugins/google-captcha/google-captcha.php on line 34" while reading response header from upstream, client: [IP], server: blog.supersu.kr, request: "HEAD / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php8.1-fpm.sock:", host: "blog.supersu.kr", referrer: "https://blog.supersu.kr" |
위와 같이 내 블로그가 WordPress 에서 치명적인 오류라 뜨면서 접속이 안되었던 문제가 있었다.
서버 로그를 보니 12일 00시 55분 경 부터 자동 업데이트로 인해 해당 파일이 유실된 것으로 보인다.
무료 사용자를 통해서만 이런 현상이 발생한다고 하는데
임시 해결법은 다음과 같았다.
- 오류가 발생하고 있는 경로에 접근한다. (
cd wp-content/plugins/google-captcha/includes) - form.php 를 forminator.php 로 복사한다. (
cp form.php forminator.php)
참조 : https://wordpress.org/support/topic/fatal-error-reported-from-wordpress-recaptcha/#post-18551877