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

Undefined class name 'ezcontentobjecttrashnode'

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.8.10
    • 3.8.9
    • None
    • Operating System:
      PHP Version: 4.4.4
      Database and version:
      Browser (and version):

    Description

      Fatal error: Undefined class name 'ezcontentobjecttrashnode' in domain.tld/kernel/classes/ezcontentobjecttreenode.php on line 4332
      Fatal error: eZ publish did not finish its request
      
      The execution of eZ publish was abruptly ended, the debug output is present below.
      

      To fix this:
      Removed these lines, because in 3.8.10 this class is not included
      include_once( 'kernel/classes/ezcontentobjecttrashnode.php' );
      $trashNode = eZContentObjectTrashNode::createFromNode( $this );
      $db =& eZDB::instance();
      $db->begin();
      $trashNode->storeToTrash();
      $db->commit();

      Steps to reproduce

      When i try to remove any object and try to move to trash

      Attachments

        Activity

          People

            dp dp
            fhernandez fhernandez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: