wp-config.php added "define( 'WP_MEMORY_LIMIT', '48M' );" After this, restarted Apache.
Action: Clicked on Dashboard > Links menu > Links. Result: Page reloaded OK; No error On Mon, Jun 14, 2010 at 12:21 AM, Andrew Nacin <[email protected]> wrote: > 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 > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
