Vinai / nicer-image-names

Magento extension to build catalog image file names from product attributes so they have neat descriptive names.
77 stars 31 forks source link

No effect with 1.4.1.1 #2

Closed rapamiti closed 11 years ago

rapamiti commented 11 years ago

Hi, i'm using magento 1.4.1.1 and

Disable Extension No Image Name Map %requestHost-%urlKey%manufacturer-%sku Make Images Unique by appending a number yes Lowercase Image Names yes

And no effect, (i tried with No/%sku/yes/no, it's the same) (and i flushed all cache storage, images cache, etc..)

for see if the script is On, i changed in Image.php return $file; to $file="test.jpg"; return $file; and it's ok (crashing images) the script is On

Do you know

Vinai commented 11 years ago

I think the extension should be fine with 1.4.1.1, but to be honest, I haven't gotten such an old version of Magento lying around any more to test. Since there have multiple security related bugfixes since 1.4, I do encourage you to invest into upgrading Magento to 1.7. I'm afraid there is no other advice I can give at the moment.