Crontab file recovery

Discussion in 'Installation/Configuration' started by Captain, Feb 28, 2011.

  1. Captain

    Captain Member

    Sorry!

    Main problem is solved.

    Now I have problem with users cronjob.
    When I use PHP I need to add user to crontab group and after that cronjobs work great.
    But know I have suPHP and cronjob didnot work.
    I have this cronjob wget http://domain.com/export/
    This cron download information from wholesale.

    What I need to do to solve this problem?

    Thnks.
     
    Last edited: Feb 28, 2011
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    In Linux cronjobs you have to use the full path to a command as cron does not lod the path variable. Use:

    /usr/bin/wget ....
     
  3. Captain

    Captain Member

    Have some problems with cron edit in ISPConfig.
    I have aprx. 10 cronjobs.
    In some crons I can edit ISPConfig -> ISP User , but have some crons when I cant enter edit options I have this ISPConfig Notice: You do not have the necessary privileges to read or edit this entry.

    How I can to solve this problem?
     

Share This Page