|
|||
|
When I use following code to auth someone I get an error (only when the information is correct) I have no idea how to solve this :s
PHP Code:
Code:
Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Unwritable session.save_path: ' in /home/jasper/public_html/library/Zend/Session.php:217 Stack trace: #0 /home/jasper/public_html/library/Zend/Session.php(360): Zend_Session::setOptions(Array) #1 /home/jasper/public_html/library/Zend/Session/Namespace.php(92): Zend_Session::start(true) #2 /home/jasper/public_html/library/Zend/Auth/Storage/Session.php(85): Zend_Session_Namespace->__construct('Zend_Auth') #3 /home/jasper/public_html/library/Zend/Auth.php(92): Zend_Auth_Storage_Session->__construct() #4 /home/jasper/public_html/library/Zend/Auth.php(121): Zend_Auth->getStorage() #5 /home/jasper/public_html/application/controllers/AuthController.php(51): Zend_Auth->authenticate(Object(Zend_Auth_Adapter_DbTable)) #6 /home/jasper/public_html/library/Zend/Controller/Action.php(501): AuthController->loginAction() #7 /home/jasper/public_html/library/Zend/Controller/Dispatcher/Standard.php(214): Zend_Controller_Action->dispatch('loginAction') #8 /home/jasper/pub in /home/jasper/public_html/library/Zend/Session.php on line 217
I hope someone can help me out Thanks, Jasper |
|
||||
|
you need to give write permission to php to write to whatever session.save_path was set to.
__________________
SpotSec Network Gateway Project on SourceForge SpotSec Network Gateway Project Home SpotSec Blog: http://spotsec.com/blog |
|
|||
|
Quote:
But I wasn't able to reset my server yet due to the ports that are blocked from the network i'm on atm. Thanks for your reply, I'll let you know when I've found the solution ![]() |
|
|||
|
Quote:
(changed the save_path to /tmp) Thanks! |
|
|||
|
Little advice: do not use the short tags "<?".
Zend Frameworks' manual discourages it. If you'll need to export your application to a server which does not support them, you'll have to modify all your pages...
__________________
------------------ Loris Candylaftis Last edited by loloziberlo : 06-30-2007 at 10:21 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|