📝 WordPress Errors

52 error notes

wordpressintermediate

WordPress REST APIの「rest_forbidden」(401/403)エラーを解決する方法

{"code":"rest_forbidden","message":"Sorry, you are not allowed to do that.","data":{"status":401}}
REST APIWordPress開発認証Apache
wordpress中級

MySQLエラー #1273の解決方法:「Unknown Collation 'utf8mb4_unicode_520_ci'」

#1273 - Unknown collation: 'utf8mb4_unicode_520_ci'
wordpressmysqlデータベース移行
wordpressintermediate

WordPressで「Error establishing a Redis connection」を解決する方法

Error establishing a Redis connection
redisobject-cachewordpress最適化サーバー管理
wordpressintermediate

WordPressの「ディレクトリを作成できませんでした」エラーの解決方法

Installation failed: Could not create directory.
wordpresspermissionslinux-serverplugin-error
wordpressintermediate

WordPress AJAXの「0」レスポンスを修正する:トラブルシューティングガイド

0
wordpressintermediate

WordPressで「413 Request Entity Too Large」エラーを解決する方法

413 Request Entity Too Large
nginxアップロードサーバー設定client_max_body_size
wordpressbeginner

WordPressの「Notice: Undefined index」およびPHP Noticeエラーを修正する方法

Notice: Undefined index: [key] in /var/www/html/wp-content/themes/your-theme/functions.php on line 42
wordpressphpnoticeundefined-index
wordpressintermediate

WordPressの「Update Failed: Download failed. Unauthorized」エラーを解決する方法

Update Failed: Download failed. Unauthorized
wordpressプラグイン修正wp-clielementor
wordpressintermediate

WordPressで「mysqli_real_connect(): (HY000/2002): No such file or directory」を修正する

Warning: mysqli_real_connect(): (HY000/2002): No such file or directory in /var/www/html/wp-includes/class-wpdb.php
mysqlデータベースソケット接続
wordpressintermediate

WordPressの「Warning: count(): Parameter must be an array or an object that implements」エラーの修正方法 (PHP 7.2+)

Warning: count(): Parameter must be an array or an object that implements
wordpressphpトラブルシューティングデバッグ
wordpressintermediate

「Fatal error: Cannot redeclare class WC_Cart」とWordPressプラグイン競合の修正方法

Fatal error: Cannot redeclare class WC_Cart (previously declared in /wp-content/plugins/woocommerce/includes/class-wc-cart.php) in /wp-content/plugins/woocommerce/includes/class-wc-cart.php on line 1
プラグイン競合致命的エラーphpwordpress
wordpressintermediate

WordPressで発生する「Call to undefined function create_function()」エラーの修正方法

Fatal error: Uncaught Error: Call to undefined function create_function()
php-8wordpress修正コーディング規約トラブルシューティング
wordpressintermediate

WordPressのcURLエラー7を修正:Localhostポート80でのConnection Refused解決ガイド

cURL error 7: Failed to connect to localhost port 80: Connection refused
wordpresscurllinux管理docker
wordpressintermediate

WordPressサイトヘルスの「ループバックリクエストに失敗しました」エラーの修正方法

The loopback request to your site failed, this means features relying on them are not currently working as expected.
サイトヘルスループバックREST APIWordPress診断
wordpressbeginner

WP-CLIのエラー「This does not seem to be a WordPress installation」の解決方法

Error: This does not seem to be a WordPress installation.
wp-cliwordpressdevopsトラブルシューティング
wordpressintermediate

WordPressログインの「ERROR: Cookies are blocked or not supported by your browser」を修正する

ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
wordpresscookiesloginbrowser
wordpressintermediate

Gutenbergの「This block contains unexpected or invalid content」エラーを修正する

This block contains unexpected or invalid content
gutenbergブロックエディターwordpress-uiバリデーションエラー
wordpressintermediate

解決策:WordPressで「Sorry, this file type is not permitted for security reasons」エラーが発生する場合の対処法

Sorry, this file type is not permitted for security reasons.
wordpresswp-configmime-typessvg-upload
wordpressbeginner

WordPressの「現在、別の更新が進行中です」エラーの解決方法

Another update is currently in progress.
wordpress更新データベースメンテナンス
wordpressintermediate

WordPressエラー修正:Table 'wp_options' is marked as crashed and should be repaired

Table 'wp_options' is marked as crashed and should be repaired
wordpressmysqlデータベース修復
wordpressintermediate

WordPressREST APIの「Cookie nonce is invalid」(rest_cookie_invalid_nonce)を修正する

{ "code": "rest_cookie_invalid_nonce", "message": "Cookie nonce is invalid", "data": { "status": 403 } }
wordpressrest-apinonce認証
wordpressbeginner

SSL/HTTPS導入後のWordPressミックスコンテンツエラーの修正方法

Mixed Content: The page at 'https://example.com' was loaded over HTTPS, but requested an insecure stylesheet 'http://example.com/wp-content/themes/style.css'
wordpresssslhttpsmixed-content
wordpressintermediate

WordPress「Upload: Failed to Write File to Disk」エラーの修正方法

Upload: Failed to Write File to Disk
wordpressアップロードパーミッションファイルシステム
wordpressintermediate

WordPressで発生する「MySQL拡張機能がありません」エラーの修正方法

Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
wordpressphpmysqldevops
wordpress中級

WordPressの「返信が正しい JSON レスポンスではありません」エラーの修正:実践ガイド

Updating failed. The response is not a valid JSON response.
wordpressgutenbergjsonrest-api
wordpress中級

WordPressメディアアップロード時の謎の「HTTPエラー」を解決する

