Allowed memory exhausted
-
Hi
I was wondering if anyone else has had this error before and have a workaround:
Fatal error: Allowed memory size of 536870912 bytes exhausted.This originates because of the
get_posts
call to fetch the products in class-woo-product-stock-alert-action.php,$all_products = get_posts(
array(
‘post_type’ => ‘product’,
‘post_status’ => ‘publish’,
‘numberposts’ => -1
)
);Cheers,
Michael
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Allowed memory exhausted’ is closed to new replies.