Magento- Article conditioning Error SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry

For one of our clients, there was an error when trying a new product / To create a new article. This error was: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘485-1’ for key 'UNQ_CATALOGINVENTORY_STOCK_ITEM_PRODUCT_ID_STOCK_ID’ . This is a problem which enters the database, when trying to make a one-time re-entry. In…

Magento – ERROR: unable to unpack downloader/pearlib/download/ .tgz

We wanted to at a Magento 1.4.1.1 Version install an extension through Magento Connect. Unfortunately, there was during the installation in the message window, that there was an error: “ERROR: unable to unpack downloader/pearlib/download/[our extension].tgz” After a little research it was found, that it had to do with the outdated version of Tar.php. This was quickly…

Magento Extension – PaymentFilter for Products and Customer Groups – Assign payment to a customer group

We would like to pay the bill only option on certain customer groups set up. For this purpose, we searched for a matching extension and found a very appropriate after a short search on Magento veteran Rico Neitzel. After installing the extension “PaymentFilter for Products and Customer Groups” über Magento Connect, without objection, and the fine on Magento 1.5.1.0 worked, could…

Magento – Enhanced Grid Error in configuration space

Under a Magento 1.5.1.0 Version, it announced today the following error, if one system to > Configuration > TBT CORP EXTENSIONS > Enhanced Product Grid klickte: Fatal error: Call to undefined method Mage_Eav_Model_Mysql4_Entity_Attribute_Collection::addVisibleFilter() in /home/[IhreSeite]/public_html/app/code/community/TBT/Enhancedgrid/Model/System/Config/Source/Columns/Show.php on line 10 After some investigating then the solution was as follows: In the file show.php in the folder app / code /

Magento – Passwort Reset / Renewal does not work after click in email transaction “… controllers / AccountController.php “

Should it at Magento (In our case it was version 1.6.1.0) in the following error Fatal error come: Call to a member function setCustomerId() on a non-object in XYZ/public_html/app/code/core/Mage/Customer/controllers/AccountController.php on line 587 This was most likely the password reset process or. trying to get a new password. The new security feature, that the password is not directly…