Wednesday 28 May 2014

Joomla login not accepting

Issue: joomla not accepting the logins we are providing. It just refresh the page when we click login button after enter the login credential, and stay on the same login page. 
Possible fixes:
1. Give 777 permission for the directory specified for 'session.save_path' in the php.ini file.
2. Try changing the  'session.save_path' in the php.ini file and give 777 permission to it.
3. Another work around is change "var $session_handler = 'database';" to var $session_handler = 'None';  OR vice versa in configuration.php file.

No comments:

Post a Comment