Projekt

Allgemein

Profil

Aktionen

GX-Bug #66873

geschlossen

ErrorException/system/core/caching/DataCache.inc.php in DataCache::key_exists

Von Jonatas Fischer vor fast 4 Jahren hinzugefügt. Vor fast 4 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
Core
Zielversion:
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.0.0.0
Release Notes Langtext:

Der DataCache verursacht keine NOTICE-Fehlermeldung mehr


Beschreibung

https://telemetry.gambio-server.net/gambio/gx/issues/264009/

``` php
ErrorException: Notice: Undefined index: coo_debugger
  File "/system/core/caching/DataCache.inc.php", line 184, in DataCache::key_exists
    if(is_object($GLOBALS['coo_debugger']) && $GLOBALS['coo_debugger']->is_enabled('DataCache_disable_cache')) return false;
  File "/system/core/MainFactory.inc.php", line 323, in MainFactory::create_object
    if (self::$dataCache->key_exists($mainFactoryCacheName, true)) {
  File "/admin/includes/application_top.php", line 137, in require
    $coo_timezone_setter = MainFactory::create_object('TimezoneSetter');
  File "/admin/tax_rates.php", line 24

    require('includes/application_top.php');
```


Aktionen

Auch abrufbar als: Atom PDF