TPhpErrorException

Description

[Warning] session_start(): open(/tmp/sess_1bnj3jfht1h9err4ccbtitfn2e4d2agh, O_RDWR) failed: Permission denied (13) (@line 143 in file /home/lasertechfloorplans/framework/Web/THttpSession.php).

Source File

/home/lasertechfloorplans/framework/Web/THttpSession.php (143)

0132:      * Starts the session if it has not started yet.
0133:      */
0134:     public function open()
0135:     {
0136:         if(!$this->_started)
0137:         {
0138:             if($this->_customStorage)
0139:                 session_set_save_handler(array($this,'_open'),array($this,'_close'),array($this,'_read'),array($this,'_write'),array($this,'_destroy'),array($this,'_gc'));
0140:             if($this->_cookie!==null)
0141:                 session_set_cookie_params($this->_cookie->getExpire(),$this->_cookie->getPath(),$this->_cookie->getDomain(),$this->_cookie->getSecure());
0142:             if(ini_get('session.auto_start')!=='1')
0143: session_start();
0144: $this->_started=true; 0145: } 0146: } 0147: 0148: /** 0149: * Ends the current session and store session data. 0150: */ 0151: public function close() 0152: { 0153: if($this->_started) 0154: { 0155: session_write_close();

Stack Trace

#0 [internal function]: PradoBase::phpErrorHandler(2, 'session_start()...', '/home/lasertech...', 143, Array)
#1 /home/lasertechfloorplans/framework/Web/THttpSession.php(143): session_start()
#2 /home/lasertechfloorplans/framework/Security/TAuthManager.php(259): THttpSession->open()
#3 /home/lasertechfloorplans/framework/Security/TAuthManager.php(148): TAuthManager->onAuthenticate(NULL)
#4 /home/lasertechfloorplans/framework/TComponent.php(374): TAuthManager->doAuthentication(Object(TApplication), NULL)
#5 /home/lasertechfloorplans/framework/TApplication.php(1002): TComponent->raiseEvent('OnAuthenticatio...', Object(TApplication), NULL)
#6 /home/lasertechfloorplans/framework/TApplication.php(376): TApplication->onAuthentication()
#7 /home/lasertechfloorplans/public_html/kb/index.php(43): TApplication->run()
#8 {main}
2008-07-05 20:28 Apache/2.2.0 (Fedora) PRADO/3.1.1