PHP 错误 系列:编码格式错误解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 错误 系列:编码格式错误解决相关的知识,希望对你有一定的参考价值。
一、Phalcon模型代码日志错误代码
错误页面显示:
Log日志错误代码:
php message: PHP Fatal error: Namespace declaration statement has to be the very first statement in the script in /home/www/mlk/app/common/models/AclRole.php on line 3
处理办法:
用notepad++把页面转为utp-8无dom格式就好了
二、数据库连接失败错误处理(ThinkPHP 配置文件出现的问题)
错误代码:
SQLSTATE[HY000] [1045] Access denied for user ‘wechatu‘@‘218.108.35.150‘ (using password: YES)
处理办法:
用notepad++把页面转为utp-8无dom格式就好了
以上是关于PHP 错误 系列:编码格式错误解决的主要内容,如果未能解决你的问题,请参考以下文章
PHP json 编码 - 格式错误的 UTF-8 字符,可能编码不正确