New install on Windows XP, XAMMP 1.7.0.
SMTP test works fine. When creating a new user or contact existing user, I get this message.
Fatal error: Cannot redeclare class SMTP in E:\xampp\htdocs\home\modules\smtp\phpmailer\class.smtp.php on line 36
The e-mail is sent fine.
Comments
Comment #1
oadaeh commentedLook to see if you have another copy of class.smtp.php somewhere in E:\xampp\htdocs\home\.
Normally, contributed modules get installed in E:\xampp\htdocs\home\sites\all\modules\ (or somewhere under E:\xampp\htdocs\home\sites\), and not in E:\xampp\htdocs\home\modules\.
Comment #2
oadaeh commented