Although my server has php memory allocation of 64MB I get
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 311296 bytes) in /home/kasey/public_html/Create/wp-includes/class-simplepie.php on line 4186
in my dashboard for WP/buddypress combination blog.
I re-installed buddypress.WP won't allow a re-install despite the fact that it is version 3.01 indicating out of memory allocation in
http.php.
I cannot simply delete
simplepie.php
nor
simplePie-for-wordpress.php
without a crash.
Replacing the
simplepie.php
and
class-simplepie.php
has made no difference.Adding suggested codes from buddypress forum into either file or into php.ini either changes nothing or causes a
kses.php
error or a blog crash.
Is this an Apache problem ?Can I add server-parse extension php to Apache without compromising the server ?