inovve

Magento Category Thumbnail missing on 1.9

Sep 19th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. This issue occurs on fresh Magento 1.9.1 installations only.
  2.  
  3. The problem is that thumbnail attribute is created by Mage_XmlConnect module, which became inactive since 1.9.1.
  4.  
  5. So you can either fix this by enabling the Mage_XmlConnect module:
  6.  
  7. Open /app/etc/modules/Mage_XmlConnect.xml
  8. Find the <active>false</active> line and replace it with <active>true</active>
  9. Navigate to Cache Management page and flush cache storage.
Advertisement
Add Comment
Please, Sign In to add comment