Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
263 views
in Q2A Core by

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cloudov1/public_html/answers/qa-include/qa-util-string.php:1) in /home/cloudov1/public_html/answers/qa-include/qa-app-users.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/cloudov1/public_html/answers/qa-include/qa-util-string.php:1) in /home/cloudov1/public_html/answers/qa-include/qa-app-users.php on line 118

1 Answer

+2 votes
by
The file qa-util-string.php probably has a UTF-8 BOM (byte-order mark) at the start, which your version of PHP is outputting. Hopefully you can edit this file to remove it, e.g. by re-saving as UTF-8 without a BOM.
by
Thanks! I'm using PHP 5.2.17, I dont see any UTF-8 BOM at the start in qa-util-string.php

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...