PHP Wordpress Memory Limit Error #memorylimit #wordpress

PHP Wordpress Memory Limit Error #memorylimit #wordpress

Knowledge Base

55 лет назад

45 Просмотров

Memory limit error is a common error while working with cpde extensive websites in PHP and Wordpress. If you have lots of pages and plugins installed on your site it can cause an error of memory limit. Site will start working and the new pages will stop being updated.
To resolve this error you can use the following code in

Wp-config.php file
define('WP_MEMORY_LIMIT', '32M');
ini_set(‘memory_limit’,’256M’);

php.ini
memory_limit = 32M

.htaccess
php_value memory_limit 256M

Тэги:

#memory_limit #wordpress_memory_limit #php_memory_limit #php_wordpress_memory_limit #wordpress_php_memory_limit #xampp_memory_limit #php_xampp_memory_limit #memory_limit_issue #website_memory_limit #increase_memory_limit #increase_wordpress_memory #increase_php_memory #how_to_increase_memory_limit #how_to_fix_memory_limit_error #how_to_fix_google_chrome_ran_out_of_memory_aw_snap_errorincrease_wordpress_memory
Ссылки и html тэги не поддерживаются


Комментарии: