[Warning] session_start() [function.session-start]: open(/opt/alt/php53/var/lib/php/session/sess_5164c0hrvs0jelai1ln7r13co4, O_RDWR) failed: Disk quota exceeded (122)

GET /verify/

Line 380 in /home/u5812631/public_html/egroup.jasamobileapp.com/framework/control/Session.php

Source

371 
372 			// Allow storing the session in a non standard location
373 			if($session_path) session_save_path($session_path);
374 
375 			// If we want a secure cookie for HTTPS, use a seperate session name. This lets us have a
376 			// seperate (less secure) session for non-HTTPS requests
377 			if($secure) session_name('SECSESSID');
378 
379 			if($sid) session_id($sid);
380 			session_start();
381 
382 			$this->data = isset($_SESSION) ? $_SESSION : array();
383 		}
384 
385 		// Modify the timeout behaviour so it's the *inactive* time before the session expires.
386 		// By default it's the total session lifetime

Trace

Verify | EQA Group Indonesia

Verify

Fill the "company name " and "certificate number" as the certificate sheet,,,,,

GET /verify/

[Warning] Unknown: open(/opt/alt/php53/var/lib/php/session/sess_5164c0hrvs0jelai1ln7r13co4, O_RDWR) failed: Disk quota exceeded (122)

GET /verify/

Line 0 in Unknown

Trace

GET /verify/

[Warning] Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/opt/alt/php53/var/lib/php/session)

GET /verify/

Line 0 in Unknown

Trace