
Originally Posted by
Warrenw
Using K3oni response with slight change I solved the same problem:
view /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini and see what session.save_path is already set to and make the permissions changes on that file. 1777 is not required 1755 worked as well.
Ownership of the file in the session.save_path must also be set to phpmyadmin phpmyadmin
I had changed the session.save_path to /tmp several times on one of our servers, and upcp reverts it to /var/cpanel/userhomes/cpanelphpmyadmin/sessions, which didn't exist on this server, so a quick and easy work around I used was
Code:
mkdir -p /var/cpanel/userhomes/cpanelphpmyadmin/sessions
chmod 1777 /var/cpanel/userhomes/cpanelphpmyadmin/sessions