TimeTrex - Error!

Ask your questions regarding TimeTrex installation here.
Locked
razali84
Posts: 5
Joined: Tue Dec 12, 2006 1:42 am
Location: Malaysia

TimeTrex - Error!

Post by razali84 »

why i'm getting this error:

"Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for root@localhost in C:\Inetpub\wwwroot\TimeTrex\classes\modules\core\Debug.class.php on line 166"
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: TimeTrex - Error!

Post by shaunw »

razali84 wrote:why i'm getting this error:

"Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for root@localhost in C:\Inetpub\wwwroot\TimeTrex\classes\modules\core\Debug.class.php on line 166"
Its a warning, not so much an error. If you disable displaying
errors (highly recommended) in php.ini it shouldn't bother you.

Otherwise you could change root@localhost in includes/core/Debug.class.php to a valid email address that you want TimeTrex to send email to.
razali84
Posts: 5
Joined: Tue Dec 12, 2006 1:42 am
Location: Malaysia

error

Post by razali84 »

i try to see the error and this error appear:
DEBUG [137]: [Function](): Production: 1
DEBUG [92]: TTDate::setTimeZone(): Setting TimeZone: PST8PDT
Locked