Admin Login Failure - Joomla! Forum - community, help and support
if type in non-existent name log in administrate gives me expected "incorrect username , passoword" error.
however if type in valid username , password returns login , says must login.
any ideas how have happened or how fix it?
however if type in valid username , password returns login , says must login.
any ideas how have happened or how fix it?
yes, login username & password correct. joomla writes session it's session path remembers browser logged in. however, sessions.save_path directory not writable. joomla doesn't recognize session in sessions.save_path , asks login. hence loop....
is sessions.save_path directory writable?
(it's needed storing authentification sessions back-end. front-end works cookies)
you can use phpinfo(); see system specs: http://php.net/manual/en/function.phpinfo.php
it's possible override default session.save_path php.ini, using .htaccess.
see: http://forum.joomla.org/index.php/topic ... #msg153017
is sessions.save_path directory writable?
(it's needed storing authentification sessions back-end. front-end works cookies)
you can use phpinfo(); see system specs: http://php.net/manual/en/function.phpinfo.php
it's possible override default session.save_path php.ini, using .htaccess.
see: http://forum.joomla.org/index.php/topic ... #msg153017
Comments
Post a Comment