I have some big problems with sessions. I've tried to make a login form, but
failed a lot of times now - always because of the same error! I've boiled it
down to be "Zend_Auth::getInstance()->hasIdentity()" that gives my problems.
The error message states following:



Error: Zend_Session::start() - C:\Program
Files\wamp\www\Riisensteen\htdocs\library\Zend\Loader.php(Line:83):
Error #2 include_once() [function.include]: Failed opening 'Member.php' for
inclusion (include_path='.;C:\php5\pear;C:\Program
Files\wamp\www\Riisensteen\htdocs/library/;C:\Program
Files\wamp\www\Riisensteen\htdocs/application/models/;C:\Program
Files\wamp\www\Riisensteen\htdocs/application/forms') Array

#0 C:\Program
Files\wamp\www\Riisensteen\htdocs\library\Zend\Session\Namespace.php(124):
Zend_Session::start(true)
#1 C:\Program
Files\wamp\www\Riisensteen\htdocs\library\Zend\Auth\Storage\Session.php(87):
Zend_Session_Namespace->__construct('Zend_Auth')
#2 C:\Program Files\wamp\www\Riisensteen\htdocs\library\Zend\Auth.php(91):
Zend_Auth_Storage_Session->__construct()
#3 C:\Program Files\wamp\www\Riisensteen\htdocs\library\Zend\Auth.php(133):
Zend_Auth->getStorage()
#4 C:\Program
Files\wamp\www\Riisensteen\htdocs\library\Rys\Plugins\Identity.php(7):
Zend_Auth->hasIdentity()
#5 C:\Program
Files\wamp\www\Riisensteen\htdocs\library\Zend\Controller\Plugin\Broker.php(309):
Rys_Plugins_Identity->preDispatch(Object(Zend_Controller_Request_Http))
#6 C:\Program
Files\wamp\www\Riisensteen\htdocs\library\Zend\Controller\Front.php(921):
Zend_Controller_Plugin_Broker->preDispatch(Object(Zend_Controller_Request_Http))
#7 C:\Program
Files\wamp\www\Riisensteen\htdocs\application\bootstrap\bootstrap.php(69):
Zend_Controller_Front->dispatch()
#8 C:\Program Files\wamp\www\Riisensteen\htdocs\web_root\index.php(8):
Bootstrap->runApp()
#9 {main}



It seems like a session is started by "Zend_Loader::registerAutoload();" in
my bootstrap, but I can't figure out what change in order to fix the
problems. I'm in desperate need of help!!

Btw: I have no idea what Member.php should be. Do I miss something here?
-- 
View this message in context: 
http://www.nabble.com/Big-session-problems---Zend_Auth-tp23359336p23359336.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to