• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Search results

  1. G

    How to turn Safe mode off

    I know about phpinfo file!
  2. G

    How to turn Safe mode off

    Opinion! Forum is useless!
  3. G

    How to turn Safe mode off

    I need help. Safe mode was turned off on Admin panel: Home>Tools & Settings>Custom View Settings> PHP Settings Safe mode was turned off on Domain : Home > Subscriptions > domain.com > Customizing Subscription Domain.com > PHP Settings But on request over ssh: php -r 'phpinfo();' | grep...
  4. G

    Scheduled Tasks: sh: /mkdir: No such file or directory

    Safe mode off not works PHP safe mode can't switch off:
  5. G

    Scheduled Tasks: sh: /mkdir: No such file or directory

    <? $exec = "mkdir /tmp/fld1"; $a = exec($exec, $b, $c); mail('email@domain.com', 'cron mail subj 1', print_r($a,1)."--".print_r($b,1)."--".print_r($c,1)); $exec = "/bin/mkdir /tmp/fld2"; $a2 = exec($exec, $b2, $c2); mail('email@domain.com', 'cron mail subj 2'...
  6. G

    Scheduled Tasks: sh: /mkdir: No such file or directory

    Please help! I set Scheduled Task, * * * * * php -q /var/www/vhosts/domain.com/httpdocs/234/100-100.php I try to execute script with exec('mkdir /folder/') and get response sh: /mkdir: No such file or directory. # php -v PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and...
Back
Top