Recent content by macandcheese

  1. M

    Question Make wp-cron.php run every minute

    Thanks, done: Let wp-cron run every minute by default
  2. M

    Question Make wp-cron.php run every minute

    Currently, when enabling 'Take over wp-cron.php' and 'Create a replacement task (...)', the cron job that's created only runs twice an hour. (See screenshots below) This seems wrong; any Wordpress cronjob that needs to run at a higher interval, will fire too late. There is no performance...
  3. M

    Resolved How to update default open_basedir for all websites?

    21 servers with 900 domains, proudly running Plesk :)
  4. M

    Resolved How to update default open_basedir for all websites?

    One more question - is it also possible to (programmatically) update the defaults set in the following places? Service Plan > * > PHP Settings > Update & Sync Restricted Mode Settings > PHP Settings
  5. M

    Resolved How to update default open_basedir for all websites?

    Thanks a million Peter, that did the trick! I wrapped it all in a shell script, together with some other patches. Maybe it will be useful to someone. https://gist.github.com/rkok/b6fb6f1b2ad1603f5c6ed3e97ca448ae
  6. M

    Resolved How to update default open_basedir for all websites?

    Dear Plesk community, TLDR: How can we update PHP's default open_basedir for multiple domains at once? For all domains on our 10+ Plesk servers, we're trying to configure PHP's auto_prepend_file to intercept fatal errors and send them to cloud logging. However, most of the domains also have...
Back
Top