User Self-Registration

Having trouble installing serendipity?
Post Reply
brigitmoonsong
Posts: 3
Joined: Wed Dec 28, 2005 12:15 am
Contact:

User Self-Registration

Post by brigitmoonsong »

Yeah, I discovered that you can have more users on the blog with their own blog (at least that's what I hope this is for), but when I tested it, I get this error (don't know if this post belongs here or in the Bugs forum):

BTW, I have removed the critical server path detail from the error and replaced it by dots (for security purposes and to protect our hosting from hacks)

Fatal error: Call to undefined function: mail() in ......./serendipity/plugins/serendipity_plugin_adduser/common.inc.php on line 57

Anyway, can someone point me to the exact plugin I need to make this work...

Thanks

~ Brigit Moonsong
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

It's a PHP builtin function:
http://us2.php.net/manual/en/function.mail.php
http://us2.php.net/manual/en/ref.mail.php

It uses sendmail (or sendmail wrappers).

Is it possible your administrator installed a PHP without a mail() function to prevent spam?
Post Reply