Gd-login page redirects to homepage

This topic contains 53 replies, has 5 voices, and was last updated by  sithonia 7 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #346071

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the explanation but let me assure you this does not and should not happen.

    Your explanation of it clearing on browser sounds like sessions not cookies, in the past we have seen locations in session show the wrong values in some servers that were storing session in cookies, the solution for that was to set either one or both of these to Off:
    php.session.use_cookies = Off
    php.session.use_only_cookies = Off

    Let us know how u get on.

    Stiofan

    #346112

    sithonia
    Full Member
    Post count: 63

    From my hosting:

    >>php.session.use_cookies = Off

    I have turned off use cookies option server wide as per your request.

    >>php.session.use_only_cookies = Off

    This option is already set to off on your server.

    That doesn’t really change anything, and I’m ready to give up on the issue.

    But I’m now facing a more serious problem. Don’t know what happened, but I urgently need your help!

    Something has been changed and the location page is not working properly.
    See http://sithoniagreece.com/location/sithonia/neos-marmaras/
    None of the submenus from the navbar show (but they work fine on all other pages)
    Also, only one listing is shown – though there are 3 popular post view widgets that each should produce up to 4 listings. Clicking on “Stay” and “Eat” in the main menu properly produces those listings. It’s just the location page not showing properly.

    Any idea what happened?

    #346148

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #346150

    sithonia
    Full Member
    Post count: 63

    I’m sorry, I don’t understand. Now I should have use_cookies = On?

    What is causing the problem with the location page? Yesterday they updated to Apache 2.4 for me, could that have messed some settings up? I’m really at a loss now, the location page is a mess.

    #346156

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    cookies on but not only cookies, the locations page problem is because sessions are not working
    Try:
    php.session.use_cookies = On
    php.session.use_only_cookies = Off

    Stiofan

    #346162

    sithonia
    Full Member
    Post count: 63

    Those settings are now changed. But the location page remains the same mess.
    Also, while I can see the wp-admin bar on top (while logged in) on other pages, it doesn’t show on the location page.

    Could it be something that got changed in the Apache update yesterday?

    #346165

    sithonia
    Full Member
    Post count: 63
    This reply has been marked as private.
    #346195

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #346200

    sithonia
    Full Member
    Post count: 63
    This reply has been marked as private.
Viewing 9 posts - 46 through 54 (of 54 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket