PDA

View Full Version : PhpMyAdmin



Dan
February 16th, 2007, 18:44
Hey folks.

This has my back to the wall. Searched everywhere for the solution but can't find it. lol

Getting these errors in PhpMyAdmin:


Warning: session_write_close(): write failed: No space left on device (28) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 44

Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php:44) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 101

Any ideas?

Starcraftmazter
February 16th, 2007, 19:31
Looks like you're out of space on the /tmp partition.

Dan
February 16th, 2007, 20:37
Fixed
Thanks man