首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

异常:Function set_magic_quotes_runtime() is deprecated

2013-03-13 
错误:Function set_magic_quotes_runtime() is deprecatedA PHP Error was encounteredSeverity: 8192Mess

错误: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版本已经不存在这个参数...你的代码应该是旧环境下的东西参照老徐的指示 注释或者删除
[解决办法]
去官网看看找 最新的版本的函数

热点排行