After update to WP 2.8, dashboard is gone. Once I disable Download Monitor, dashboard is working again.
After update to WP 2.8, dashboard is gone. Once I disable Download Monitor, dashboard is working again.
Thanks so much. This is what was causing my problems, too.
I helped fix someone with this problem - turns out it was not download monitor at all, wp 2.8 has a larger memory overhead so php was running out.
We could also fix it by deleting a few others. In the end the fix was to add:
@ini_set('memory_limit','64M');
To wp-config.php
You must log in to post.