On Apr 5, 2005 1:17 PM, Bob Sawyer <[EMAIL PROTECTED]> wrote: > Which leads me to believe that there's a problem with the crontab. Are > you sure that the crontab is written correctly, that it has the correct > path to the script, has the time options set correctly, etc? > > -Bob
Im home now - The crontab is correct - & other people are having same probs. Ive found out my ISP/website host has upgraded the PHP to PHP Version 4.3.11 basically - If I activate / use the script from the website - *everything* works - I even receive the email... If the cronjob actriates it - Everything works - The script opens files, processes the files, Creates output files (if any) - & creates log files - Everything is correct - except I dont receive any email.. The admins have commented on the forum that they know the error & will look into it (I hate it when they upgrade & things just stop...) crontab (ive put on 2 lines for clarity - But its all on 1 line...) */3 * * * * /usr/local/bin/php /www/u/username/htdocs/cron/mailit2.php >/www/u/username/logs/sentemail.log 2>/www/u/username/logs/sentemail.err PS - My 'test' email script has a -q tag after the /bin/php etc.. What does the -q tag do ? & any other tags I can use ? -- G Stewart Gmail invites - Hundreds available.. Gmail : [EMAIL PROTECTED] NZ: [EMAIL PROTECTED] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
