mcmark Posted October 31, 2010 Posted October 31, 2010 Hello everyone, I am very pleased to use oscommerce for a while ... Today while doing some testing outgoing email suddenly stopped working ... from any page on the system tries to send mail (eg creating new end user) the system returns the following error ... Fatal error: Class 'mime' not found in /web/htdocs/mysite/home/oscommerce/includes/classes/email.php on line 248 everything has worked fine until this afternoon ... with no changes Provider problems? my error ? as you can work around this problem? Sorry for my english thanks McMark
germ Posted October 31, 2010 Posted October 31, 2010 Look for this code in /oscommerce/includes/application_top.php require(DIR_WS_CLASSES . 'mime.php'); require(DIR_WS_CLASSES . 'email.php'); Sounds like you're missing the first line. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
mcmark Posted October 31, 2010 Author Posted October 31, 2010 Look for this code in /oscommerce/includes/application_top.php require(DIR_WS_CLASSES . 'mime.php'); require(DIR_WS_CLASSES . 'email.php'); Sounds like you're missing the first line. Thanks germ... but i haven't touch nothing... on line 191 i have this // email classes require(DIR_WS_CLASSES . 'mime.php'); require(DIR_WS_CLASSES . 'email.php');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.