作者:mobiledu2502894591 | 来源:互联网 | 2023-09-23 10:49
篇首语:本文由编程笔记#小编为大家整理,主要介绍了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格式就好了