Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent HEADERS ALREADY SENT error #23

Merged
merged 3 commits into from
Oct 25, 2016

Commits on Jun 19, 2015

  1. prevent HEADERS ALREADY SENT error

    $image->display() directly outputs the image together with the mimeType header,
    causing the Mage_Core_Controller_Varien_Front->dispatch() to log an 
    Headers already sent error on sending the actual Response object
    Flyingmana committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    60ff681 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Configuration menu
    Copy the full SHA
    5aeb0b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. Configuration menu
    Copy the full SHA
    634ec5c View commit details
    Browse the repository at this point in the history