Question:
phpcms member login prompts login failure, generally this is the configuration file of (phpsso)
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
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!