Facebook  Twitter  Google +  Linkedin


Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/lwegabab/public_html/old/plugins/content/al_facebook_comments/al_facebook_comments.php on line 516

Warning: file_get_contents(https://api.facebook.com/restserver.php?method=links.getStats&urls=https://old.yourictmagazine.com/howtos/859-howto-increase-maximum-execution-time-in-xampp-wamp): Failed to open stream: no suitable wrapper could be found in /home/lwegabab/public_html/old/plugins/content/al_facebook_comments/al_facebook_comments.php on line 516

Warning: Undefined array key 1 in /home/lwegabab/public_html/old/plugins/content/al_facebook_comments/al_facebook_comments.php on line 521

As a developer you may have experienced the error of maximum execution time exceeded when using xampp or wamp as your localhost. This means that your page took more time loading than what is set in xampp or wamp configuration. It can also be caused by php taking too much time to respond to the browser.

Here is how you solve this error in an easy and much faster way.

 

STEP ONE

- In the xampp directory navigate and open the php folder through xampp/php/’

increase maximum execution time in Xampp / Wamp 

 

STEP TWO

- Locate the php.ini file and open this file with your favorite text editor (I recommend Visual studio code).

- Find the line ‘max_execution_time’. you can find using ctrl+F

- you can now replace default value of max_execution_time=30 to max_execution_time=300

increase maximum execution time in Xampp / Wamp