Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-13942

Bug in ezdebug.php / accumulatorStart()

    XMLWordPrintable

Details

    Description

      Connection to an admin siteaccess with debug turned on is impossible ; got this message :

      After analyzing ezdebug.php, it appears that there is a bug :
      Line 1321 :
      if ( isset( $this->TimeAccumulatorList[$key]['recursive_counter'] ) )

      ... should be :
      if ( isset( $debug->TimeAccumulatorList[$key]['recursive_counter'] ) )

      With this correction, it's allright.

      Steps to reproduce

      Turn on debug in an admin siteaccess : in site.ini :

      [TemplateSettings]
      Debug=enabled

      [DebugSettings]
      DebugOutput=enabled

      Then try to connect.

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            sarl_virtualys sarl_virtualys
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: