WP_MEMORY_LIMIT increase didn’t fix Fatal error: Allowed memory size
-
I’m wondering if one of my favorite plugins (WP SiteMap Page) has a solution for a large (257 pages and 8,252 posts) site that is generating this error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in …/wp-includes/meta.php on line 1078
I found this article (https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/) and added this line in wp-config.php:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
… but still getting the same error; any suggestions? Thanks in advance! ??
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP_MEMORY_LIMIT increase didn’t fix Fatal error: Allowed memory size’ is closed to new replies.