【CMS】DedeCMS Error: (PHP 5.3 and above) Please set 'request_order' ini value to include C,G and P (recommended: 'CGP') in php.ini
时间:2014-09-12 01:09:52
收藏:0
阅读:376
DedeCMS Error: (PHP 5.3 and above) Please set ‘request_order‘ ini value to include C,G and P (recommended: ‘CGP‘) in php.ini
修改php的配置文件php.ini
request_order = "GP"
修改为:
request_order = "CGP"
重启服务即可
原文:http://www.cnblogs.com/xiaoit/p/3967516.html
评论(0)