HTTP Error
メディアアップロードhttpエラーimagickgdライブラリ
wordpressbeginner

WordPressで「Invalid argument supplied for foreach()」警告を修正する方法

Warning: Invalid argument supplied for foreach() in /var/www/html/wp-content/themes/mytheme/functions.php on line 125
PHP警告foreachWordPressデバッグACF
wordpressbeginner

WordPressの「The package could not be installed. The theme is missing the style.css stylesheet」を修正する方法

The package could not be installed. The theme is missing the style.css stylesheet.
wordpressテーマスタイルシートアップロード
wordpressintermediate

WordPress修正:'Failed to connect to mailserver at localhost port 25' の解決方法

wp_mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25
wp_mailsmtpWordPress修正PHPエラー
wordpressbeginner

WordPressの「Maximum execution time of 30 seconds exceeded」エラーを修正する

Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/wp-includes/class-http.php on line 1
phpmax-execution-timephp.iniwp-config
wordpressintermediate

WordPressで「Fatal error: Maximum function nesting level of 100 reached」を修正する方法

Fatal error: Maximum function nesting level of '100' reached, aborting!
wordpressphpxdebug再帰
wordpressintermediate

WordPressマルチサイトの「No site defined on this host」エラーを修正する

No site defined on this host! If you are the owner of this site, please check Debugging WordPress for further assistance.
wordpressmultisitewpmusubdomain
wordpressintermediate

WordPressで「cURL error 60: SSL certificate problem: unable to get local issuer certificate」を修正する方法

cURL error 60: SSL certificate problem: unable to get local issuer certificate
curlssl証明書wp-remote-get
wordpress初級

プラグイン更新後にWordPressで「技術的な問題が発生しています」エラーが発生した場合の修正方法

The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.
wordpressトラブルシューティング致命的なエラーphp
wordpressintermediate

WordPress REST API 404エラーの修正:「rest_no_route」を解決する方法

rest_no_route: No route was found matching the URL and request method
wordpressrest-apiパーマリンクnginx
wordpressintermediate

WordPressで「Headers Already Sent」エラーを修正する方法

Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/wp-config.php:1)
wordpressphpトラブルシューティングwp-config
wordpressintermediate

WordPressで「インストールに失敗しました: 宛先フォルダが既に存在します」を修正する方法

Installation failed: Destination folder already exists
wordpresspluginthemesftp
wordpressbeginner

WordPressのファイル・プラグインアップロード時に発生する「Missing a temporary folder」エラーの修正方法

Missing a temporary folder.
wordpressphpアップロード一時フォルダ
wordpressintermediate

WordPress サイトヘルスでの「cURL error 28: Connection timed out」の修正方法

cURL error 28: Connection timed out
wordpresscurlタイムアウトサイトヘルス
wordpressintermediate

WordPressで「upload_max_filesize」エラーを修正する方法

The uploaded file exceeds the upload_max_filesize directive in php.ini
wordpressphp.iniupload_max_filesizeサーバー設定
wordpressintermediate

WordPressでトップページは表示されるのに下層ページが404エラーになる場合の解決方法

404 Not Found (Internal pages fail, homepage works)
wordpress404エラーhtaccessnginx
wordpressintermediate

WordPress管理画面の「このページにアクセスする権限がありません」エラーの解決方法

Sorry, you are not allowed to access this page.
wordpress権限設定ユーザーロール権限グループ
wordpressintermediate

解決済み:WordPressのプラグインインストール時にFTP情報の入力を求められる問題

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed.
wordpressftplinuxサーバーファイルパーミッション
wordpressintermediate

WordPressの予約投稿が「予約済み」のまま公開されない問題を修正する(wp-cron無効時)

Scheduled posts remain in 'Scheduled' status and are never published automatically
wordpresswp-cron予約投稿cronジョブ
wordpressbeginner

WordPressがメンテナンスモードのまま固まる「Briefly unavailable for scheduled maintenance」を修正する方法

Briefly unavailable for scheduled maintenance. Check back in a minute.
wordpressメンテナンスアップデート.maintenanceファイル
wordpressintermediate

WordPressの/wp-login.phpと/wp-adminでERR_TOO_MANY_REDIRECTSを修正する

ERR_TOO_MANY_REDIRECTS — This page isn't redirecting properly when accessing /wp-login.php or /wp-admin
wordpresswp-adminリダイレクトループcookies
wordpressbeginner

WordPressプラグイン/テーマアップロード時の「The link you followed has expired」エラーを修正する

The link you followed has expired. Please try again.
wordpresspluginthemeupload
wordpressintermediate

WordPress「Error establishing a database connection」の修正方法

Error establishing a database connection
wordpressmysqlwp-config
wordpressbeginner

WordPressの「Allowed memory size of X bytes exhausted」エラーを修正する方法

Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes) in /path/to/wordpress/wp-includes/class-something.php on line Z
wordpressphpメモリ致命的エラー
wordpressbeginner

WordPressのPHPファイルで発生するParse error: syntax errorの修正方法

Parse error: syntax error, unexpected '}' in /path/to/wordpress/wp-content/plugins/my-plugin/my-plugin.php on line X
wordpressphp構文エラー解析エラー
wordpressbeginner

WordPress 500 Internal Server Errorの修正:ステップバイステップガイド

500 Internal Server Error
wordpress500htaccessphp
wordpress中級

「技術的な問題が発生しています」WordPressのホワイトスクリーンオブデス (WSOD) を修正する方法

The site is experiencing technical difficulties
WordPressWSODデバッグトラブルシューティング