WordPressを使い制作したサイトを久々に開いたところ、
このようなエラーメッセージが出て、対処できない状況です...。
解決方法をもしご存知の方がいらっしゃったら
ご教示いただけますと幸いです。
対応した内容
- class-wp-recovery-mode-key-service.phpファイルの置き換え
- パーミッションで読み取りが許可されているかの確認
発生したエラーメッセージ
Warning: require(/home/***/***/public_html/wp-includes/class-wp-recovery-mode-key-service.php): failed to open stream: Permission denied in /home/***/***/public_html/wp-settings.php on line 43
Fatal error: require(): Failed opening required '/home/***/***/public_html/wp-includes/class-wp-recovery-mode-key-service.php' (include_path='.:/opt/php-7.4.4/data/pear') in /home/***/***/public_html/wp-settings.php on line 43
Line43
1require ABSPATH . WPINC . '/class-wp-recovery-mode-key-service.php';
実行権限は付与されてないのでしょうか?