View Issue Details

IDProjectCategoryView StatusLast Update
0002204OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-11-25 13:48
ReporterMichaelZ 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.4 revision 30554 
Target VersionFixed in Version4.4.5 revision 31315 
Summary0002204: Problem with pictures whose suffix matches _p(\d)+
DescriptionWhen 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)
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2010-11-25 13:48

reporter   ~0003737

now will correctly save master images with endings: _p1-n