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

fixclassremoteid.php is failing with custom datatypes

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.1.4, 4.2.0alpha1
    • 4.1.2, 4.1.3
    • Upgrading
    • None

    Description

      Hi,

      php update/common/scripts/4.1/fixclassremoteid.php -s myaccess

      is failing with a fatal error, if you have custom datatypes in your extensions. The datatypes are not loaded.

      The reason for this:

      update/common/scripts/4.1/fixclassremoteid.php
      Line 43:
      $scriptSettings['use-extensions'] = false;

      This should be:
      $scriptSettings['use-extensions'] = true;

      Afterwards it works as expected...

      Best wishes,
      Georg.

      Attachments

        Activity

          People

            andre1 andre1
            emil.webber emil.webber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: