mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 16:55:59 +03:00
[GH-ISSUE #237] Fatal error - Zend_Controller_Response_Exception -Cannot send headers #188
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @diashk on GitHub (Dec 4, 2017).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/237
I have installed the ViMnAdmin on centos 7.
I get the error below on all responses except of index.php .
The GUI has no style and after except of creating the admin user I can't do any other action because I have no buttons and no styles.
Fatal error: Uncaught exception 'Zend_Controller_Response_Exception' with message 'Cannot send headers; headers already sent in , line 0' in /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Controller/Response/Abstract.php:323 Stack trace: #0 /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Controller/Response/Abstract.php(341): Zend_Controller_Response_Abstract->canSendHeaders(true) #1 /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Controller/Response/Abstract.php(768): Zend_Controller_Response_Abstract->sendHeaders() #2 /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Controller/Front.php(992): Zend_Controller_Response_Abstract->sendResponse() #3 /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch() #4 /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run() #5 /path/vimbadmin/public/index.php(34) in /path/vimbadmin/vendor/zendframework/zendframework1/library/Zend/Controller/Response/Abstract.php on line 323
@barryo commented on GitHub (May 16, 2020):
Possibly related to PHP7 issues. If still a problem in v3.1 then reopen. Thanks.
@haveamission commented on GitHub (Nov 9, 2021):
@diashk Did you find a solution to this at all?