Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • itgl72 Friend
    #130378

    I’m working this template for a clean, content oriented Joomla 1.5.3 version site. However I have discovered an issue with its login system.

    When you click on CREAT NEW USER, you enter the data into the registration form, click submit, and all you see is a blank registration form. Theres no message that says ACCOUNT CREATED! or NAME ALREADY EXISTS! etc.

    The account IS CREATED however because I get the email with the activation link and see it in the user database.

    While on the front page I also tried logging in with an existing account but put the wrong password in on purpose. It just brought me back to the blank login form.

    I want to make sure people know when there is an issue, or when an event happens. It should say WRONG USERNAME or PASSWORD. It should say something about your account being created, or to look for the activation email.

    I have tested this on the DEMO site. IT WORKS.

    I installed the 1.5.3 quickstart.

    Help, thanks…

    Sherlock Friend
    #257509

    Hi itgl72 !
    You can fix the problem following way :
    Open index.php file in templates/ja_pollux folder , find following code line :


    <jdoc:include type="component" />

    change to :


    <jdoc:include type="message" />
    <jdoc:include type="component" />

    itgl72 Friend
    #262328

    I just realized something. It seems if I enter the wrong username or password I do get the LABEL up top that there was an ERROR but thats all it says. It should say something like:

    ERROR: a User with the specified Username and e-mail address could not be found.

    NOW, when I look at:
    language/en-GB/en-GB.com_user.ini

    I see a line that says:
    COULD_NOT_FIND_USER=a User with the specified Username and e-mail address could not be found

    Not sure if thats what it wants to look for or not, and or why its not being displayed.

    HELP?

    itgl72 Friend
    #262715

    <em>@itgl72 69614 wrote:</em><blockquote>I just realized something. It seems if I enter the wrong username or password I do get the LABEL up top that there was an ERROR but thats all it says. It should say something like:

    ERROR: a User with the specified Username and e-mail address could not be found.

    NOW, when I look at:
    language/en-GB/en-GB.com_user.ini

    I see a line that says:
    COULD_NOT_FIND_USER=a User with the specified Username and e-mail address could not be found

    Not sure if thats what it wants to look for or not, and or why its not being displayed.

    HELP?</blockquote>

    BUMP, anyone have a suggestion?

    Sherlock Friend
    #262777

    Hi itgl72 !
    please send url of your site , i make sure that if you have put “<jdoc:include type=”message” />” , it will display obove error.

    itgl72 Friend
    #262779

    check PM, url sent

    Sherlock Friend
    #262788

    Hi !
    Please open en-GB.ini file in language/en-GB folder and find following line :


    E_LOGIN_AUTHENTICATE=Username and password do not match or you do not have an account yet.

    i think you missing this line.

    itgl72 Friend
    #262801

    I just checked and that line is already there.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  itgl72 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum