PHP error Cannot modify header information, modifyheader_PHP tutorial

WBOY
Release: 2016-07-13 10:03:13
Original
831 people have browsed it

php reported an error Cannot modify header information, modifyheader

The following problem occurred when using CI to develop WeChat public accounts. I looked online and found the solution: Save the error file as utf-8 using editplus.

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at Filename: libraries/Session.php

Line Number: 688

Because every page reports the above error, I guess there is a problem with index.php in the CI root directory. Use the above method to save index.php as utf-8 , problem solved.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/969247.htmlTechArticlephp error Cannot modify header information, modifyheader When using CI to develop WeChat public accounts, the following problem occurs, online After looking around, the solution is: put the error file...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template