• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Safe mode

E

Estores

Guest
Running Parallels Plesk on dedicated server, and for a particular domain the Php safe mode checkbox is unticked. But when using the copy command via a cron job we get the error:
PHP Warning: copy(): SAFE MODE Restriction in effect

The Php code works fine via a url.
 
Hello,

Please, check the following settings:

1) If you have Debian/Ubuntu installation:

# cat /etc/php4/cli/php.ini |grep safe
safe_mode = On

As php uses this configuration file for the command line utilities.

2) Also please check permissions for all php.ini files in case you are running the script under some user it can not be read.

Thank you
 
Back
Top