Hello everybody.
This is a support forum for our ThumbnailInMail module.
If you have some questions or suggestions regarding it feel free to post them here or contact us directly.
Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello everybody.
This is a support forum for our ThumbnailInMail module.
If you have some questions or suggestions regarding it feel free to post them here or contact us directly.
Hi Anton, love the mod but I got a slight problem:
Everything works great but when i send a mail usually it comes up with a box that says (return to profile, or send another message etc) now it comes up with this error:
Fatal error: Cannot redeclare class PHPMailer in /home/xxxxx/public_html/xxxxxxxxx.com/plugins/phpmailer/class.phpmailer.php on line 43
(I crossed out my domain and hosting username in the text above)
Could you please help me get this fixed back to normal?
Thanks!
|
Hi Anton, love the mod but I got a slight problem:
Everything works great but when i send a mail usually it comes up with a box that says (return to profile, or send another message etc) now it comes up with this error:
Fatal error: Cannot redeclare class PHPMailer in /home/xxxxx/public_html/xxxxxxxxx.com/plugins/phpmailer/class.phpmailer.php on line 43
(I crossed out my domain and hosting username in the text above)
Could you please help me get this fixed back to normal?
Thanks!
Hello, Looks like some other modification already has added the PHPMailer library to your Dolphin. Try the following fix: require_once(BX_DIRECTORY_PATH_INC."class.phpmailer.php"); require_once(BX_DIRECTORY_PATH_PLUGINS."phpmailer/class.phpmailer.php"); Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello everybody. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |