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

ezsolrbase::execute - bad error reporting

    XMLWordPrintable

Details

    Description

              if ( !empty( $output ) )
              {
                  $num = array_pop( $output );
                  if ( is_numeric( $num ) )
                  {
                      return $num;
                  }
              }
      
              $this->CLI->output( "\n" . 'Did not index content correctly: ' . "\n" . var_export( $output, 1 ) );
      

      rror is not reported if the output of exec is one line long

      Attachments

        Activity

          People

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