가끔 contentextended.class.php on line 1093 에러창이 떳다가 새로고침하면 사라지는데 문제 있는건가요??
CMS/프레임워크 | Rhymix 2.1 |
---|---|
개발 언어 | PHP 7.4 |
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; contentextendedItem has a deprecated constructor in /html/widgets/contentextended/contentextended.class.php on line 1093
XE 1.8버전에서 라이믹스로 교체하면서 문제 있는 파일들은 다 수정했는데 위와 같은 에러 메시지가 가끔 떳다가
페이지가 다시 로드 되면 사라지기는 하는데 에러 메시지 안 뜨게 완전히 고칠수는 없는건가요??
댓글 2
function contentextendedItem(~~~~)
이런식으로 적혀 잇을텐데요
functuon __construct(~~~~)
이렇게 contentextendedItem 을 __construct으로 고쳐보세요.
수정 했습니다.
감사합니다!!