felixhaus92
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
Hello,
since the major upgrade of stoli i've the problem that my planned cron task isn't executed.
For testing I set up the following:
because it didn't work I tried the following:
both should be executed every 5 minutes, but nothing happens.
The cronlog.txt file wasn't created and the file which the cron.php should create doesn't exist.
Before the upgrade the first cron-code and the cron.php have worked fine.
Can you help me?
since the major upgrade of stoli i've the problem that my planned cron task isn't executed.
For testing I set up the following:
Code:
/usr/bin/php -f /home/mesvtpl/public_html/app/cron.php 123 >> /home/mesvtpl/public_html/cronlog.txt 2>&1
Code:
/usr/local/bin/php /home/mesvtpl/public_html/app/cron.php >>/home/mesvtpl/public_html/cronlog.txt 2>&1
The cronlog.txt file wasn't created and the file which the cron.php should create doesn't exist.
Before the upgrade the first cron-code and the cron.php have worked fine.
Can you help me?