php - 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' ); still showing

fatal error: allowed memory size of 67108864 bytes exhausted (tried 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 using sftp server. cant change in defult-constant.php how can solver error wordpress?

got solution, added in wp-config.php file define( 'wp_memory_limit', '256m'); define( 'wp_max_memory_limit', '256m'); define( 'wp_cache', 'true'); working fine


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -