cpuer 发表于 2008-6-20 18:24:08

DEDECMS 5.1UTF8升级出错解决方法

output started at /include/pub_charset.php:1)

出错信息提示

基本是围绕着这个.

官方论坛也有出现同样故障的难兄

Warning: session_start() : Cannot send session cache limiter - headers already sent (output started at /www/users/doukoo.com/include/pub_charset.php:1) in /www/users/××××.com/include/inc_userlogin.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /www/users/××××.com/include/pub_charset.php:1) in /www/users/××××.com/dede/config.php on line 10

最终没有合理的答案

官方也没提供任何解答

最先遇到问题的地方在 后台首页

找了相关的PHP 出错信息

解决了这个问题。。

跟以前的WORDPRESS同样的问题

编码

PHP 不支持 带BOM的UTF-8

打开 pub_charset.php 保存为无BOM的版本就可以了

详细使用办法见:http://www.www.91ai.net/thread-259-1-1.html

bugu 发表于 2023-11-5 01:02:01

学习
页: [1]
查看完整版本: DEDECMS 5.1UTF8升级出错解决方法