hi, I got the following error Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in /home2/xxxx1/public_html/wp-includes/http.php on line 420 after i upgraded my wordpress to latest version,Could any body tell what this error means? and how to handle it thanks
ask your host to increase php memory limit, or just add this line to your wp-config.php define('WP_MEMORY_LIMIT', '64M'); Code (markup):