读书人

异常:Function set_magic_quotes_run

发布时间: 2013-03-13 10:56:58 作者: rapoo

错误:Function set_magic_quotes_runtime() is deprecated
A PHP Error was encountered
Severity: 8192

Message: Function set_magic_quotes_runtime() is deprecated

Filename: codeigniter/CodeIgniter.php

Line Number: 53


加www正常:http://www.hello-learning.com

不加就出现上面的错误:http://hello-learning.com/

这是怎么回事啊?
[解决办法]
Message: Function set_magic_quotes_runtime() is deprecated
消息:set_magic_quotes_runtime()函数已过时

去掉就是了
[解决办法]
新的PHP版本已经不存在这个参数...你的代码应该是旧环境下的东西参照老徐的指示 注释或者删除
[解决办法]
去官网看看找 最新的版本的函数

读书人网 >PHP

热点推荐