After moving over my بعد الانتقال على مدى بلادي test blog اختبار بلوق to the new server, I noticed that the Admin Dashboard (with tons of unnecessary feeds) wasn’t displaying. الى خادم جديد ، لاحظت ان الادارة وحة القيادة (مع لزوم لها طن من الفيد) لا عرض. It shows just a blank page. وتبين انه مجرد صفحة بيضاء.

Apache error log had a very interesting message: اباتشي خطأ قد سجل مثيرة جدا للاهتمام الرسالة :
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes) يسمح الذاكرة حجم 8388608 بايت استنفدت (حاول ان تخصص 0 بايت)

The solution is simple. الحل بسيط.
1. Increase memory_limit in php.ini to a higher value. Memory_limit في php.ini الزياده الى ارتفاع قيمة. I have set it to 64MB: لقد مجموعة الى 64mb :
memory_limit = 64M memory_limit = 64m

2. Restart the Apache HTTP Server. اعادة تشغيل خادم اباتشي بروتوكول انتقال النص المتشعب. On linux that would be: على ان يكون لينكس :
service httpd restart اعادة تشغيل الخدمة httpd

Note: The same technique can be used to increase maximum allocated memory for any php scripts. ملاحظه : نفس الأسلوب يمكن أن تستخدم لزيادة الحد الاقصى لتخصيص اي بي. اتش. بي الذاكرة للمخطوطات.

An even better solution is to replace it with بل ان افضل حل هو الاستعاضه عنها WordPress Dashboard hack لوحة التحكم الرئيسية WordPress المأجور .