Basically, when the "file_upload" function is called within my modules' controller, I receive the following error.
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at somesite.com/html/bonfire/modules/upload/controllers/content.php:81)
Filename: libraries/Session.php
Line Number: 671
I'm developing a module using Bonfire which is HMVC module development addon for CI.
I've included my model and controller below for your viewing. Please don't be too harsh, I've only recently started learning PHP/CI.
Any assistance you could offer would be appreciated.