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

Policy(?) issue with index_treemenu breaks backoffice content tree when using legacy layer.

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 5.0.0-dev
    • None
    • Database Server: mysql Ver 14.14 Distrib 5.1.61, for redhat-linux-gnu (x86_64) using readline 5.1
      OS: RHEL 6.2
      PHP: PHP 5.3.3

    Description

      The content tree to the left of the admin dashboard does not work when using the legacy layer.

      Looking at the network traffic, the request to content/treemenu/... returns a 500 Internal Server Error; through some poking around we've traced the origin of the error to line ~158 of index_treemenu.php:

      if ( !$hasAccessToSite )
      {
          exitWithInternalError();
          return;
      }
      

      The content tree works correctly if accessing the legacy installation directly (bypassing the symfony stack).

      Attachments

        Activity

          People

            Unassigned Unassigned
            filiped filiped
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 days, 1 hour, 30 minutes
                2d 1h 30m