Maximum execution time exceeded
-
Hi,
I am using the YITH Product Filter plugin but ever since I installed it I keep getting errors like this one in my error log, and my website seems to go down for several seconds:
PHP Fatal error: Maximum execution time of 360 seconds exceeded in /home/oliolibg/public_html/wp-content/plugins/yith-woocommerce-ajax-navigation/widgets/class.yith-wcan-navigation-widget.php on line 682
The maximum execution time was previously set for 30 seconds but I still got error messages like the above. Line 682 is:
// Exclude query arg for current term archive term
while ( $in_array_function( $term->slug, $data[‘terms’] ) ) {
$key = array_search( $current_term, $data );
unset( $data[‘terms’][$key] );
}Could you please help me fix these php errors somehow?
Thanks,
Nikolay
- The topic ‘Maximum execution time exceeded’ is closed to new replies.