2

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.

steveSarsawa
  • 1,559
  • 2
  • 14
  • 31
kinza arshad
  • 21
  • 1
  • 2

1 Answers1

0

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?

Frieder
  • 1,208
  • 16
  • 25