-
AuthorPosts
-
June 9, 2010 at 3:08 pm #151694
Hi. I have a stable site with the Rochea template that is facing user/password validation problems.
If I enter the right user and password it validates it perfectly and redirects to the login restricted predefined page. But if I enter a blank or invalid user and password it doesn’t validates, just redirects to the restricted predefined page, with no message, no validation at all.
The joomla site is running the latest 1.5.18 version if a linux server hosted by HostGator.com
Thanks in advance for your support.
Alfredo Pineiro
alfredopineiro@gmail.comPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
June 11, 2010 at 3:45 am #346696Hi apineiro,
Really sorry about this problem , you can fix it following way below :
1. Open index.php file in templates/ja_rochea folder
2. Find following code line <jdoc:include type=”component” /> and insert <jdoc:include type=”message” /> to obove <jdoc:include type=”component” /> (about line 191).3. If you want to overwrite message style, you can open file template.css in templates/ja_rochea/css folder
and add css code section bellow:
#system-message dd.message {
text-indent: 0;
}#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
margin: 0;
padding: 0;
background: none;
border: none;
}#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
background: none;
margin: 0;
padding: 0;
}
Sorry again about it, we will update it in template package soon.
Thank you for your report!June 11, 2010 at 1:28 pm #346765Thanks for your response.
Well, the lack of error messages during the login validation was solved, thank you so much for that, but we still have problems with the login redirection. Even if user and/or password is incorrect, it still redirects to the restricted page, the one that is configured in the login module as the login redirection page.
Thanks once again for your great support!
Alfredo
Phan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
June 12, 2010 at 3:05 am #346807Hi,
I think this is problem belong to Joomla core. (you can see problem on login() function of com_user/controller.php about line 146)
Please contact with Joomla developer to have best answer Or you can search a extension to solve this problem on http://extensions.joomla.org .Good luck for you!
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Phan Gam 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum