Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • mebius srl Friend
    #886912

    I can’t redirect the website after login I need to go to /index.php/home-soci but the template shows me the user page /component/users/profile
    Can you help me to understand What I’m missing?
    best regards

    Saguaros Moderator
    #887996

    Hi

    I can’t view your site with this message:

    403
    YOU ARE NOT AUTHORISED TO VIEW THIS RESOURCE

    Please try to disable all 3rd party extension first and disable SEF option under Global Configuration because I try to check at my local site with JA Event II but the redirection still works properly.

    mebius srl Friend
    #888510

    I set 2 different home page for logged and non logged user
    If I’m using firefox I can see it if I’m using chrome I’m experimenting the same problem

    What I need is to hide home when an user is logged (I need an home for guest and a home for logged user)

    Saguaros Moderator
    #888895

    So is it OK now?

    mebius srl Friend
    #890757

    no same problem
    I moved the website in http://sitocliente2.mebius.it/

    if you login you’ll go to index.php/login/profile instead of /index.php/home-soci

    and for logged user I’d like to hide /index.php button
    best regards

    Saguaros Moderator
    #890787

    I can’t access above URL, pls check and update again (also the login info) so I will have a look.

    mebius srl Friend
    #890792
    This reply has been marked as private.
    Saguaros Moderator
    #890797
    This reply has been marked as private.
    mebius srl Friend
    #894073
    This reply has been marked as private.
    Saguaros Moderator
    #894630

    Could you also update the FTP account? I will check the code of module and see what’s wrong here.

    mebius srl Friend
    #894631
    This reply has been marked as private.
    Saguaros Moderator
    #894658

    Something wrong with your server? as when I refresh site, it throws this error:

    This webpage is not available

    ERR_CONNECTION_TIMED_OUT

    and can’t open the site.

    mebius srl Friend
    #894660

    I’m inside
    everything is ok

    Saguaros Moderator
    #894695

    There is something wrong with the override of this module in JA Events II template. I’ve reported this issue to development team for further checking. You can track its status here: http://pm.joomlart.com/browse/JATCEVENT2-122

    Saguaros Moderator
    #895807

    Hi

    I applied this solution into your site:

    • Go to file: ROOT/modules/mod_jalogin/helper.php
    • Add this snippet of code:
      // append host name to make sure the redirect ok. // not support https yet.
      $url = 'http://'.str_replace('http://', '', $_SERVER['HTTP_HOST']).$url;

    before this line (approx line 50):

    return base64_encode($url);

    and it’s working fine now, you can have a look.

Viewing 15 posts - 1 through 15 (of 24 total)

This topic contains 23 replies, has 2 voices, and was last updated by  Saguaros 8 years, 7 months ago.

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