织梦DedeCMS Error: (PHP 5.3 and above) Please set request_order ini value to include C,G and P (recommended: CGP) in php.ini,more解决方案
织梦提示DedeCMS Error: (PHP 5.3 and above) Please set request_order ini value to include C,G and P (recommended: CGP) in php.ini,more...解决方案:由于在PHP最新的版本中增加了一个配置项目“request_order”,默认值为“GP”,导致部分PHP程序会报错无法使用,当报错时只要将“GP”更改为“CGP”,就可以完美运行了,具体操作如下:打开PHP安装目录找到PHP的配置文件...