Results 1 to 6 of 6

Thread: cron.php won't be executed

  1. #1

    Default cron.php won't be executed

    cron.php won't be executed by the crontab

    this is the syslog:
    Aug 31 20:45:01 srv114 /USR/SBIN/CRON[7093]: (root) CMD (/usr/bin/php -q /var/kunden/webs/rpt/ptbw/cron.php > /dev/null &)
    Aug 31 20:46:01 srv114 /USR/SBIN/CRON[7096]: (root) CMD (/usr/bin/php -q /var/kunden/webs/rpt/ptbw/cron.php > /dev/null &)
    Aug 31 20:47:01 srv114 /USR/SBIN/CRON[7099]: (root) CMD (/usr/bin/php -q /var/kunden/webs/rpt/ptbw/cron.php > /dev/null &)

    when i execute the cron.php via browser, it work's nice!

  2. #2

    Default

    i think that zend could be the problem.

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    try

    Code:
    cd /var/kunden/webs/rpt/ptbw/;/usr/bin/php -q cron.php

  4. #4

    Default

    debian etch - dedicated server
    ZendOptimizer-3.2.2-linux-glibc21-i386

    syslog:
    Aug 31 22:44:01 srv114 /USR/SBIN/CRON[7532]: (root) CMD (cd /var/kunden/webs/rpt/ptbw/;/usr/bin/php -q cron.php > /dev/null &

    nothin changed.

  5. #5

    Default

    cron.php - chmod 777

  6. #6

    Default

    i fixed it greek-style
    because in browser works, i call it that way.

    */5 * * * * wget http://www.domain.ext/cron.php

    less stress i guess

Similar Threads

  1. error from cron no-debug-non-zts
    By musictvblogger in forum Installation Support
    Replies: 1
    Last Post: 11-02-2008, 10:36 PM
  2. How To Set cron job
    By west in forum General Discussions
    Replies: 4
    Last Post: 01-12-2008, 09:26 AM
  3. cron job
    By clivimo in forum General Discussions
    Replies: 1
    Last Post: 11-11-2007, 06:29 PM
  4. Can't convert movies cron.php
    By wmp202 in forum Installation Support
    Replies: 1
    Last Post: 10-17-2007, 10:31 PM
  5. Setting cron to only add 2 vids a day
    By carefree in forum Template Modifications
    Replies: 1
    Last Post: 09-24-2007, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •