Modify ↓
#1846 closed Bug/Fehler (invalid)
Gleiche Cache-IDs in Boxen
| Reported by: | Torsten Riemer | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 2.0.5.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Wir haben in 3 Boxen die selben Cache IDs, was zu Problemen führen kann.
Betroffen sind folgende Dateien:
- /templates/xtc5/source/boxes/content.php
- /templates/tpl_modified/source/boxes/content.php
- /templates/tpl_modified_responsive/source/boxes/content.php
- /templates/xtc5/source/boxes/information.php
- /templates/tpl_modified/source/boxes/information.php
- /templates/tpl_modified_responsive/source/boxes/information.php
- /templates/tpl_modified/source/boxes/miscellaneous.php
- /templates/tpl_modified_responsive/source/boxes/miscellaneous.php
Hier ist allen boxen die $cache_id gleich:
$cache_id = md5($_SESSION['language'].$_SESSION['customers_status']['customers_status_id'].(isset($coPath) ? $coPath : '0'));
Gemeldet wurde das hier: Gleiche Cache-IDs in Boxen
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 5 years ago
| Milestone: | modified-shop-2.0.5.2 |
|---|
Note:
See TracTickets
for help on using tickets.

Das Cache System in Smarty ist eine Kombination aus Cache ID, Compile ID und der zu verwendeten Datei. Damit ist es unproblematisch gleiche Cache IDs zu verwenden so lange auch unterschiedliche Template Dateien verwendet werden.