いくつかのサーバーエラー
-
bbPressを使おうとすると画面が真っ白になり、
リセットとかいろいろ試しているのですが改善せず。その中でWordPressのデバッグモードをオンにしたら、
気づきませんでしたがエラーが出ていたようです。Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/users/MY-WORDPRESS/wp-includes/functions.php on line 4138 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ViaLatest has a deprecated constructor in /home/users/MY-WORDPRESS/wp-content/plugins/store-locator/sl-inc/includes/via-latest.php on line 4 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AT_Audit has a deprecated constructor in /home/users/MY-WORDPRESS/wp-content/plugins/audit-trail/models/audit.php on line 29 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/users/MY-WORDPRESS/wp-includes/functions.php:4138) in /home/users/MY-WORDPRESS/wp-content/plugins/image-protector/image-protector.php on line 82 Notice: get_usermeta の使用はバージョン 3.0.0 から非推奨になっています! 代わりに get_user_meta() を使ってください。 in /home/users/MY-WORDPRESS/wp-includes/functions.php on line 3830 Notice: Use of undefined constant WP_POST_REVISION - assumed 'WP_POST_REVISION' in /home/users/MY-WORDPRESS/wp-config.php on line 103 Notice: has_cap がバージョン 2.0.0 から非推奨になった引数付きで呼び出されました。プラグインやテーマでのユーザーレベルの使用は推奨されていません。代わりに権限グループと権限を使ってください。 in /home/users/MY-WORDPRESS/wp-includes/functions.php on line 4022 WordPress データベースエラー: [Table 'MY-SQLDATABASE.wp_postmeta' doesn't exist] SELECT <code>post_id</code> FROM <code>wp_postmeta</code> WHERE <code>meta_key</code> = '_stt@_notsend_dup' WordPress データベースエラー: [Table 'MY-SQLDATABASE.wp_comments' doesn't exist] SELECT <code>comment_ID</code> FROM <code>wp_comments</code> WHERE <code>comment_approved</code> = '1' ORDER BY <code>comment_ID</code> DESC WordPress データベースエラー: [Table 'MY-SQLDATABASE.wp_options' doesn't exist] SHOW FULL COLUMNS FROM <code>wp_options</code>動いているので致命的な問題じゃ無いかも知れませんが、
特に気になるのがデータベースエラー、wp_commentsやwp_postmeta、wp_commentsの部分。
自分はデーターベースの接頭辞と(例えば)「AAA-」のように変えています。
wp-config.phpの$table_prefixもそれになっています。
このエラーはどう解消すれば良いのでしょうか?
3件の返信を表示中 - 1 - 3件目 (全3件中)
3件の返信を表示中 - 1 - 3件目 (全3件中)
トピック「いくつかのサーバーエラー」には新たに返信することはできません。