[SOLVED] Registration errors.

flasht

Joined: 2004-08-30
Posts: 53
Posted: Thu, 2005-01-27 08:26

My gallery2 is in latest night version. But i'm still getting error on registration.

http://debug.theweed.org/reg2.htm

Restarting module doesn't help.
What can i say is that the new user is being created, as an admin i can accept it or delete, but i dont get any conformation mail to admins account.

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Thu, 2005-01-27 09:48

Are you sure mail works properly on your server? It can't just magically send email, you have to have a valid mail server that will accept mail sent to it by you.

 
flasht

Joined: 2004-08-30
Posts: 53
Posted: Thu, 2005-01-27 10:12
fryfrog wrote:
Are you sure mail works properly on your server? It can't just magically send email, you have to have a valid mail server that will accept mail sent to it by you.

Im totally sure. Im hosting it myself.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-01-27 17:46

well, that is indeed an error from php's mail() function. maybe you can do some testing yourself to make sure it is working.
or, you can go to Site Admin / General and enter SMTP server info.. then G2 will connect to an smtp server instead of using mail()

 
flasht

Joined: 2004-08-30
Posts: 53
Posted: Thu, 2005-01-27 18:42
mindless wrote:
well, that is indeed an error from php's mail() function. maybe you can do some testing yourself to make sure it is working.
or, you can go to Site Admin / General and enter SMTP server info.. then G2 will connect to an smtp server instead of using mail()

Thanx... i didnt set sendmail_from ...