WordPress Dashboard Blank Page Display Solution WordPressのダッシュボードの空白のページを表示する解決策
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のダッシュボードのハック .です。
Filed under提出されて CMS Software CMSソフトウェア , 、 Headline Newsニュースの見出し , 、 How Toどのように , 、 Open Source Softwareオープンソースのソフトウェア , 、 PHP PHPの , 、 Pro BloggingプロBlogging , 、 Tech Note技術のノート , 、 Webウェブ , 、 Web Services Webサービス , 、 WordPress WordPressの | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




July 17th, 2006 at 11:42 pm 2006年7月17日は11:42 pmの
[...] Because I’m always late, I just updated to Wordpress from Movable Type on the advice of a good friend, who is probably used to me taking advice several months after the fact by now. Wow, this thing is pretty nice. Apart from a stupid problem which I solved by finding the right link, the installation and import went pretty smoothly. The broken dashboard was a php problem, thank god for blogging gentoo hackers. [...]ため、私はいつも遅刻、私だけ可動式のタイプを更新してWordPressのより良い友人の忠告を無視し、 whoは、おそらく私使用して数カ月後に撮影のアドバイスをするという事実です。わあ、このことはかなりニースです。愚かな問題であるとは別に、右側のリンクを見つける解決の場合は、インストールおよびインポートとはかなりスムーズにします。が破損していたのダッシュボードは、 PHPの問題は、ブログのGentooハッカー神に感謝します。 Anyone who doesn’t understand how apache and mysql work together might stay away from this, though following the docs will probably get you pretty far. I ended up having to install libxml2 and the php xml foo, but that’s about it.誰who ApacheとMySQL方法について理解されないかもしれないから遠ざかって協力には、以下のドキュメントは、おそらくかかわらずかなり取得する。私は結局、 libxml2のとをインストールしなくては、 PHPのXML型foo 、しかし、それくらいだよ。 [...]
September 19th, 2006 at 12:55 am 2006年9月19日12:55アム
[...] Je fais un recherche du message d’erreur sur Google et je trouve rapidement que le problème vient de la quantité de mémoire que mon hébergeur alloue à PHP4 : 8M au lieu de 64M conseillés par l’article trouvé sur le net. [...]はファイス島国連rechercheデュメッセージが表示さd' erreurのシュールGoogleのetはtrouve rapidement que le probl鑪vientデラquantitéデalloue à PHP4のmémoire que月hébergeur : auの代わりデ64メートルconseillés 8メートルパーl'記事trouvéシュールル純です。 [...]
April 4th, 2008 at 10:21 am 2008年4月4日10:21 AMの
Thank you for your tips.ヒントにお問い合わせいただきありがとうございます。 it’s work for me.それは私の仕事です。 And I put your article in my blog too.と私のブログ記事はあまりにも置いてください。 I you have an objection just email me.私に異議がある電子メール私だけです。 Thanksありがとう