Home  >  Article  >  CMS Tutorial  >  What to do if phpcms cannot update cache files

What to do if phpcms cannot update cache files

藏色散人
藏色散人Original
2020-01-10 10:26:482924browse

What to do if phpcms cannot update cache files

What should I do if phpcms cannot update cache files?

phpcms v9 background cannot update the cache solution

Many netizens asked about the problem that the phpcms v9 background cannot update the cache. Unexpectedly, when I got up and published the article this morning, the author also encountered the same problem. For such a problem, there is no response when clicking phpcms v9 background update cache. What is even more strange is that an error message is reported when publishing an article. I remember modifying the file last night, thinking it was a modification problem, but the recovery still does not work, so I looked for the problem line by line in the code, and finally it was the lack of phpcms\ The cache_model.class.php under the mode file is depressing.

Let’s get back to business and solve the problem of being unable to update the cache.

Later I discovered that a column had been deleted, but it still existed in the database

So I deleted the data of the deleted column in the v9_category table, and the problem was solved.

After thinking about it, it may be caused by other operations when deleting the column.

PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!

The above is the detailed content of What to do if phpcms cannot update cache files. 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
Previous article:How to install phpcms v9Next article:How to install phpcms v9