View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002080 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-09-01 20:12 | 2012-12-10 14:22 |
Reporter | spun | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.2 revision 29492 | ||||
Fixed in Version | 4.4.3 revision 30016 | ||||
Summary | 0002080: Generated product pictures have a wrong filename | ||||
Description | Pictures wich are generated from the shop with "OXPICSGENERATED" have a wrong filename. | ||||
Steps To Reproduce | File "picture.jpg" uploaded to the directory "/out/pictures/master/1/" Field "OXPIC1" contains "picture.jpg" and "OXPICSGENERATED" is set to "0" After the product was viewed in the frontend: Field "OXPIC1" contains "1picture.jpg" <- wrong filename Field "OXPICSGENERATED" contains "1" <- correct Directory "/out/pictures/0/" contains file "picture_th.jpg" <- correct Directory "/out/pictures/1/" contains file "1picture.jpg" <- wrong filename Directory "/out/pictures/1/" contains file "1picture_ico.jpg" <- wrong filename Directory "/out/pictures/z1/" contains file "picture_z1.jpg" <- correct | ||||
Tags | Export, Import | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
child of | 0001935 | resolved | arvydas_vapsva | After re-uploading master photo, ico and thumb, other product photos are not shown |
|
Look at this module: http://www.oxid-esales.com/forum/showthread.php?t=6624#post39347 It may contain the bug fix already. Thanks spun! |
|
Fixed files naming in oxPictureHandler class - directory name was not stripped from file name before saving. |