Home > CMS Tutorial > PHPCMS > body text

phpcms cannot log in to the background

王林
Release: 2020-02-06 16:22:08
Original
3142 people have browsed it

phpcms cannot log in to the background

Problem:

phpcms v9 was successfully installed, and there were no errors during the installation process. However, I can enter the homepage but cannot enter the backend management.

The solution is as follows:

1. Open the system.php file in the project folder \caches\configs;

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 phpcms cannot log in to the background. 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 admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template