I upgraded the Organize Series this morning on a client's site, and It's now exhausting my memory allocation. The error I am receiving is this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /MY ROOT/public_html/wp-includes/class-simplepie.php on line 13038
This error is appearing on the dashboard under "Incoming Links" and "WordPress Blog". Funnily enough, I'm ONLY getting this error in Safari - FF and IE don't show it and everything works just fine (which is really weird to me since PHP errors aren't browser-specific).
The site also loads up REALLY slowly when I try to bring it up (on all browsers), so I'm assuming it's because of the above error.
If I deactivate the plugin, it works fine.
I'm reverting back to an older version, but I figured I should report it. I'll also mention that I am running WordPress 3.0.1 and PHP 5.2.14. I'm going to try and increase my memory_limit in my wp-config.php file - and that may take care of the problem - but I still thought this should be reported.