[Joomla] mod_latestnewsplusdate 모듈에서 "Trying to get property of non-object in.." 발생 시
조회 2,121 · 댓글 0
[Sat Jul 15 00:06:33.365896 2017] [proxy_fcgi:error] [pid 16240:tid 140132116043520] [client 54.64.181.150:34532] AH01071: Got error 'PHP message: PHP Notice: Trying to get property of non-object in .../modules/mod_latestnewsplusdate/mod_latestnewsplusdate.php on line 58\nPHP message: PHP Notice: Trying to get property of non-object in .../modules/mod_latestnewsplusdate/mod_latestnewsplusdate.php on line 59\n'
이 부분의 코드이다.
56 /* The code lines bellow are added to support intro and fulltext image in article parameter - schro added 13/1 1/2012 */
57 $images = json_decode($item->images);
58 $introImage = htmlspecialchars( $images->image_intro );
59 $fulltextImage = htmlspecialchars( $images->image_fulltext );
해결책은 Modules: LatestNews+ 설정에서 Show thumbnails을 disable 시킨다.
로그인 후 답글을 남길 수 있습니다.