
Originally Posted by
superprg
Sorry to make things complicated:
Go to the phpmyadmin and execute this query:
SELECT configuration_value FROM `zen_configuration` where configuration_title='Product Image - No Image picture'
(where zen_configuration=configuration table in your zen cart database please check the name)
If you see the output as no_picture.gif then run this query:
update zen_configuration set configuration_title=' ' where configuration_title='Product Image - No Image picture'
It will do the trick!