CiviCRM extension to clean any output buffers when dealing with image display/download in civicrm.
The extension helps in situations when output buffers generated by some other modules or extension cause problem with image display or downloads.
The extension is licensed under AGPL-3.0.
- PHP v7.0+
- CiviCRM v5.0
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl imgoutputbuffer@https://github.com/mountev/imgoutputbuffer/archive/master.zipSysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/mountev/imgoutputbuffer.git
cv en imgoutputbuffer