'Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\AKS_Shop\wp-includes\Requests\Transport\cURL.php on line 463
I'm trying to install the plugin but this error:-
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\AKS_Shop\wp-includes\Requests\Transport\cURL.php on line 463
taking place if anybody knows the solution about it then plz guide me.
Solution 1:[1]
Some curl request fails, because it takes longer than 30 seconds to execute. You can raise that time in your php config. See this answer.
But you should also debug, why the command is taking that much time. Is the plugin trustworthy and up to date?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Frieder |