In case your WB installation throws errors like
it means that your WordPress simply needs more memory. In order to fix it simply add the following line to the wp-config.php file:Code:Fatal error: Allowed memory size of xxxxxxxx bytes exhausted (tried to allocate xxxx bytes)
Please, note, that it will increase memory_limit to 64M for WP only.Code:define('WP_MEMORY_LIMIT', '64M');



LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks