Page 1 of 1

Mail, WOA, and Password Reset problems

PostPosted: Fri Mar 01, 2013 2:28 am
by hotsammysliz
So its been a slightly grueling past couple days trying to set all of this subsonic stuff up but I think I'm in the home stretch and this seems like the last set of problem so far. I am not sure if there is something I am supposed to do on my end outside of SubRegEngine or not but it does not seem like any emails are sending and I am not sure what to do to fix that. Is there something in windows I have to configure for the php mail command to actually work? The next question is about woa admins. Id like the woa admin to be the same admin on subsonic but the subsonic admin is created within subsonic when you first set it up so how do I add that admin to the sql database with an encrypted password so i can choose that to be the woa admin? Finally for password reset when I fill in the info and then click reset password I get this error

Code: Select all
Notice: Undefined variable: username in C:\xampp\htdocs\SubRegEngine\lib\mailconf.php on line 18

Notice: Undefined variable: spassword in C:\xampp\htdocs\SubRegEngine\lib\mailconf.php on line 18

Notice: Undefined variable: username in C:\xampp\htdocs\SubRegEngine\lib\mailconf.php on line 23

Notice: Undefined variable: spassword in C:\xampp\htdocs\SubRegEngine\lib\mailconf.php on line 23

Notice: Undefined variable: username in C:\xampp\htdocs\SubRegEngine\lib\mailconf.php on line 32


I did read that someone else was having this problem and they were given the advice of adding ' include ("functions.php"); ' to the mailconf.php file but that ended up causing a fatal error for me of this
Code: Select all
Fatal error: Cannot redeclare adddata() (previously declared in C:\xampp\htdocs\SubRegEngine\lib\functions.php:2) in C:\xampp\htdocs\SubRegEngine\lib\functions.php on line 9


Any and all help greatly appreciated! :D

Re: Mail, WOA, and Password Reset problems

PostPosted: Sun Mar 10, 2013 9:13 am
by hotsammysliz
Bump. Can anyone help me with this please??