Advertisement
pusatdata

Maximum execution time of 30 seconds exceeded di XAMPP

Dec 14th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. There is an easy way to solve this problem.
  2. Steps:
  3. 1. Open XAMPP Control Panel.
  4. 2. Click on CONFIG tab of APACHE Service.
  5. 3. Select PHP (php.ini) from the DropDown.
  6. 4. Now a file will open in your default Text Editor.
  7. 5. Search for the keyword MAX_EXECUTION_TIME.
  8. 6. By default it is set to : 30 , make it a higher value. (160 Worked for me).
  9. 7. Save the file (CTRL+S).
  10. 8. Stop All service in XAMPP Control Panel.
  11. 9. Quit XAMPP.
  12. 10. Restart XAMPP.
  13. 11. Restart ALL Services (i.e. APACHE)
  14. Refresh your WordPress Dashboard.
  15.  
  16. Sumber: https://stackoverflow.com/questions/41535385/fatal-error-maximum-execution-time-of-30-seconds-exceeded-when-try-to-open-phpm
  17.  
  18. Lainnya: https://www.duniailkom.com/tutorial-php-mengatasi-fatal-error-maximum-execution-time-of-30-seconds-exceeded-di-xampp/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement