Installed Archy demo on localhost. While browsing home page it does not load and gives this error;
“Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\woodbarnindia.com\wp-includes\Requests\src\Transport\Curl.php on line 510
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\w”
The error message you’re encountering —
“Fatal error: Maximum execution time of 120 seconds exceeded…” — usually indicates that a process on your local server is taking too long to complete and exceeds the default PHP time limit.
This can sometimes happen in a local development environment like XAMPP, especially if certain system resources are limited or if the server configuration is strict.
To resolve this, please try the following:
Increase PHP max execution time
Locate your php.ini file (under your XAMPP installation directory) and update:
max_execution_time = 300
Then restart Apache via the XAMPP Control Panel.
Check your internet connection
If your local server needs to make remote requests (e.g., for image placeholders or licensing checks), a slow or disconnected network may cause delays.
Ensure enough system resources
Make sure your local machine has enough memory and CPU available when running the demo.
These steps usually help in resolving such timeout issues on local setups. Please let us know if the problem continues after trying the above — we’ll be glad to assist further.
Best regards,
Serkan
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.