level 1
(PHP 5.3 and above) Please set 'request_order' ini value to include C,G and P (recommended: 'CGP') in php.ini 这个问题怎么解决?
2013年08月02日 08点08分
1
level 10
修改一下 include/common.inc.php 文件就行了,将 32行至36行注释掉或者删除就可以了,
/*
if(version_compare(PHP_VERSION, '5.3.0', '>'))
{
if(strtoupper(ini_get('request_order')) == 'GP')
exit('DedeCMS Error: (PHP 5.3 and above) Please set \'request_order\' ini value to include C,G and P (recommended: \'CGP\') in php.ini,
我只是将 'GP’改成'CGP',就好了
2013年08月03日 16点08分
5
谢谢你的方法,我改好了!!!
2013年09月15日 00点09分
通过这个方法 后台的文字变成了乱码-.-
2013年09月23日 13点09分
回复 4riuhkj :嗯,我的也是
2013年10月14日 04点10分