【凡高科技-專注網(wǎng)站建設(shè)029-88661315】
位于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,
小編把這段代碼進(jìn)行了修改:
if(version_compare(PHP_VERSION, ‘5.3.0’, ‘>’))
{
if(strtoupper(ini_get(‘request_order’)) == ‘CGP’)
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即可。問題解決!
用作品證明實(shí)力,網(wǎng)站建設(shè)行業(yè)排名前列