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

Invalid entries in ezcontentclass_classgroup table after fresh install

    XMLWordPrintable

Details

    Description

      Execute this SQL and you'll see:

      SELECT * FROM ezcontentclass_classgroup e where not exists( select * from ezcontentclass c where c.id=e.contentclass_id and c.version=e.contentclass_version);
      

      Delete them with

      DELETE FROM ezcontentclass_classgroup where not exists( select * from ezcontentclass c where c.id=contentclass_id and c.version=contentclass_version);
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: