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

crontab problem

A

alekhin

Guest
hi everyone

my problem is that my crontabs are not working. I always receive the same error

/bin/sh: /srv/www/vhosts/domain.com/httpdocs/cron/script.php: Permission denied

i'm creating these crontabs from my admin account.

can anyone help me please?

thank you
 
the script is working when i write it to address bar

if that is what you mean it is executable :)
 
Hi.

Either write your script as a CLI script and call the interpreter in the first line
eg;

#!/bin/php-cli

(Google command line php)


or call you cronjob using GET, lynks, elinks or wget eg...

30 12 * * * GET /path/to/phpscript.php
 
i received 2 different errors...

- /bin/sh: GET: command not found

- /srv/www/vhosts/siyahkahve.com/httpdocs/cron/daily_count_comment.php: Unsupported scheme.
 
Back
Top