Hello,
A PHP settings on your server seems to prevent prolonged execution of the plugin.
Please modify server settings to allow longer execution times.
More on this:
You should increase the default timeout value in the httpd.conf file. For example:
# Timeout: The number of seconds before receives and sends time out.
Timeout 900
Furthermore, increasing the max_execution_time limit in php.ini can also bring positive results:
max_execution_time 900
Save the changes, restart server, and re-check.
Also, if you don’t know how to make this settings change, please contact your hosting provider’s support and ask them to increase max_execution_time for you.
Regards,
Szabi – CodeRevolution.