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

后端 未结 7 1696
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 00:19

I have two domains, webhosted on 000webhost. I installed wordpress on them and for some days it functioned well, but now it shows me the following error on both of them:

7条回答
  •  情深已故
    2020-12-31 00:37

    Go to wp-config.php file and put this code right under the very 1st php line (so this code will go on line 2 and 3)

    //increase WP Memory Limit    
    define('WP_MEMORY_LIMIT', '256M');
    

提交回复
热议问题