Thread
:
DedeCMS Error: (PHP 5.3 and above) Please set 'request_order' ini value to include C,
View Single Post
#
1
IP: 112.84.243.12
2014-03-09, 07:42 AM
topvip
超级版主
Join Date: 2006-01-04
Posts: 1206
DedeCMS Error: (PHP 5.3 and above) Please set 'request_order' ini value to include C,
把includ\common.inc.php文件里面的第34行
if(strtoupper(ini_get('request_order')) == 'GP') 改为
if(strtoupper(ini_get('request_order')) == 'CGP')就可以了。
topvip
View Public Profile
Send a private message to topvip
Find all posts by topvip