On Aug 14, 2011, at 00:47, Prabha vathi wrote: > Shell cron job. I am getting TERM environment variable not set. error. > How to fix this?
Set the TERM environment variable to something reasonable, such as "xterm". I don't see anything in Cake looking for the TERM environment variable but I guess something you're using is, and I guess it's not usually set in cron since cron is not running a shell. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
