phpcms v9 background login prompt verification code error
Problem analysis:
After the V9 verification code is generated, the verification code number will be stored in the Session. By default in V9, Session is stored in the database. Its performance in the database is as follows:
You can check the Session table in the database after accessing the background login page. If there is no data of type code|s in the table :4:"***"; That means the Session was not successfully written to the database, which will cause your login to fail.
Solution:
You can modify the following in "/caches/configs/system.php
":
'session_storage' => 'mysql',
Just change it to
'session_storage' => 'files',
and try again.
The above modification means that the Session is stored in the hard disk, which will use PHP's default storage method.
Recommended tutorial: phpcms tutorial
The above is the detailed content of phpcms v9 background login prompt verification code error. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools

SublimeText3 English version
Recommended: Win version, supports code prompts!
