DeDeCms5.7 is installed in php5.3. The following error message is displayed on the logon page and homepage:
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...
The solution is to configure the PHP information and restart the system.
Solution:
Some hosts using PHP 5.3 may have the following prompt:
(PHP 5.3 and above) Please set 'request _ order' ini value to include C, G and P (recommended: 'cgp ') in php. ini
In the latest PHP version, a configuration item "request_order" is added. The default value is "GP", which poses a certain security risk. Here we recommend that you change the configuration to "CGP"
You can view the corresponding php. ini configuration directory in phpinfo and find the following options:
Request_order = "GP"
Change
Request_order = "CGP"
Restart the server.
This option may affect the security of the server, so please change it in time.