Veriteworks / CookieFix

Fix Magento2.2/2.3/2.4 Cookie SameSite attribute
Academic Free License v3.0
65 stars 35 forks source link

Error after installing the extension #21

Open vikcydsailor opened 3 years ago

vikcydsailor commented 3 years ago

I am getting the following error in my site after installing

Autoload error Module 'Veriteworks_CookieFix' from '/var/www/lac/app/code/Veriteworks/CookieFix' has been already defined in '/var/www/lac/vendor/veriteworks/cookiefix'.

please help

HirokazuNishi commented 3 years ago

You might install it both under app/code and vendor... Please remove app/code one, because composer autoload already knows it.

vikcydsailor commented 3 years ago

Should I just delete that folder? Or do I have to do something else? My client is having difficulty with magento site. Her login is not working properly and when redirected from payment gateway the session is gone. With samesite will that be solved? Could you please help me with this? The site url is lacosy.com With regards, Vivek N V

On Fri, Nov 13, 2020, 06:29 Hirokazu Nishi notifications@github.com wrote:

You might install it both under app/code and vendor... Please remove app/code one, because composer autoload already knows it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Veriteworks/CookieFix/issues/21#issuecomment-726437094, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZZ5U5776IRQXE3UA6C7ADSPSAGRANCNFSM4TTFUO3Q .

HirokazuNishi commented 3 years ago

I think so.