Hi Ralf, I found the following files that contain destructors:
./Zend/Cache/Backend/Sqlite.php ./Zend/Http/Client/Adapter/Proxy.php ./Zend/Http/Client/Adapter/Socket.php ./Zend/Log.php ./Zend/Mail/Protocol/Abstract.php ./Zend/Mail/Protocol/Imap.php ./Zend/Mail/Protocol/Pop3.php ./Zend/Mail/Storage/Abstract.php ./Zend/Mail/Transport/Smtp.php ./Zend/Memory/AccessController.php ./Zend/Memory/Manager.php ./Zend/Pdf/ElementFactory/Proxy.php ./Zend/Pdf/FileParser.php ./Zend/Pdf/FileParserDataSource/File.php ./Zend/Pdf/FileParserDataSource/String.php ./Zend/Pdf/FileParserDataSource.php ./Zend/Pdf/Parser.php ./Zend/Search/Lucene/Proxy.php ./Zend/Search/Lucene.php Maybe this helps narrow it down a bit? Best regards, Darby Ralf Eggert wrote: > Hi, > > a couple of weeks we launched our new and fresh 100% Zend Framework and > Smarty based travel community. Until last night we encoutered no serious > problems. But since a couple of hours we get this infamous fatal error: > > "Fatal error: Exception thrown without a stack frame in Unknown on > line 0" > > There was no update of any files via file transfer in the last 4 days, > so this error can not be caused by an untested side effect of our last > changes. > > I am wondering why this message is shown at the end of the normal HTML > code, but the html code is nearly empty, i.e. no variables and includes > seem to be processed. > > http://de.travello.com/cms > >>From a Google search I learned that this error is caused, when an > exception is thrown in a destructor. Are there any other reasons why > this fatal error could be thrown? > > Since we did not change anything on the server settings, I have no idea > where to start searching to track down this error. > > Any hints or comments? > > Thanks and Best Regards, > > Ralf >
