Hello,
First of all, thank you for your purchase.
Ok, I will try to help.
Go to: Plesk Dashboard > Domains > Click on your domain > PHP Settings
Now find the section Performance and Security Settings (or sometimes just “Common Settings”).
Set:
max_execution_time = 1000
Save your changes.
Be sure to also check if your site or hosting package has a custom php.ini, .user.ini, or .htaccess rule that could override the setting. Plesk settings apply globally for the domain, but local rules in these files (if they exist) can sometimes override them.
Examples to look for:
1. .user.ini in your website root with max_execution_time
2. .htaccess with php_value max_execution_time
3. A manually added php.ini file inside your webspace
Now, you have to restart PHP from Tools & Settings > Services Management > PHP-FPM.
Or just restart Apache/Nginx if using FastCGI or Apache module.
Regards,
Szabi – CodeRevolution.