- Beiträge: 2
- Dank erhalten: 0
unable to login to joomla backend
13 Jahre 1 Monat her #350
von prinasen
unable to login to joomla backend wurde erstellt von prinasen
Hello
Great component, waited long for this
Just one problem, I had a successful install, but when i logged out of the joomal backend and tried to login again, its not accepting user name and password. But i can login the front end fine!
What could have caused this?
Great component, waited long for this
Just one problem, I had a successful install, but when i logged out of the joomal backend and tried to login again, its not accepting user name and password. But i can login the front end fine!
What could have caused this?
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
13 Jahre 1 Monat her #351
von Sandra
Sandra antwortete auf Re: unable to login to joomla backend
I don't think this is MarvikShop related.
I don't have this problem in joomla 1.7 and MarvikShop 2.0
What version of Joomla and marvikshop do you use?
I found a solution on this site:
Documentation- FAQ- Login problem administrator
Hope this helps you.
When you have a login problem, this might be a symptom related to Joomla 1.5.16 or higher. They have tried to increase the security and introduce a bug that is reported in the bug tracker.
If you have a joomla 1.5.16 of higher, perhaps you should have rollback the sources
/libraries/joomla/application/application.php or put the session line in comment at line ~530.
Joomla bug tracker
I don't have this problem in joomla 1.7 and MarvikShop 2.0
What version of Joomla and marvikshop do you use?
I found a solution on this site:
Documentation- FAQ- Login problem administrator
Hope this helps you.
When you have a login problem, this might be a symptom related to Joomla 1.5.16 or higher. They have tried to increase the security and introduce a bug that is reported in the bug tracker.
If you have a joomla 1.5.16 of higher, perhaps you should have rollback the sources
/libraries/joomla/application/application.php or put the session line in comment at line ~530.
Joomla bug tracker
Code:
/*
$session = &JFactory::getSession();
// we fork the session to prevent session fixation issues
$session->fork();
$this->_createSession($session->getId());
*/
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
13 Jahre 1 Monat her #352
von prinasen
prinasen antwortete auf Re: unable to login to joomla backend
hello
I am using joomla 1.5.23 and MarvikShop 1.1. I guess you right.
I will purchase MarvikShop V2 with joomla 1.7.
Thanks for the help!
I am using joomla 1.5.23 and MarvikShop 1.1. I guess you right.
I will purchase MarvikShop V2 with joomla 1.7.
Thanks for the help!
Bitte Anmelden oder Registrieren um der Konversation beizutreten.