Page 1 of 1

Maximum execution time error

PostPosted: 05. April 2021 16:42
by banothuthiru
Hi Guys,
I'm facing an issue with xampp server it gives me the following error
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\codeplexus\wp-includes\Requests\Transport\cURL.php on line 163

when I try to save the things


example : I have added menu item to the primary menu & saved it it took long time after that it gives me that error

Re: Maximum execution time error

PostPosted: 14. April 2021 22:26
by cb
The max execution time can be extended in the php.ini file.

See https://community.apachefriends.org/f/viewtopic.php?f=16&t=80708

It's also possible you have an endless loop which is the crux of the problem.