Not a bug Output buffers deleted in XenForo_Application::beginApplication

kokole

Member
Hello, I'm using XenAPI (XenAPI - XenForo PHP REST API) and I want to buffer its output. At some point it calls XenForo_Application::initialize, which calls beginApplication which deletes the output buffers, together with my own one that I added before calling XenAPI. How can this be fixed?
 
There is an initialization configuration that can be set to not do that, but this is expected from the core/default and any questions regarding an add-on should be asked in the add-on's thread.
 
Top Bottom