Home > CMS Tutorial > PHPCMS > phpcms member login failed

phpcms member login failed

王林
Release: 2019-11-18 10:05:45
Original
2234 people have browsed it

phpcms member login failed

Question:

phpcms member login prompts login failure, generally this is the configuration file of (phpsso)

phpcms member login failed

Or (phpcms) After the member clicks to log in, the system waits for a long time, and then reports or prompts that the login failed.

The solution to the problem is as follows:

In general, in this case, first check the permissions of the database, such as: whether the database query permission is given, whether the database management permission is given, and then the next step is to check.

1. Check the settings - phpsso settings - enable the phpsso interface. If it is enabled here, turn it off first to see if the member login is normal. If it is normal, it means there is an abnormal communication between the system and the phpsso interface;

2. Check the server hosts file and edit it to the following content:

127.0.0.1 localhost.localhostdomain localhost
Copy after login

The default is usually locahost or change it to 127.0.0.1 or

your own IP address and your own domain name Your own host name

Recommended tutorial:phpcms tutorial

The above is the detailed content of phpcms member login failed. 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