Quick Fix of the PHP Fatal error Maximum execution time 30 seconds exceeded in WordPress. There are three ways. Use either one. Also please backup the files before making changes so that you can revert the same if there are any issues.
Fixing “Maximum execution time 30 seconds exceeded“
1. Wp-config.php
set_time_limit(60);
Add this line above “/* That’s all, stop editing! Happy blogging. */” comment.
OR
2. htaccess
php_value max_execution_time 60
OR
3. php.ini
max_execution_time = 30 ;
aditya bajaj
Author
Latest posts by aditya bajaj (see all)
- Windows 8 Problems & Drawbacks - May 23, 2013
- [Resolved] Not a valid feed template – WordPress Error - May 12, 2013
- Check Aadhaar Status Online with Steps to Track Status - April 28, 2013
