Elmanor Posted June 2, 2008 Posted June 2, 2008 When i try to send a newsletter i receive: Fatal error: Cannot instantiate non-existent class: email in E:\path\to\admin\directory\my_admin_directory\includes\modules\newsletters\newsletter.php on line 78 any ideas?
Jan Zonjee Posted June 7, 2008 Posted June 7, 2008 plz A. Bumping is not allowed on the osC forums B. If the line 78 (62 in a standards osC file) is: $mimemessage = new email(array('X-Mailer: osCommerce bulk mailer')); than this error is unusal. The class email is supposed to be loaded in admin/includes/application_top.php on line 185: // email classes require(DIR_WS_CLASSES . 'mime.php'); require(DIR_WS_CLASSES . 'email.php'); You must have deleted something I guess.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.