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...
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
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
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...