On Mon, Jun 14, 2010 at 3:08 AM, Waldo Lydecker < [email protected]> wrote:
> "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried > to allocate 7680 bytes) in > /home/helios/public_html/ > austin.cinemaminima.com/public/blog/wp-includes/kses.php(550) > : runtime-created function on line 1" To confirm this is just a memory exhaustion issue, can you boost your memory to 48, 64 or even 128 MB? Add this to wp-config: define( 'WP_MEMORY_LIMIT', '64M' ); _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
