Recent content by GGEder234

  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 protected]', '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 protected]', '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