rahul patil
rahul patil

Reputation: 19

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes)

i set in wp-config file define( 'WP_MEMORY_LIMIT', '256M' ); but still showing

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 77 bytes) in /home/content/n3pnexwpnas03_data03/28/41282628/html/wp-content/plugins/unyson/framework/helpers/class-fw-cache.php on line 262

i am using sftp server. so i cant change in defult-constant.php how can i solver this error for wordpress?

Upvotes: 0

Views: 1843

Answers (2)

rahul patil
rahul patil

Reputation: 19

got a solution, i just added in wp-config.php file define( 'WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M'); define( 'WP_CACHE', 'true'); now its working fine

Upvotes: 1

Alain Vanderbroeck
Alain Vanderbroeck

Reputation: 335

I think you should raise the memory limit in the php.ini file.

Upvotes: 0

Related Questions