分类分类
2015-06-28 00:00作者:网管联盟
今天一个各户的PHP网站进后台出现这样的错误.
Database error: Invalid SQL: select group_purview from sunlitecn_admin_group where group_id=
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1)
Session halted.
解决办法:将PHP.INI文件 register_globals 设成ON 重启服务器,问题解决.
相关文章