Home > CMS Tutorial > PHPCMS > body text

When logging in to the PHPCMS backend, it prompts that the verification code is incorrect.

王林
Release: 2020-02-06 17:44:41
Original
2106 people have browsed it

When logging in to the PHPCMS backend, it prompts that the verification code is incorrect.

Problem:

When logging in to the management backend, it keeps prompting for an incorrect verification code.

Solution:

1. Open the /caches/configs/system.php file;

2. Modify the following code:

'session_storage' => 'mysql',
Copy after login

is:

'session_storage' => 'files',
Copy after login

Recommended related articles and tutorials: phpcms tutorial

The above is the detailed content of When logging in to the PHPCMS backend, it prompts that the verification code is incorrect.. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!