+ Reply to Thread
Page 7 of 7 FirstFirst ... 567
Results 61 to 63 of 63

Thread: flynax customization

  1. #61
    Quote Originally Posted by Jenő Kocsi View Post
    You're right. I put back the full cookie code and only changed the next one.


    Replace with:


    So the original code is good.
    Here is a description of the SameSite cookies: https://developer.mozilla.org/en-US/...ookie/SameSite

    So, it's very strange problem and I cannot reproduce it locally.
    Maybe the problem in PHP configuration on your webserver.
    Please update PHP to 7.3 if you use the PHP <= 7.2.

    Please create a ticket if problem will persist.
    Thank you, Curtis.
    @Flynax Company

  2. #62
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    402
    Quote Originally Posted by Curtis View Post
    So, it's very strange problem and I cannot reproduce it locally.
    Maybe the problem in PHP configuration on your webserver.
    Please update PHP to 7.3 if you use the PHP <= 7.2.

    Please create a ticket if problem will persist.
    I use PHP 7.4
    I rewrote the Strict part for Lax and so good.

  3. #63
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    402
    Quote Originally Posted by Curtis View Post
    Hi Jenő Kocsi ,

    I've found some problems with missing phrases in email from cron (but I cannot reproduce problem missing category title) and suggest you apply following fix and check it again:

    1. Open file `cron/index.php` and find following rows

    Code:
    Only registered members can view the code.
    2. And put new code after it:

    Code:
    Only registered members can view the code.
    Thanks.

    I tried it and it works. Now everything is perfect with the display.

+ Reply to Thread