Bluehost really made me sad!
Several days ago I ordered a bluehost hosting plan, and in these days using, I came across a lot of questions that I have never met in other hosts. It really made me sad.
The following error, I think most of the bluehost users have had seen many of times. So,how to resove the problem?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /wp-admin/includes/misc.php on line 278
There is a really simple tip for this, just and the following codes into the wp-config.php files:
define('WP_MEMORY_LIMIT', '64M');



