I added this to my Bootstrap:

$front->setParam('noErrorHandler', true)->throwExceptions(true);

And now I'm getting the following error message (still random):

Fatal error: Uncaught exception 'Zend_Session_Exception' with message
'Zend_Session::start() -
/home/bespeak.nl/library/Zend/Session.php(Line:480): Error #8
session_start() [ function.session-start function.session-start ]:
ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)
Array' in /home/bespeak.nl/library/Zend/Session.php:493 Stack trace: #0
/home/bespeak.nl/library/Zend/Session/Namespace.php(143):
Zend_Session::start(true) #1
/home/bespeak.nl/library/Zend/Auth/Storage/Session.php(87):
Zend_Session_Namespace->__construct('Zend_Auth') #2
/home/bespeak.nl/library/Zend/Auth.php(91):
Zend_Auth_Storage_Session->__construct() #3
/home/bespeak.nl/library/Zend/Auth.php(141): Zend_Auth->getStorage() #4
/home/bespeak.nl/library/RS/Controller/Plugin/Authenticate.php(13):
Zend_Auth->hasIdentity() #5
/home/bespeak.nl/library/Zend/Controller/Plugin/Broker.php(309):
RS_Controller_Plugin_authenticate->preDispatch(Object(Zend_Controller_Request_Http))
#6 /home/bespeak.nl/library/Zend/Controller/Fron in
/home/bespeak.nl/library/Zend/Session.php  on line 493
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Random-error-Invalid-controller-specified-tp2225783p2225820.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to