cron jobs

Discussion in 'Installation/Configuration' started by jacksmerv, Jun 4, 2011.

  1. jacksmerv

    jacksmerv New Member

    Hi,
    I have installed Debian 6 and ISPconfig3. verything working perfect xcpt th cron jobs. I have created a cron job but it is running at all. If i run manually using php -f /var/www/clients/client1/web2/web/admin/cron/cron.php
    or by domain url http://xapml.com/admin/cron/cron.php it is running that time, but not through ISPconfig pannel. Please give me a solution to run automatically. Thanks.
     
    Last edited: Jun 4, 2011
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to use the full path for every command run trough cron, so the correct command is:

    /usr/bin/php -f /var/www/clients/client1/web2/web/admin/cron/cron.php
     
  3. jacksmerv

    jacksmerv New Member

    Dear Till,
    It seems the panel is not working for databases creation and cron job. I have included the command in crontab file. In database if i create a new database it is getting created in the panel, but not in the database really. I have login as root user in DB and create manually. I hope something is missing with my server, like folder permission etc., ???
     

Share This Page