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

updateserachindex solr output all mixed up and duplicated when run via ezpublish/console

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: High High
    • None
    • None
    • None

    Description

      The cause is probably related to different layers of code using ob_start and the fact that updatesearchindexsolr does fork child processes.

      The fix is easy: in updatesearchindexsolr use this code for 'echo' calls:

      fwrite(STDOUT, $string)

      as it bypasses all buffering layers

      Attachments

        Activity

          People

            Unassigned Unassigned
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: