Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77824 bytes) in
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
I have resolved the issue using the first method. Thanks you. 👍😃
Solution 1:-Create a PHP.ini file to wp-admin folder
Open Notepad.
Insert the following code into Notepad.
memory_limit = 64M ;
Save as “PHP.ini”.
Upload this file to “wp-admin” directory.
Solution 2:- Edit wp-config.php file
Add the script below to your wp-config.php file
define(‘WP_MEMORY_LIMIT’, ’64M’);