-jdk-

Well-Known Member
Aug 28, 2005
63
0
156
Every time I create a new account inside WHM, on the new account I set up a datbase, user, etc and go to Phpmyadmin I get the following error:

Warning: session_write_close(): open(/tmp/sess_374e4729fc0f64bd19fa8aeed01c0ddd, 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
It seems like certain permissions are not set correctly or something. Any suggestions on how to go about fixing this?
 

tweakservers

Well-Known Member
Mar 30, 2006
379
0
166
what's ur session.save_path in php.ini and the permission in /tmp?
 

-jdk-

Well-Known Member
Aug 28, 2005
63
0
156
;session.save_path = /tmp

/temp I am not sure. I have someone managing my server who fixes the problem, but I wanted to do a little research on my own to try and learn.

They fix it but when I create a new account the same problems exists until they fix it for that account.