If on your WordPress Dashboard you are seeing an error something like this:
Fatal error: Allowed memory size…
try adding the following to the wp-config.php file in the root directory of your blog:
define('WP_MEMORY_LIMIT', '64M');
|
||||||
WordPress: Increasing memory allocated to PHPIf on your WordPress Dashboard you are seeing an error something like this:
try adding the following to the define('WP_MEMORY_LIMIT', '64M');
|
||||||
|
Copyright © 2013 stylus - All Rights Reserved |
||||||