So for those who actually read my blog and could give a crap about techie stuff…sorry! I need a place to start blogging about the stuff I’m running into and this is going to be the place for now.

Out of the blue, logged into a client’s site and clicked on the “Plugins” section of WP Dashboard.
Using WP 2.3.3
Got an error page:
Fatal error: Allowed memory size of 16xxxx bytes exhausted (tried to allocate 72 bytes) in /wp-includes/plugin.php on line 4

Finally found this on WP’s site:
http://wordpress.org/support/topic/137400

added ini_set(”memory_limit”,”32M”); to line 2 of plugin.php and it seems to be working fine. We’ll see

Close
E-mail It