View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004082 | OXID eShop (all versions) | 1.04. Content, static (register, contact etc.) pages | public | 2012-05-29 08:12 | 2013-04-09 17:37 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 4.6.0 revision 44406 | ||||
Summary | 0004082: CMS - content not changed when containig picture path with Smarty | ||||
Description | When clicking on a CMS-page in infobox.tpl the page is loaded. When clicking on second link, the URL and Header is refreshed, but the content does not refresh, showing still previous page. This behaviour only occurs when the CMS-pages contain a picture which links to another CMS-page. And if this picture is included by using Smarty. If you specify the path to the picture via hardlink or with relative path, no error occurs. not working: <a href="[{ oxgetseourl ident="cms-ident" type="oxcontent" }]"><img src="[{$oViewConf->getImageUrl()}]bild.png" alt="" /></a> working: <a href="[{ oxgetseourl ident="cms-ident" type="oxcontent" }]"><img src="out/basic/img/bild.png" alt="" /></a> | ||||
Steps To Reproduce | debugxxx.metallbauversand.de Click on "Fehler A" in the infobox - it will show the content of "Fehler B". But URL and Header are correct. Click on "Fehler B" in the infobox - Header and URL in Browser will change, still showing content of "Fehler B". Click on "Fehler A" again, Header, URL and Title will change back, but content remains the same. | ||||
Additional Information | It seems to be a problem with /tmp-files, as this error does not occur when freshly deleted all files in /tmp folder or when you activate "Automatic detection of necessary Template re-compilation." in core-settings. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0004298 | resolved | saulius.stasiukaitis | Sometimes wrong content loaded on CMS page |
|
Hi, the priority and servity should be increased for this bug! Wrong shown CMS-pages can cause problems from the legal point. All CMS-pages with the smarty Tag getImageUrl seems to be affected. cya |
|
I second that - please increase priority, as it can cause serious legal problems for shop owners. |
|
Solution here: https://bugs.oxid-esales.com/view.php?id=4298 |