Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 Gerhard Waldemair, 5 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Torsten Riemer, 5 years ago

Milestone: modified-shop-2.0.5.2

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.