PHP

無限ループのPHP処理を走らせてしまった、プロセスを止める方法

ps aux | grep php
これでプロセスID(左から2つ目の値)を調べ、

ルートユーザー、またはルートになれるユーザーで
sudo kill -9 (プロセスID)


Warning: Undefined variable $postID in /home/foodheart/flashbuilder-job.com/public_html/wp-content/themes/stingerplus/single.php on line 87

-PHP