Cannot login to Joomla troubleshooting

By Tech Writer Joomla
  Ensure you’re not running into a domain issue by setting both these values in configuration.php as follows: public $cookie_domain = ''; public $cookie_path = ''; This will eliminate the possibili

 

Ensure you’re not running into a domain issue by setting both these values in configuration.php as follows:

public $cookie_domain = '';

public $cookie_path = '';

This will eliminate the possibility that your cookie is not being set correctly. This might occur when doing local development or on live sites.

 

More possible solutions:

http://forum.joomla.org/viewtopic.php?t=717423