Bacularis - The Bacula web interface
Prado\Exceptions\TPhpErrorException

Prado\Exceptions\TPhpErrorException

Description

[Warning] session_write_close(): Write failed: No space left on device (28) (@line 162 in file /home/romeo/bacularis-app/protected/vendor/pradosoft/prado/framework/Web/THttpSession.php).

Source File

${PradoFramework}/Web/THttpSession.php (162)

0151:             }
0152:             $this->_started = true;
0153:         }
0154:     }
0155: 
0156:     /**
0157:      * Ends the current session and store session data.
0158:      */
0159:     public function close()
0160:     {
0161:         if ($this->_started) {
0162: session_write_close();
0163: $this->_started = false; 0164: } 0165: } 0166: 0167: /** 0168: * Destroys all data registered to a session. 0169: */ 0170: public function destroy() 0171: { 0172: if ($this->_started) { 0173: session_destroy(); 0174: $this->_started = false;

Stack Trace

#0 [internal function]: Prado\Prado::phpErrorHandler()
#1 ${PradoFramework}/Web/THttpSession.php(162): session_write_close()
#2 [internal function]: Prado\Web\THttpSession->close()
#3 {main}
2026-08-10 23:17 Apache/2.4.58 (Ubuntu) PRADO/4.2.2