Can't backup my site from Local - CHROME error - cookie's SameSite attribute was not set or is invalid

Hello,
My set: Google Chrome, Wordpress Divi theme

I noticed that after a certain period of time it was getting slow to edit my site in the visual builder. I also notice the my local PHP version was 7.3.5, so I decided to update it to 7.4.1 thinking that will help getting better performance to edit my site :frowning:

That was a big mistake !

I can access my admin panel and edit my website BUT I CAN’T BACK it UP to move it from Local to a Live Site.

MESSAGE IN GOOGLE CONSOLE
Because a cookie’s SameSite attribute was not set or is invalid, it defaults to SameSite=Lax , which prevents the cookie from being sent in a cross-site request. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery.

Resolve this issue by updating the attributes of the cookie:

  • Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use.
  • Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests.

How can I fix this? I can work on websites but this is something I can’t resolve by myself. I just don’t want to mess it up, I absolutely need to be able to back-up and move my website.

Also, with WPvivid Backup Plugin I get this message: The zlib extension is not detected. Please install the extension first.
With UpdraftPlus I get this message: gzopen function not found; PclZip cannot be invoked; will assume that binary zip works if we have a non-zero file (Jul 21 09:59:07)
They are not activate at the same time :wink:

Thank you so much for your help and hoping this is an easy problem to resolve.

Regards,

Michel

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.