View Single Post
  #1   IP: 112.84.243.12
Old 2014-03-09, 07:42 AM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default 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')就可以了。
Reply With Quote