Error in processing request Error code: 500 Error text: Internal Server Error (rejected) It seems that the connection to server has been lost. Please check your network connectivity and server status.

 Error in processing request Error code: 500 Error text: Internal Server Error (rejected) It seems that the connection to server has been lost. Please check your network connectivity and server status.

While browse structure found an error,

 

 

Solution: First found the loaded php.ini path from phpinfo() function.

In my case,

/etc/php/7.1/apache2/php.ini

Change post_max_size = 8M to update like post_max_size = 1024M

Thanks.

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library

static file does not load in nginx on ubuntu server