DedeCMS Error: (PHP 5.3 and above) Please set request_order

部分使用PHP 5.3的主机可能会有下面的提示:
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最新的版本中增加了一个配置项目“request_order”,默认值为“GP”,这个存在一定的安全风险。这里我们建议用户将配置更改为“CGP”
可以在phpinfo中查看对应的php.ini配置目录,找到下面选项:
request_order = "GP"
更改为
request_order = "CGP"
重启服务器后即可。
由于此选项会影响服务器的安全,请大家务必及时更改。

文章转自:http://help.dedecms.com/install-use/apply/2013/0715/2325.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2021-09-17
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案