Hi @programmer4019,
I’m sorry to hear about the difficulties you’re experiencing with the plugin installation. The error you’re encountering indicates that a PHP script is taking longer to execute than the allowed time limit.
While you’ve increased the time limit in deprecated.php, the correct file to adjust would be your php.ini file. Here, you can increase the max_execution_time to a higher value.
Alternatively, you can try to increase the limit by adding the following line to your .htaccess file:
php_value max_execution_time 300
This would increase the limit to 300 seconds. Please replace 300 with the value that suits your needs.
Remember to save and close the file after making changes.
I hope this helps, please let us know hot it goes.
THANK YOU VERY MUCH. It all worked. I’m a complete beginner and even such simple problems cause me difficulties
Hello again @programmer4019,
I’m glad to hear that your issue has been resolved!
Don’t worry about being a beginner; we all start somewhere, and it’s completely normal to encounter difficulties along the way. I’ll now mark this thread as solved.
If you have a few minutes, we’d love if you could leave us a review: https://projectdmc.org/support/plugin/woocommerce/reviews/
