Po zrenderowaniu strony dostaje cos takiego:
Cytat
Fatal error: Exception thrown without a stack frame in Unknown on line 0
Czytalem juz to: http://bugs.php.net/bug.php?id=33598&edit=1 i pozbylem sie renderowania w destruktorze kontrolera zamienilem na postDispatch() ale najlepsze jest to ze:
<? /** * Dispatch */ try { $frontController->dispatch (); } catch (Zend_Exception $ex) { $logger->info ($ex->getMessage ()); } // Blad wyrzuca mi tutaj ... zaraz przed zamknieciem bloku php ?>
Ktos mial kiedys cos podobnego ?