How do I turn off this cache?

A virtual machine is installed locally, and the environment has been set up
, but the cache seems to be particularly serious. The most intuitive thing is that this
was written directly before

.
return $connect;

causes the variable not to exist, and then use the Ftp tool to modify the upload
clipboard.png

The

variable already exists, and you can already see that the file has been modified successfully.
but there is still the previous error, which will take a while to update?

Why is this happening? How do I turn this off?
the same is true for online servers, but it is not that serious, which leads to super inconvenience and mood explosion.

Mar.13,2021

if you read the error message, you should thinkphp5 it.
1. Test whether the project has set non-debug mode
2. You can set the error message to reduce php

error_reporting(E_ERROR | E_WARNING | E_PARSE);

. Thinking about this for a while, alas


delete the cache file generated by runtime, and then clear the cache


directly to the server, and execute php think clear

under the root directory of the project.
Menu