phpMyAdmin 2.9.0.2 Warning: session_write_close(): error

frpdm817

Registered
Oct 24, 2006
3
0
151
Hello everyone,

I am having the next error when i try to access phpMyAdmin from Cpanel

Warning: session_write_close(): open(/tmp/sess_bddc2008ab12feb8c07fa80158db4b50, O_RDWR) failed: Permission denied (13) 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


but when i access from WHM it works just fine...

i had already read varios post here about this, but still not getting this to work.

my /tmp has this permissions:

drwxrwxrwt 7 root root 1024 Oct 28 12:33 tmp/


and about the disk space:

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 74710496 3272388 67581708 5% /
/dev/sda1 101086 12884 82983 14% /boot
tmpfs 224832 0 224832 0% /dev/shm
/usr/tmpDSK 495844 10598 459646 3% /tmp


so if anyone can help me out i appreciate it.

Thanks in advance

Fábio:confused:
 

frpdm817

Registered
Oct 24, 2006
3
0
151
done! :)

ok... i just solved it...

rm /tmp/sess_*

delete all session files and now is working...