WordPress apache warn “Init: Session Cache is not configured”
[text gutter=”false”]
[warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[/text]
apache のエラーログ見てて、このメッセージがずーっと出てたので気になってたんだけど、直したった。
httpd.conf(自分の場合は、/opt/bitnami/apache2/conf/)中の下の行をコメントアウトするだけ。
[text gutter=”false”]
LoadModule ssl_module modules/mod_ssl.so
[/text]
これでhttpdを再起動すると一応上記エラーメッセージは出なくなりました。
が…これでいいのかな…?
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