Home  >  Article  >  PHP Framework  >  What to do if thinkphp cache file writing fails

What to do if thinkphp cache file writing fails

藏色散人
藏色散人Original
2020-07-25 10:59:013824browse

Solution to PHP cache file writing failure: First check if there is a "Runtime" folder under the project "/Application/"; then create the "Runtime" folder; then enter the Runtime file in the terminal folder; finally execute the command "chmod -R 777 *".

What to do if thinkphp cache file writing fails

thinkphp cache file writing failed:

When configuring this project locally, a problem occurred and it could not be Write to /Runtime/Cache cache. This problem is a permission issue. First, check if there is a Runtime folder under your project /Application/. If not, create the Runtime folder in /Application/ yourself, and then set it. Permissions under the Runtime folder and the subfolders below it, method:

Enter the Runtime folder in the terminal, and then execute the command: chmod -R 777 *, the problem will be solved.

Recommended tutorial: "thinkphp framework"

The above is the detailed content of What to do if thinkphp cache file writing fails. 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