Tagged: errors

magento 2 mail delivery problem 0

Magento 2 mail delivery problem

Debugging mail delivery problems is always a pain, especially with Magento. Sometime there is a problem with your shop settings, sometimes a problem in one PHP script. Often a complete other source of problem...

magento admin panel invalid form key 1

Magento admin panel invalid form key

A very frustrating problem is a invalid form key error message on your admin panel login page. This is very hard to find out if you do not know adminhtml settings. Often the only...

magento 2 indexer error 0

Magento 2 indexer returns “No such entity”

You may discovered a weird error message, that Magento 2 indexer returns with “No such entity“. This sometimes happens if you create a clone of your shop and some SQL indexers went wrong. The problem:...

patch 10415 404 error 0

Patch 10415 404 errors

After installing patch 10415 404 errors my be displayed instead of regular sites on your Magento 1 shop. I show you all your need to know about this problem and also how you can...

magento 2 too many password reset requests error 0

Magento 2 – Too many password reset requests error

You may discovered a “too many password reset request” error while working on a programmatically password reset option or if a customer complains why his password reset does not work. Magento has a validation...

Item with the same id already exists 2

Magento 2 – Item with the same ID already exists

Another error message I fixed was “Item (Magento\Catalog\Model\Product\Interceptor) with the same ID already exists“. You see it in the screenshot attached to this post. The mentioned ID was a product that I manually deleted....

asymmetric transation rollback 3

Magento 2 – Asymmetric transaction rollback error

Sometimes if you save a product you may get an “Asymmetric transaction rollback error“. I had this problem multiple time for my product importer. In this article I show you some basic understanding about...

attention something went wrong 4

Magento 2 – Attention something went wrong

If you are new to Magento 2, one of the first stebacks may be a “Attention something went wrong” error message in you backend.  It is really hard to find out what’s wrong. The...