10.6.4
Problem:
phpMyAdmin show following error after login
"Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly."
Solution:
In folder "/etc"
Recreate "php.ini" from "php.ini.default"
- sudo cp php.ini.default php.ini
- sudo chmod 777 php.ini
- edit /etc/php.ini (using what ever editor)
-> session:auto_start = 1
-> session:save_path = /tmp
-> mysql.default_socket = /tmp/mysql.sock (x2)
- sudo chmod 444 php.ini
Restart apache