• Resolved Maakmeesters

    (@maakmeesters)


    Hello,
    I’ve been experiencing Internal Server Error messages in the admin area for some time now

    (The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at support@one.com to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log).

    These occur on all kinds of pages within the webshop. When having the logs viewed, this error message appears there:

    PHP Warning: set_time_limit(): Cannot set max execution time limit due to system policy in /customers/8/4/a/…/httpd.www/wp-content/plugins/activecampaign-for-woocommerce/includes/orders/historical/trait-activecampaign-for-woocommerce-historical-utilities.php on line 65

    Would like to hear how to resolve this?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve helped analyzing the issue on this website and would like to add, that this error occurs on multiple pages, it works after one or more refreshes, but repeats at a next attempt. The function is called in a file that should be unrelated to the pages that are called, so it looks like it’s called too often. I wouldn’t know why set_time_limit(1800) should be called on every page load in the dashboard.

    Besides that, it looks like a restriction on the server, but calling the function fails, while only the existence of the function is checked.

    The biggest question is why this function is called at all.

    Plugin Author ActiveCampaign

    (@acteamintegrations)

    This is being removed from the plugin once it passes testing. It was used to extend the sync process which was being cut to 30 seconds or less on some WP hosting sites. Since the sync process was moved to a cron this is no longer needed. We weren’t aware customers were experiencing errors with this. In future if you do face any issues like this, especially if the plugin is causing a fatal error, please contact ActiveCampaign support.

    Thread Starter Maakmeesters

    (@maakmeesters)

    Thanks for the reply, hopefully the update will come soon and the issue will be resolved!

    Plugin Author ActiveCampaign

    (@acteamintegrations)

    Version 2.4.0 was just released and removes the calls that use the set_time_limit function. I’ll mark this resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Warning: set_time_limit()’ is closed to new replies.