- 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!