Home > CMS Tutorial > PHPCMS > body text

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

王林
Release: 2019-11-14 14:26:00
Original
2451 people have browsed it

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
Copy after login

or restart the apache service

service httpd restart
Copy after login

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!

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template