织梦系统出现:DedeCMS Error: (PHP 5.3 and above) Please 问题解决。
| 错误: 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... |
解决:
| 以下是引用片段: 把includ\common.inc.php文件里面的第34行 if(strtoupper(ini_get('request_order')) == 'GP') 改 为if(strtoupper(ini_get('request_order')) == 'CGP')就可以了。 |
您看到此篇文章时的感受是: