PHP Fatal error: Allowed memory size of xxxxxxx bytes exhausted
のエラーが出た場合
1. php.iniのmemory_limitを増やして再起動
2. スクリプトの最初に ini_set(“memory_limit”,”256M”); と記述
Just another WordPress site
PHP Fatal error: Allowed memory size of xxxxxxx bytes exhausted
のエラーが出た場合
1. php.iniのmemory_limitを増やして再起動
2. スクリプトの最初に ini_set(“memory_limit”,”256M”); と記述