Opened 5 years ago
Closed 5 years ago
#1485197 closed Bugs (fixed)
"headers already sent" error in installer
| Reported by: | hayalci | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Installer | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In 0.1.1, installer/index.php has html content, then after php tag it calls session start. This results in the following error messages. The session_start can be put at the beginning of the file. It would be useful to fix this as it is nearly the first thing a person sees while installing roundcube.
A workaround is setting "output_buffering = Off" in php.ini
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /web/roundcubemail-0.1.1/installer/index.php:8) in /web/roundcubemail-0.1.1/installer/index.php on line 29 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /web/roundcubemail-0.1.1/installer/index.php:8) in /web/roundcubemail-0.1.1/installer/index.php on line 29
Change History (2)
comment:1 Changed 5 years ago by alec
- Milestone changed from later to 0.2-beta
comment:2 Changed 5 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Was fixed. Please try newer versions before bug request.