Extra Form
PHP PHP 8.2
CMS Rhymix 2.1

 

 

처음에 에러가 나서

https://xetown.com/questions/1798843

 

이글과 같은 오류라 아래처럼 했더니 

 

서버 오류

Error #0 "Class "Object" not found" in modules/pointhistory/pointhistory.controller.php on line 35

Object → BaseObject 변환이 필요한 서드파티 자료가 있습니다. 위의 에러 메시지에 포함된 파일명과 줄 번호를 참고하여 수정하세요.

modules/pointhistory/pointhistory.controller.php:35

 

이런오류가 나네요...간만에 라이믹스로 돌아왔는데 어려워졌네요 ㅠㅠ

25번줄의 코드는   

 if(!$config) $config = new stdClass(); 

 

이거에요

 

 

  • profile
    Error #0 "Class "Object" not found" in modules/pointhistory/pointhistory.controller.php on line 35
    35번째줄입니다.

    글자 그대로 25번째줄이 아니라 35번째줄 코드를 확인해보시면 어떻게 수정하셔야 할지 감이 오실꺼예요.
  • profile ?
    아 오타네요 25번째줄이 아니고 35번째줄이 저거에요. ㅜㅜ

    if(!$config) $config = new stdClass();
  • ? profile
    해당 모듈 파일의 35라인에 그 코드가 없습니다.
    아마 수정을 잘못한게 아닌가 싶네요.