編集画面?編集画面がぐじゃぐじゃ
-
サイトは問題なく表示されますが、急にダッシュボードやページの編集を開こうとすると時間が掛かり、文字だらけのぐじゃぐじゃの画面になってしまい、大変困っています。その画像は以下です。大変困っています。解決策をお願い致します。
The page I need help with: [log in to see the link]
-
<font style=”vertical-align: inherit;”></font>
<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>もしや</font><font style=”vertical-align: inherit;”>PHPの事ではと思い、サーバーのPHPiniファイル設定を見てみて、以下のコードを削除してみ</font></font>
<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>まし</font></font><font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>た</font></font><font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>。胸をなでろすことができました。</font></font>但しコード設定後ではないし他のドメインでは問題ないのに、このドメインだけ異常になったのか分かりません。教えて頂ければ有難いです。
<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>tozankai.comも他のドメインもwordpressでテーマはcocoonです。tozankai.comはスキンは使っていません。</font></font>opcache.jit = tracing
opcache.jit_buffer_size = 64M
display_errors=on
- This reply was modified 1 month ago by tozankai.
Typically when we see pages like that there’s a server issue of some kind. The page looks horrible because the required CSS files were not loaded for some reason. The CSS files could be missing, though unlikely. Or their permissions are incorrect, not very likely as well. Often the reason is the server is lacking adequate resource. This most often happens with shared hosting accounts. Back end requests usually demand much more resource than front end requests. It may be your hosting account does not have enough server resource allocated to it, or the server could be overloaded in general due to the number of different sites it’s serving at the same time. I recommend asking your host what can be done to resolve this problem.
<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>ご迷惑ありがとうございます。現在は管理画面?編集画面は通常に開きます。もしかしたらサーバーとwordpressの通信かなと思い、サーバーのPHPiniファイルに置いたコードを消しましたら、復活しました。ドメインは3つありますが、tozanaki.com(PHP8.のためにするテーマをsimplcity2からcocoonへ)のみに現象が出て、同じcocoonを使っている他(</font></font>isshoukai.comなど<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>)は問題ありません。そのことをサーバー会社に問い合わせたら、サーバー会社から①別の環境(別PC、別ネットワーク)からのアクセスで問題が再現するかチェック②ステージングでサーバーのテスト③WordPressのクリーンインストールを行ってみて下さいと返事がありました。PHPiniファイル</font></font>のコードは元に戻していません。これはOPcacheの機能拡張である「JITコンパイラ」利用が主です。
“tracing” is the default setting for opache.jit, removing it shouldn’t have changed anything. If you want to try a different compiler setting try one of these:
opcache.jit = off opcache.jit = function
Since you have other domains on the same account working correctly, think about what’s different about the problem domain. Different theme? Different plugins? Of course the content is different, I’m referring to the underlying code and configuration only.
Try switching to a theme known to be working properly, either from your other domains or one of the default Twenty* themes. Deactivate any plugins you are not using in other domains. If that alleviates the problem, determine which module is the cause by restoring them one by one, testing after each. When the problem returns, the last activated module would be the cause.
If that exercise does not help, try manually updating WordPress, even if it’s updating to the same version. The point is to refresh all of the files from a fresh download. Switch to a default Twenty* theme and deactivate all plugins. This is functionally equivalent to “③ try a clean install of WordPress.” If this resolves the problem, determine the cause as described above. If the problem remains even with this “clean install”, I have to think the problem is still within your server configuration somewhere, despite the fact other domains do not have the same problem.
有難うございます。ステージングサーバーがありますのでテーマの変更は可能です。tozankai.comはテーマをPHP8.3にする為にsimplicityからcocoonに変えました。この時もステージングサイトを作り約1ヶ月かけてデザインもついでに変えました。この経験があるので試すことができます。またwordpressのクリーンインストールに代わる方法を教えて頂き有難うございます。
- You must be logged in to reply to this topic.