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.
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 ....
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?