cron on directadmin panel

Puma

Verified User
Joined
Aug 11, 2009
Messages
35
Hello,

I have a server on debian with directadmin.
Cron is installed and running. When a user add a cron job into directadmin panel, the script is not executed, I have looked logs but nothing about cron and cronjob isn’t on /etc/cron.d/cron_directadmin.

i have followed this tuto but i have all done but nothing : http://help.directadmin.com/item.php?id=107

the script is for clientexec:
php -q /path/to/ce/services.php 'order'
: https://www.clientexec.com/members/index.php?fuse=knowledgebase&view=KB_viewArticle&articleId=291

What is wrong please? Can you help me please?

Thanks you
regard
 
Maybe you have to specify the full path to php
 
Per example, i have put this into directadmin panel for cronjob:

*/15 * * * * php -q /home/puma/public_html/manager/services.php 'order' >/dev/null 2>&1
 
If you are not going to read my posts then I may as well not post in this thread anymore.
 
what do you mean in ur first post please, i'm not english, please details

how i do the full path to php and where?

thx
 
like this?

/usr/local/bin/php -q /home/puma/public_html/manager/services.php 'order' >/dev/null 2>&1
 
Back
Top