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

Content class groups with invalid creator id after install

    XMLWordPrintable

Details

    Description

      Use this SQL and you will see:

      SELECT * FROM ezcontentclassgroup e where creator_id NOT IN (select contentobject_id from ezuser);
      

      Fixing is possible with

      UPDATE ezcontentclassgroup SET creator_id=14 where creator_id NOT IN (select contentobject_id from ezuser);
      

      Replace 14 with any valid user id.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: