Skip to content

magento man

Folder permission

I installed magento2 with LEMP (nginx + php8.1-fpm) magento root: /var/www/html/ I am trying to add a seperate folder and execute a phpfile inside this folder in magento root: /var/www/html/mynewfolder but when i try to open https://example.com/myfolder/connect.php i am having… Read More »Folder permission

Magento 2 – “The value specified in the URL Key field would generate a URL that already exists.” even though the value does not exist in url_rewrite

I get “The value specified in the URL Key field would generate a URL that already exists.” but I checked the table “url_rewrite” and there is no entry with that key. The URL is “verbrauchscalculator“. If I call the URL… Read More »Magento 2 – “The value specified in the URL Key field would generate a URL that already exists.” even though the value does not exist in url_rewrite

Paypal not working for the logged in customer console error showing “Uncaught TypeError: Cannot read properties of undefined (reading ‘done’) “

I am facing a strange issue, when a logged customer wants to place an order with Paypal then it is showing an error in the console but with guest checkout, it is working perfectly. I have checked the file “vendor/magento/module-paypal/view/frontend/web/js/view/payment/method-rendererpaypal-express-abstract.js”… Read More »Paypal not working for the logged in customer console error showing “Uncaught TypeError: Cannot read properties of undefined (reading ‘done’) “

What I Should do with a message when the target is “vendor” class?

I had the following error message: Report.CRITICAL: Error: Call to a member function getId() on null in /data/sites/ecommerce/web/magento/vendor/magento/module-customer/Block/Adminhtml/Edit/Tab/Newsletter/Grid/Renderer/Action.php How to fix this problem if it points to classes from the “vendor” folder, which theoretically shouldn’t be changed?