[Warning] session_start(): open(/tmp/sess_16jbn3ba2tutcd6ird2qbto9m9, O_RDWR) failed: Permission denied (13) (@line 143 in file /home/cmfce/smartmarriages.com/framework/prado/framework/Web/THttpSession.php).
/home/cmfce/smartmarriages.com/framework/prado/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();
#0 [internal function]: PradoBase::phpErrorHandler(2, 'session_start()...', '/home/cmfce/sma...', 143)
#1 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/THttpSession.php(143): session_start()
#2 /home/cmfce/smartmarriages.com/framework/prado/framework/Web/THttpSession.php(126): THttpSession->open()
#3 /home/cmfce/smartmarriages.com/framework/prado/framework/TApplication.php(880): THttpSession->init(Object(TXmlElement))
#4 /home/cmfce/smartmarriages.com/framework/prado/framework/TApplication.php(927): TApplication->applyConfiguration(Object(TApplicationConfiguration), false)
#5 /home/cmfce/smartmarriages.com/framework/prado/framework/TApplication.php(364): TApplication->initApplication()
#6 /home/cmfce/smartmarriages.com/webapp/index.php(30): TApplication->run()
#7 {main}