I am using Ubuntu and I can't open phpmyadmin, when I visit it on localhost, it displays an error
when I try running
sudo chmod 777 to /var/lib/php/session
OR
chown -R root:root /var/lib/php/session
it outputs
chmod: cannot access '/var/lib/php/session': No such file or directory
How to solve this issue?
sessionandsessionsin the directory structure you're modifying vs the configuration file's expected path? It's either a bad copy and paste or a simple problem to fix.