hi, trying to execute cron but its not being run.
For a test page sends email when its being accessed, when accessed manually page sends email just fine.
My configuration: api_deliverymark_com/api/cron/index.php
Per note 1: /var/sentora/hostdata/1874mark/public_html/
Job ste to run every min
nothing happens.
I look at cron log and here is what i see:
I have no idea what the 1st parts is but i see request is handled by PHP parser and path seams to be correct. yet nothing happens.
I would use WGET as alernative but UI limits me to spesify direct path only.
Any help?
tnx!
For a test page sends email when its being accessed, when accessed manually page sends email just fine.
My configuration: api_deliverymark_com/api/cron/index.php
Per note 1: /var/sentora/hostdata/1874mark/public_html/
Job ste to run every min
nothing happens.
I look at cron log and here is what i see:
Code:
Dec 22 19:54:01 ny05 CROND[30752]: (apache) CMD (php -d suhosin.executor.func.blacklist="passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec" -d open_basedir="/var/sentora/hostdata/1874mark/:/var/sentora/temp/" /var/sentora/hostdata/1874mark/public_html/api_deliverymark_com/api/cron/index.php)
I have no idea what the 1st parts is but i see request is handled by PHP parser and path seams to be correct. yet nothing happens.
I would use WGET as alernative but UI limits me to spesify direct path only.
Any help?
tnx!