How to Increase PHP Limit for a Wordpress Site ?

 1. Increasing PHP Time Limit via PHP.ini file max_execution_time = 300;

2. Alternative to editing PHP.ini through wp-config.php set_time_limit(300);

4. Modifying the .htaccess file max_execution 300

============================

Using wp-config.php file

define('WP_MEMORY_LIMIT', '256M');

Comments

Popular posts from this blog

Get Post Data From Simple Post custom shortcode

Top 20 Beautiful Pen For Writing

Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199