Stevan Posted October 27, 2007 Share Posted October 27, 2007 I am installin a php script I get error message and do not know if i set something in config wrong or the script is bad Warning: main(/home2/cruisevacationcenter/public_html/emml/class.html.mime.mail.php) [function.main]: failed to open stream: No such file or directory in /home2/cruisew/public_html/cruisevacationcenter.net/emml/emml_config.php on line 130 Warning: main(/home2/cruisevacationcenter/public_html/emml/class.html.mime.mail.php) [function.main]: failed to open stream: No such file or directory in /home2/cruisew/public_html/cruisevacationcenter.net/emml/emml_config.php on line 130 Warning: main() [function.include]: Failed opening '/home2/cruisevacationcenter/public_html/emml/class.html.mime.mail.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/cruisew/public_html/cruisevacationcenter.net/emml/emml_config.php on line 130 Fatal error: Cannot instantiate non-existent class: html_mime_mail in /home2/cruisew/public_html/cruisevacationcenter.net/emml/emml_config.php on line 132 THXS Steve Link to comment https://forums.phpfreaks.com/topic/75023-error-message/ Share on other sites More sharing options...
marcus Posted October 27, 2007 Share Posted October 27, 2007 The file doesn't exist. Link to comment https://forums.phpfreaks.com/topic/75023-error-message/#findComment-379348 Share on other sites More sharing options...
Stevan Posted October 27, 2007 Author Share Posted October 27, 2007 DO you mean this one html_mime_mail Link to comment https://forums.phpfreaks.com/topic/75023-error-message/#findComment-379350 Share on other sites More sharing options...
marcus Posted October 27, 2007 Share Posted October 27, 2007 The first 3 errors tell you the file does not exist, the 4th error tells you the class does not exist. Link to comment https://forums.phpfreaks.com/topic/75023-error-message/#findComment-379351 Share on other sites More sharing options...
Stevan Posted October 27, 2007 Author Share Posted October 27, 2007 I see the file there class.html.mime.mail.php here is the two lines it says line 130 include("$emml_path/class.html.mime.mail.php"); line 132 $em_mail = new html_mime_mail('X-Mailer: '); Link to comment https://forums.phpfreaks.com/topic/75023-error-message/#findComment-379354 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.