• Resolved Rob de Cleen

    (@rdc2701)


    Hi,

    Excellent work this plugin, thanks! Saved me from a lot of headaches.

    On my provider’s system I get a PHP warning in the error log:
    PHP Warning: set_time_limit() has been disabled for security reasons

    Web hosting companies do this to prevent you from running very-long-running processes that could impact the availability of other websites sharing the server. Why do you need unbound execution time? Maybe find a way of doing what you need in smaller chunks?

    I know it’s just a warning, but is there any way we can avoid filling the logs of my provider’s setup with this?

    Thanks in advance,
    Rob

Viewing 1 replies (of 1 total)
  • Thread Starter Rob de Cleen

    (@rdc2701)

    BTW, I did not mean to imply that this set_time_limit() thing is done by this plugin, I just wondered if you can advise how to avoid that PHP warning on my shared hosting ??
    I know the warning comes from WP core (wp-admin/includes/class-wp-upgrader.php).

    • This reply was modified 3 years ago by Rob de Cleen. Reason: fixed wording
    • This reply was modified 3 years ago by Rob de Cleen.
Viewing 1 replies (of 1 total)
  • The topic ‘PHP warning about set_time_limit()’ is closed to new replies.