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

Fatal error in ezcontentoperationcollection.php

    XMLWordPrintable

Details

    Description

      On line 306: Call to a member function on a non-object

      this happens if $existingNode is not found by the fetch on line 298 (in 401 svn):

              if ( !$existingNode );
              {
                  $existingNode = eZContentObjectTreeNode::findNode( $nodeID , $object->attribute( 'id' ), true );
              }
      ...
                      return $existingNode->attribute( 'node_id' );
      

      Happened after running a flatten.php script that removed object versions in pending state (in workflow cronjob)

      Attachments

        Activity

          People

            unknown unknown
            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: