Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43237
    santosguerra
    Participant

    I’ve used for years, but migrated to servers with LiteSpeed Server and it stopped working no matter what configuration I put on it, it doesn’t work. Any ideas?

    #43238
    Razz
    Participant

    Updated to php7.3 today and it stopped working here too. When dive into the code I can see an error on the property ‘classList’, this.noticeContainer is null. But everything I try fails.

    #43239
    Razz
    Participant

    cookie_flags were not set to SameSite=None;Secure. Changing that solved my issue. In the (Google Analytics) Cookie tracking code replace:

    gtag('config', 'OUR_GA_ID'); by gtag('config', 'OUR_GA_ID', {cookie_flags: 'SameSite=None;Secure'});

    Google Analytics ID has been replaced below by OUR_GA_ID

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.