サポート #2602
アルドリノ デフリン さんが26日前に更新
## 指示内容
水族館サイトにおいて、サイト検索で検索結果が存在しない場合にPHP Warningエラーが画面上に表示される不具合を確認。
以下のエラーが表示されているため、func_com.php 内で null オブジェクトに対して post_parent を参照している可能性があります。
```
/home/chitose-aq/chitose-aq.jp/public_html/dev/wp/wp-content/themes/cld/inc/func_com.php on line 595
Warning: Attempt to read property "post_parent" on null in /home/chitose-aq/chitose-aq.jp/public_html/dev/wp/wp-content/themes/cld/inc/func_com.php on line 603
https://dev.chitose-aq.jp/wp/wp-content/themes/cld/assets/img/title.jpg" class="img-fluid d-block mx-auto w-100" alt="" />
```