FAQ > PHP
Activate Output Buffering
- Start MAMP PRO
- Select File -> Edit Template -> PHP (php.ini) -> PHP x.x.x
- Search this line
output_buffering = Off - Change
OfftoOnor to a maximum number of bytes instead (for example4096) - Save the file
- Start servers