Comments aren't sent to me :-(

Found a bug? Tell us!!
Post Reply
Hilde
Regular
Posts: 10
Joined: Thu Jul 29, 2004 7:49 pm
Location: the Netherlands
Contact:

Comments aren't sent to me :-(

Post by Hilde »

I set the Send mails to admin to 'yes' and still haven't received anything. Several comments have been made. WHat can I do?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Comments aren't sent to me :-(

Post by garvinhicking »

Does your server support the php mail() command? Do you run any other PHP application on your server which successfully sends mails?
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hilde
Regular
Posts: 10
Joined: Thu Jul 29, 2004 7:49 pm
Location: the Netherlands
Contact:

Erm...

Post by Hilde »

I've been trying to change the admin email address in serendipity for about ten minutes now, it keeps bouncing back to the original email address which I will be discarding soon. Help!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Erm...

Post by garvinhicking »

Hi Hilde!

Maybe you need to login to s9y and there go to the usermanagement panel, there you can chang your mail adress. If that doesn'T work, try if you can see the same option in the configuration panel.

(Using serendipity 0.7-beta, that is)

If all fails, use phpMyAdmin or something similar to change it manually in your database:

UPDATE serendipity_authors SET email = 'hilde@yourhost.com';
UPDATE serendipity_config SET value = 'hilde@yourhost.com' WHERE name = 'email';

Good luck,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hilde
Regular
Posts: 10
Joined: Thu Jul 29, 2004 7:49 pm
Location: the Netherlands
Contact:

Post by Hilde »

Hey Garvin,

It finally worked! *phew* wipes sweat off face...
Apparently it did take after the twentieth time I tried to change it, but it didn't tell me...

Thanks a million!

Hilde
Post Reply