I faced with a Fatal error: Class 'Mage_Configurableswatches_Helper_Productimg' not found in /app/Mage.php on line 547
while flushing the swatch image cache.
Please let me know how to fix this issue?
I faced with a Fatal error: Class 'Mage_Configurableswatches_Helper_Productimg' not found in /app/Mage.php on line 547
while flushing the swatch image cache.
Please let me know how to fix this issue?
2
Answers
create a file in Configurableswatches/Helper , Productimg like to :
you can check in magento helper
You didn’t tell what is your Company Name or Namespace of your module.
For example
app/code/local/Foobar/Configurableswatches
would accept Foobar as Namespace, Configurableswatches as Module name.This must match inside your
config.xml
file to be working.In
Namespace/Configurableswatches/Helper
, create new fileProductimg.php
with this contentAdapt your Namespace with yours.
Remember to refresh cache after.