Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-2797

EzPublishDebugBunlde problem with persistent cache collector

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • 2.5.1
    • QA
    • None
    • ezLaunchpad, platform sh

    Description

      In file : vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Collector/PersistenceCacheCollector.php

      There is a typo on line 108 :

      foreach ($traces as $traceHash => $traceData)

      { $traceCount[$traceHash] = $traceData['count']; }

      The variables $traces doesn't exist.

      I fix it with :

      foreach ($call['traces'] as $traceHash => $traceData) { $traceCount[$traceHash] = $traceData['count']; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            grégory monot grégory monot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: