those who are facing php memory limit error on wordpress can solve their problem by editing single file... i know server is facing problems...doesnt matter...read on
wordpress 3 users:
go to wp-includes/default-constants.php
edit
in 1st function wp_initial_constants( )
edit
thats it..
dont create support ticket for simple issue..thanks x10hosting
wordpress 3 users:
go to wp-includes/default-constants.php
edit
in 1st function wp_initial_constants( )
edit
PHP:
if ( !defined('WP_MEMORY_LIMIT') ) {
if( is_multisite() ) {
define('WP_MEMORY_LIMIT', '128M'); // its ok
} else {
define('WP_MEMORY_LIMIT', '64M'); // it was 32
}
}
dont create support ticket for simple issue..thanks x10hosting
Last edited: