View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002204 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-11-10 11:21 | 2010-11-25 13:48 |
Reporter | MichaelZ | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.4 revision 30554 | ||||
Fixed in Version | 4.4.5 revision 31315 | ||||
Summary | 0002204: Problem with pictures whose suffix matches _p(\d)+ | ||||
Description | When I assign an image as the first image of an article whose name is something like '123456_p1.jpg', the filename stored in OXPIC1 is '123456_p1.jpg', but the name of the file in the out/pictures/1 directory is '123456.jpg' (note the missing suffix). The result of this is, that the image shown on the details page is the standard nopic.jpg image. | ||||
Steps To Reproduce | - delete all the images from an article - assign an image as the first image of this article that matches this pattern: .*?_p(\d)+.jpg (e.g. 123456_p1.jpg) - check the OXPIC1 field of this article in the database (value is 123456_p1.jpg) - check the out/pictures/1 folder for an image file whose name matches the content of the OXPIC1 field of this article (file is not present) - check the details page of this article in the shop (shows the nopic.jpg image) | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||