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

后端 未结 7 1668
没有蜡笔的小新
没有蜡笔的小新 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 01:01

    If you don't have access to php.ini and updating .htacess file gives you Internal Server Error you could try to add this line in wp-settings.php

    ini_set('memory_limit', '128M');
    
    0 讨论(0)
提交回复
热议问题