The module does not support Http responses from Ctools task handler.

Comments

m.lebedev created an issue. See original summary.

m.lebedev’s picture

Status: Active » Needs review
StatusFileSize
new405 bytes

Solution...

Anonymous’s picture

That printed headers and the old response with number below the http response page.

Changed patch code to:

    elseif (is_int($output)) {
      drupal_access_denied();
      drupal_exit();
    }

Works for me.