elements Posted March 20, 2008 Share Posted March 20, 2008 Hi, I am using eAccelerator (http://eaccelerator.net) to speed up performance of my webserver. Sometimes, completely out of a sudden, PHP generates a fatal error stating it cannot find a class that really should be loaded: Screenshot: http://www.eaccelerator.net/attachment/ticket/300/glue_error.png I could track this error down to the point where we try to instantiate the htmlMimeMail class (http://www.phpguru.org/static/mime.mail.html). Line 61 in module/view/mail.php says: $this->mail =& new htmlMimeMail5(); The weird thing is that all code works and runs just fine until out of a sudden PHP crashes, always at this point. To fix this, I just have to "touch" the mail.php file and everything runs just fine again. It seems to me like some kind of caching problem. Are there other people using eAccelerator who have stumbled upon this behavior? How to fix/avoid this? Thanks and keep up the good work! Wouter. Link to comment https://forums.phpfreaks.com/topic/97042-problem-with-eaccelerator/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.