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.
It seems to be a file permissions issue. . .
三叔2017-06-29 10:10:22
Check the user group of fpm, and then change the project directory to the same one as fpm
代言2017-06-29 10:10:22
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!
高洛峰2017-06-29 10:10:22
The server configuration is different, please pay attention to the capitalization
学习ing2017-06-29 10:10:22
You can look at the log files of nginx or apache, any error messages will be displayed there.
習慣沉默2017-06-29 10:10:22
Is there a problem with the case of the file name? Linux system is case-sensitive, but window is not case-sensitive