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

PHP Warning: array_key_exists ... The second argument should be either an array or an object in /lib/ezutils/classes/ezmodule.php on line 1116

    XMLWordPrintable

Details

    Description

      The fault is in index-treemenu.php

      replace at the bottom of the file

      $moduleResult = $module->run( $function_name, false, false, false );

      with

      $moduleResult = $module->run( $function_name, array(), false, false );

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: