1 Answer
Need to modify your PHP settings to allow more memory and time
Navigate to the PHP Configuration file as follows.
On CentOS 7.6, the path is /etc/php.ini
vim /etc/php.ini
Set the max_execution_time=300
where max_execution_time can be increased up to 300 seconds
Your Answer