Forums

PHP

This topic is locked

Smart Mailer PHP Send Errors

Posted 06 Dec 2003 21:42:54
1
has voted
06 Dec 2003 21:42:54 Julian Dobbie posted:
Help needed with this error:
Warning: Failed opening '//ScriptLibrary/htmlMimeMail.php' for inclusion (include_path='.:') in //ScriptLibrary/incSmartMailer.php on line 30
Fatal error: Cannot instantiate non-existent class: htmlmimemail in //ScriptLibrary/incSmartMailer.php on line 31

Line 30 in the script is as below
include(dirname(__FILE__) . "/htmlMimeMail.php";

OK it is obviously finding the ScriptLibrary I know this one is simple, I can see the file 'htmlMimeMail.php' on the server, any suggestions

Edited by - juliand7 on 06 Dec 2003 21:52:57

Replies

Replied 09 Dec 2003 11:38:53
09 Dec 2003 11:38:53 Patrick Woldberg replied:
It seems to find the htmlMimeMail.php file, only no idea why it fails to open it. Maybe permissions?

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------

Reply to this topic