• I see 2 fatal errors:

    [lsapi:error] [pid 742339:tid 140354825139968] [client ] [host ] Backend fatal error: PHP Fatal error: Maximum execution time of 600 seconds exceeded in /public_html/wp-content/plugins/yith-woocommerce-ajax-navigation/widgets/class.yith-wcan-navigation-widget.php on line 458\n
    [lsapi:error] [pid 741764:tid 140354499954432] [client ] [host ] Backend fatal error: PHP Fatal error: Maximum execution time of 600 seconds exceeded in public_html/wp-content/plugins/yith-woocommerce-ajax-navigation/widgets/class.yith-wcan-navigation-widget.php on line 459\n

    In Php the max_execution_time is set to: 3600

    How do I fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Try to add this PHP code in your functions.php file:

    add_filter( 'yith_wcan_skip_layered_nav_query', '__return_true' );

    If it doesn’t work, please, try to deactivate all plugins and see if the problem disappear. If so, try to activate them again one by one and see which one produces the issue.

    Thread Starter SLV

    (@dwnl)

    I get an error:

    The fragment you are trying to save generates a fatal error on line 1:

    syntax error, unexpected ‘&’

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    please try to check the first line of the file you are trying to edit, since, in the error you sent us, the issue seems to be on that line.
    Then, please, try adding the previously-mentioned code snippet and let us know if it’ll do the trick.
    Otherwise, please, try to deactivate all plugins and see if the problem disappear. If so, try to activate them again one by one and see which one produces the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Maximum execution time of 600 seconds exceeded in’ is closed to new replies.