SSH upload... (read his posts silly! )
One thing to remember for the future: Always use an FTP account associated with the user's account for proper permissions. (not SSH)
Try this:
Edit the crontrab file manually and test by removing the restrictions. If it works, you will know it uses a restricted function
try:
If it is your own site and not a customer's, you may be able to leave the restrictions removed.
Go to Module Admin>Apache Admin>Override A Virtual Host Setting>api.deliverymark.com>Un-check Suhosin Enabled and OpenBase Enabled and SAVE - Wait for daemon to run.
One thing to remember for the future: Always use an FTP account associated with the user's account for proper permissions. (not SSH)
Try this:
Edit the crontrab file manually and test by removing the restrictions. If it works, you will know it uses a restricted function
Code:
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
Code:
php /var/sentora/hostdata/1874mark/public_html/api_deliverymark_com/api/cron/index.php
Go to Module Admin>Apache Admin>Override A Virtual Host Setting>api.deliverymark.com>Un-check Suhosin Enabled and OpenBase Enabled and SAVE - Wait for daemon to run.