• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[Wordpress] Fix lỗi Fatal error: Allowed memory size of 33554432 bytes exhausted

Admin

Well-Known Member
Staff member
Administrator
Khi các bạn activate 1 plugins và nhận được lỗi
như sau :
PHP:
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes)"
hoặc có dạng:
PHP:
"Fatal error: Allowed memory size of ....... bytes exhausted (tried to allocate .... bytes)"

thì các bạn thử sửa theo các cách như sau:

1. Thêm đoạn code này vào wp-config.php file:


PHP:
define('WP_MEMORY_LIMIT', '128M');

Có thể sửa thành 32MB, 64MB;

2. Nếu có thể vào server hoặc VPS, các bạn mở file
PHP.ini file, đổi thông số sau PHP.ini

PHP:
memory_limit = 64M ; Maximum amount of
memory a script may consume (64MB)[php]

Thay con số sau memory_limit= số bạn muốn (32M, 64M, 128M)

3. Đơn giản hơn, thêm dòng sau vào file .htaccess: 
[php]php_value memory_limit 64M

4. Nếu vẫn không được thì đành liên hệ nơi cung
cấp host, server vì bạn hết cách rồi

5.No2 đã thử 2 cách...đành ngậm đắng nuốt ngọt chuyển host....làm wp khổ vãi
 

Facebook Comments

New posts New threads New resources

Back
Top