Home  >  Article  >  CMS Tutorial  >  How to solve the problem of not being able to log in to the Imperial CMS backend

How to solve the problem of not being able to log in to the Imperial CMS backend

王林
王林Original
2019-11-14 17:48:203113browse

How to solve the problem of not being able to log in to the Imperial CMS backend

Cause one:

cookie is not recorded

Solution:

Find the php.ini configuration file, change output_buffering = of to output_buffering = 4096, and then restart apache!

Cause two:

File encoding problem

Solution:

Set the file encoding and The problem can be solved if your version file format is the same. Use some tools such as editpuls to save the file as and modify the encoding.

Recommended tutorial: Empire CMS Tutorial

The above is the detailed content of How to solve the problem of not being able to log in to the Imperial CMS backend. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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