View Issue Details

IDProjectCategoryView StatusLast Update
0004697OXID eShop (all versions)4.11. Image handlingpublic2013-01-02 15:40
Reporteraggrosoft Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.6.5 revision 49955 
Target Version4.6.6 revision 54646 
Summary0004697: sAltImageDir will not work correctly with getimg.php
DescriptionAs the image processing script has changed to a dynamic solution (using htaccess and getimg/oxdynimagegenerator) it is not possible anymore to use the sAltImageDir config option to pull the images from a cookie free subdomain. In any case it is not possible to use this option anymore as the pictures will be generated on the fly - there is no way to keep them in sync with the remote server.

The best way would be to handle all of this directly in out/pictures/ - all scripts for this should reside there. Or to make it even easier just don't output any cookies when calling getimg, this is not needed - without this the option will make sense again.
Steps To ReproduceCreate a subdomain pointing to out/pictures

Enter the subdomain as sAltImageDir into the config

Try to see pictures that have not been generated yet
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2013-01-02 15:18

reporter   ~0008208

alternative image dir works fine. if it is used customer should unsure about image generation (generator) or already generated images should be stored there.