After moving over my移動後のマイ test blogテストのブログ to the new server, I noticed that the Admin Dashboard (with tons of unnecessary feeds) wasn’t displaying.新しいサーバーにして、確認したところ、 adminのダッシュボード(おトンもの不要なフィード)が表示されません。 It shows just a blank page.それだけでは空白のページを表示します。

Apache error log had a very interesting message: Apacheのエラーログに記録するのがとても面白いメッセージが表示さは:
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes) 可メモリのサイズを8388608バイト疲れきって(試みたを割り当てる0バイト)

The solution is simple.解決策は単純です。
1. 1 。 Increase memory_limit in php.ini to a higher value. php.iniのmemory_limit増加して高い値です。 I have set it to 64MB:私は64Mバイトに設定します:
memory_limit = 64M memory_limit = 64Mを

2. 2 。 Restart the Apache HTTP Server. Apache HTTPサーバーを再起動してください。 On linux that would be: Linux上それは:
service httpd restart サービスのhttpdを再起動

Note: The same technique can be used to increase maximum allocated memory for any php scripts.注:同様のテクニックを向上させることに使われる最大のメモリを割り当てられた任意のPHPスクリプトです。

An even better solution is to replace it with偶数に置き換えることがよりよい解決策は WordPress Dashboard hack WordPressのダッシュボードのハック .です。