Hello, same problem here:
grouped.php version 2.1.0 is out of date. The core version is 2.1.7
Anyone?????
onyxmin you can increase your memory on the default-constants.php in wp-includes folder.
There you have: if( is_multisite() ) {
define(‘WP_MEMORY_LIMIT’, ’64M’);
} else {
define(‘WP_MEMORY_LIMIT’, ’40M’);
}
}
if ( ! defined( ‘WP_MAX_MEMORY_LIMIT’ ) ) {
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
Modify define(‘WP_MEMORY_LIMIT’, ’40M’); with define(‘WP_MEMORY_LIMIT’, ’96M’);