Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error email.php


mcmark

Recommended Posts

Posted

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

Posted

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 >

Posted

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');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...