DedeCMS Error: (PHP 5.3 and above) Please set 'request_order' ini value to include C,G and P (recommended: 'CGP') in php.iniphp
修改php的配置文件php.ini配置
request_order = "GP"request
修改成:配置文件
request_order = "CGP"文件
重啓服務便可co