Home > Article > CMS Tutorial > Solution to the problem that phpcms prompts hash data verification failure under Linux server
This article uses a Linux server.
1. Open the php.ini file (mine is placed in the (/usr/local/php/etc) directory)
2. Check the max_input_vars parameter
3 . If there is a semicolon (;) in front of the max_input_vars parameter, remove the semicolon
4. The original value of the parameter max_input_vars should be 1000, change it to 10000 or 100000
5. Save the php.ini file
6. Restart the php command
php service php-fpm restart
or restart the apache service
service httpd restart
7. Refresh the page in the background
Recommended tutorial: phpcms tutorial
The above is the detailed content of Solution to the problem that phpcms prompts hash data verification failure under Linux server. For more information, please follow other related articles on the PHP Chinese website!