• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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