The api written in thinkPHP returns normally, but the browser status is 500?
世界只因有你2017-06-29 10:08:22
0
8
744
thinkPHP5 developed apis that were normal locally, but this problem occurred when they were placed on the server. The data returned was normal, but the status was wrong.
500 means there is a problem with your server configuration. . . Check to see if there are any differences in the configuration between your local environment and your server environment!
Close thinkphp log
Permissions issue, I have said it myself...
sudo chmod 777 runtime/
Just set the permissions of this folder.Check the user group of fpm, and then change the project directory to the same one as fpm
500 means there is a problem with your server configuration. . . Check to see if there are any differences in the configuration between your local environment and your server environment!
The server configuration is different, please pay attention to the capitalization
You can look at the log files of nginx or apache, any error messages will be displayed there.
Is there a problem with the case of the file name? Linux system is case-sensitive, but window is not case-sensitive