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
User Self-Registration
-
brigitmoonsong
- Posts: 3
- Joined: Wed Dec 28, 2005 12:15 am
- Contact:
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?
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?