Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • martinoz Friend
    #188644

    Hello, I’ve got a problem with JA Login module in Joomla 2.5.11, JA Social 2.5.6. When I want to login via click, (JS Optimisation is disabled due to problems with JDownloads)JA Login redirects to a wrong url. Instead of index.php/component/users/?task=user.login it sends me to index.php/component/user/?view=login where I have 404.

    Ninja Lead Moderator
    #497800

    In this case I guess this problem from JA Login module version. Hope this way will help you solve it

    + Download and extract my attachment file

    + Paste it into this: templates/ja_social/html/mod_jalogin/default.php file

    + Remember backup old file and clear cache from Admin area before doing


    1. default.zip
    martinoz Friend
    #497815

    Does anyone know how to solve it? I need to get it working ASAP.

    Ninja Lead Moderator
    #497816

    Please check it with my above solution

    martinoz Friend
    #497827

    Thanks, sorry I didn’t notice earlier post. Will post results after I come back.
    Edit: Thanks for tip, there is a typo in default.php – instead of “com_users” there is “com_user” in login’s part.
    [PHP]<a class=”login-switch” href=”<?php echo JRoute::_(‘index.php?option=com_user&view=login’);?>”[/PHP]
    Change to
    [PHP]<a class=”login-switch” href=”<?php echo JRoute::_(‘index.php?option=com_users&view=login’);?>”[/PHP]

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

This topic contains 5 replies, has 2 voices, and was last updated by  martinoz 11 years, 4 months ago.

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