I'm an idiot when it comes to thinkphp, recently I got a server written in it (environment is centos 7.6 and nginx) and I changed a function in a php code file, then I realized that it doesn't take effect right away, so I made these attempts:
- restart nginx
- List item
- restart php-fpm
- restart the server
- deleted the runtime folder (just changed the name). All of the above did not make the latest improvements work. This is because all the other functions in the file still work fine, but not this one.
Considering that I may have misplaced some characters or something, I overwrote the original php file and repeated the above, but the function still doesn't work, what else can I do?
Incidentally, this file is purely for providing api's