PHP Fatal error
-
when I enter the product this error occurs, the page shows error 524, and the log looks like this “PHP Fatal error: Maximum execution time of 300 seconds exceeded in …wp-content/plugins/woocommerce/includes/class-wc -product-variable.php on line 657” which refers to this part of the code :
protected function sort_variation_prices( $prices ) { asort( $prices ); return $prices; }
_______________________________________________________________________
My products have many variations, there are products that exceed 10000The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Fatal error’ is closed to new replies.