Bitnami WordPress – apache Segmentation fault
うちの WordPress なんだけど、よく落ちる。
とにかく1週間に2回も3回も落ちる。
で、そのたびに apache を restart。
なんかやな感じ。
エラーログ(/opt/bitnami/apache2/logs/error_log)を見たら、あるじゃないの。Segmentation fault が。
[text gutter=”false”]
[Sat Oct 13 10:59:29 2012] [notice] child pid 18737 exit signal Segmentation fault (11)
[/text]
で、調べたら、ホレッ、ありました。
httpd.conf から reqtimeout_module を disable にすると。
[text gutter=”false”]
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
[/text]
できた。
apache restart して様子見よう。
Fatal error: Uncaught Error: Call to undefined function related_posts() in /home/insidepapaya/insideofpapaya.com/public_html/wordpress/wp-content/themes/hueman-child/single.php:71 Stack trace: #0 /home/insidepapaya/insideofpapaya.com/public_html/wordpress/wp-includes/template-loader.php(106): include() #1 /home/insidepapaya/insideofpapaya.com/public_html/wordpress/wp-blog-header.php(19): require_once('/home/insidepap...') #2 /home/insidepapaya/insideofpapaya.com/public_html/index.php(17): require('/home/insidepap...') #3 {main} thrown in /home/insidepapaya/insideofpapaya.com/public_html/wordpress/wp-content/themes/hueman-child/single.php on line 71