묻고답하기
혹시 이런 오류 보신 분 있나요?
2019.10.13 05:58
Fatal error: Uncaught Error: Class 'Object' not found in /host/home5/rgc/html/widgets/doorweb_content/doorweb_content.class.php:682 Stack trace: #0 /host/home5/rgc/html/modules/widget/widget.controller.php(680): require_once() #1 /host/home5/rgc/html/modules/widget/widget.controller.php(418): widgetController->getWidgetObject('doorweb_content') #2 /host/home5/rgc/html/modules/widget/widget.controller.php(468): widgetController->getCache('doorweb_content', Object(Xml_Node_)) #3 /host/home5/rgc/html/modules/widget/widget.controller.php(291): widgetController->execute('doorweb_content', Object(Xml_Node_), false) #4 [internal function]: widgetController->transWidget(Array) #5 /host/home5/rgc/html/modules/widget/widget.controller.php(269): preg_replace_callback('!<img([^\\>]*)wi...', Array, '<!--#Meta:layou...') #6 /host/home5/rgc/html/modules/widget/widget.controller.php(252): widgetController->transWidgetCode('<!--#Meta:layou...', false) #7 /host/home5/rgc/html/classes/module/ModuleHandler.class.php(1337): widgetController-> in /host/home5/rgc/html/widgets/doorweb_content/doorweb_content.class.php on line 682
따로 건드린건 없고 늘 하던대로 홈페이지 만들고 있는대 위젯페이지에서 내용 작성하거나 가끔 새로 고침할때 자주 위 오류가 뜨는대 해결방법 있을까요?
- [2023/03/07] 묻고답하기 서버이전 후 오류.. ㅠ *1
- [2022/09/13] 묻고답하기 이 애러문구 혹시 해결 가능할지... *1
php 7.2 이상에서
Object 를 더이상 사용할 수 없어 생긴 문제입니다
사용하시는 자료 내부에서 (아마도 doorweb_content 위젯이겠네요 )
Object 대신 BaseObject 로 소스내부 를 고치셔야합니다
( https://www.xpressengine.com/devlog/23249915 참조 )