Memory Error when displaying large amount of posts per page in the backend
-
I’ve put myself in a position that I can’t seem to get out of:
I have 600+ products in my woocommerce install. I wanted to do a bulk edit on all my products in the backed, so I updated the amount of Products displayed per page to the max (=999), in order to select them all at once.
As soon as I did that, I got the Error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in …/wp-includes/wp-db.php on line 2416Now I can’t access the products page on the backend anymore, I don’t know what to do. …help!
I tried to increase the php_value memory_limit in the htaccess, to 256M and 512M, that didn’t work.
*edit: I also tried to increase the WP_MEMORY_LIMIT in wp-config.php, didn’t work. All I need is to decrease the products displayed per page in the backend again :-/
- The topic ‘Memory Error when displaying large amount of posts per page in the backend’ is closed to new replies.