1. Error description
#2. Error reason
Since the default value of Nginx reverse proxy server client_max_body_size is 1MB, and the uploaded file is larger than 1MB, this error occurs
3. Solution
Open the Nginx reverse proxy server nginx.conf configuration file and modify the client_max_body_size value
client_max_body_size 30M
The above is the content of Maximum call stack size exeeded. For more related content, please pay attention to the PHP Chinese website (www .php.cn)!