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
Post a Comment