I have installed XAMPP when run localhost/phpmyadmin
. It displays token mismatch.
I followed some posts related my issue in stackoverflow, but still i can't correct it.
What i did: In php.ini ;session.save_path = "N;/path""/tmp"
these edited to session.save_path = "/tmp"
and clear cookies and restart. but still i can't get it.
My page look like this, please see this link: http://imgur.com/dJc7fZW
Please help me..