View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000712 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-03-18 12:22 | 2012-12-10 14:38 |
| Reporter | sigmarkress | Assigned To | |||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Intel | OS | WinXP | ||
| Product Version | 4.0.1.0 revision 15990 | ||||
| Fixed in Version | 4.1.0 revision 17976 | ||||
| Summary | 0000712: newsletter e-mail: wrong image dir | ||||
| Description | hi, if i send a newsletter from the OXID DEMO Back-End (http://demoshop.oxid-esales.com/professional-edition/admin/) in the mail to the user is the image src wrong: http://demoshop.oxid-esales.com/professional-edition/out/pictures//0/0/1351_th.jpg | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
The same is with the OXID logo at the top of newsletter email. In the CMS it has the code: https://bugs.oxid-esales.com/view.php?id=712 but in the email picture is not displayed, because link is parsed as: href="http://[domain]/admin/http://[domain]/ |
|
|
problem was in non updated newsletter email template (stored in database) was: [{$oViewConf->getPictureDir()}]/1/[{$simarticle0->oxarticles__oxpic1->value }] should be: [{$oViewConf->getPictureDir()}][{$simarticle0->oxarticles__oxpic1->value }] as you can see foldel is not needed any more, it is automatically set when loading object |