重大なエラー プラグインを有効化できない
-
環境:PHP8.1.15、WordPress6.1.1
新しくプラグインを追加してみようと思い、ダウンロード後有効化を試みましたが「重大なエラーを引き起こしたため、プラグインを有効化できませんでした」とのことでした。
表示されたエラーは以下の通りです。
Fatal error: Uncaught Error: Undefined constant “FILENAME” in
/…/wp-content/plugins/siteguard/really-simple-captcha/siteguard-really-simple-captcha.php:379 Stack trace: #0 /…/wp-content/plugins/siteguard/classes/siteguard-captcha.php(104): SiteGuardReallySimpleCaptcha->make_tmp_dir() #1 /…/wp-content/plugins/siteguard/classes/siteguard-captcha.php(53): SiteGuard_CAPTCHA->check_image_access() #2 /…/wp-content/plugins/siteguard/classes/siteguard-captcha.php(148): SiteGuard_CAPTCHA->check_requirements() #3 /…/wp-content/plugins/siteguard/siteguard.php(108): SiteGuard_CAPTCHA->init() #4 /…/wp-includes/class-wp-hook.php(308): siteguard_activate() #5 /…/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #6 /…/wp-includes/plugin.php(517): WP_Hook->do_action() #7 /…/wp-admin/plugins.php(194): do_action() #8 {main} thrown in /…/wp-content/plugins/siteguard/really-simple-captcha/siteguard-really-simple-captcha.php on line 379独自テーマを使用中で発生したので、twentytwentythreeに一度切り替えてから再度有効化を試みましたが、やはり同じエラーが発生してしまいました。
- The topic ‘重大なエラー プラグインを有効化できない’ is closed to new replies.