Home  >  Article  >  CMS Tutorial  >  Solution to the problem that phpcms prompts hash data verification failure under Linux server

Solution to the problem that phpcms prompts hash data verification failure under Linux server

王林
王林Original
2019-11-14 14:26:002450browse

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

Solution to the problem that phpcms prompts hash data verification failure under Linux server

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn