레거시 모듈들 좀 지워주고, PHP8에 맞게 일부 코드들 수정해주고 하니 정상적으로 잘 뜨네요.
글쓰기에서 오류가 나서 마지막으로 socialxe 모듈도 일단 지워줬습니다.ㄹ
지워준 모듈들은 위와 같습니다.
contents 모듈에서도..
content.view.php 파일에서 986라인 아래 부분 수정했습니다.
elseif( ($oPointModel->getPoint($logged_info->member_srl) + (int)$pointForInsert) < 0 ) return $this->dispContentsMessage('msg_not_enough_point');
AH01071: Got error 'PHP message: PHP Exception: TypeError #0 "Unsupported operand types: int + string" in modules/contents/contents.view.php on line 986\n#0 /var/www/vhosts/eond.com/httpdocs/classes/module/ModuleObject.class.php(687): contentsView->dispContentsWrite()\n#1 /var/www/vhosts/eond.com/httpdocs/classes/module/ModuleHandler.class.php(682): ModuleObject->proc()\n#2 /var/www/vhosts/eond.com/httpdocs/index.php(52): ModuleHandler->procModule()', referer: https://eond.com/xemarket/category/442772
PHP8에서는 그동안 모르게 사용해왔던 자잘한 문법 실수들을 좀 더 엄격하게 지켜줘야 하는 거 같네요.
# contents 모듈 및 project 모듈 수정한 부분
1. contents.view.php 986라인 (int)$pointForInsert 로 수정
2. contents.controller.php 389라인 $obj = new stdClass(); 추가
3. project.controller.php 605라인 $args = new stdClass(); 추가
4. project.model.php 250라인 $args = new stdClass(); 추가
5. resource.controller.php 506라인 $args = new stdClass(); 추가
글쓴이 | 제목 | 날짜 | |
---|---|---|---|
이온디 | 대구는 날씨가 너무 덥네요.. | 2022/08/05 | 38 |
루카리오 | 가입햇어요 [1] | 2022/08/03 | 51 |
이온디 | 문서스토어 오픈 | 2022/08/02 | 37 |
이온디 | 이제 좀 한가해지네요. | 2022/07/10 | 37 |
이온디 | 오늘은 일을 해야겠습니다 | 2022/07/01 | 66 |
이온디 | PHP8로 테스트 운영 중입니다. | 2022/03/25 | 85 |
이온디 | 어떻게 해야 이온디스토어가 활성화될까요? [1] | 2022/03/18 | 81 |
이온디 | 노션 너무 좋네요. [1] | 2022/03/18 | 92 |
이온디 | 내가 법인세라니 | 2022/03/18 | 53 |
이온디 | XE개발자 채용공고 올렸습니다 | 2022/03/05 | 82 |
이온디 | 요즘 프로젝트가 많아서 이온디 사이트 작업을 미룹니다. | 2022/02/24 | 60 |
나탈리 | 새해엔 열심히 공부해서 [1] | 2022/01/20 | 79 |
이온디 | 임재범, 박정현 - 사랑보다 깊은 상처 | 2022/01/17 | 51 |
이온디 | 혼자서 서비스 만들기 | 2022/01/13 | 54 |
이온디 | 사이드프로젝트 팀원은 어디서 구할 수 있을까요. (사이드프로젝트 팀원 커뮤니티 구인 사이트 모음) [2] | 2022/01/08 | 4884 |
이온디 | 각 CMS 별 전망과 이온디가 나아갈 방향 | 2021/12/29 | 342 |
StaveLee | Eond 홈페이지 [1] | 2021/12/26 | 139 |
이온디 | 크로스브라우징은 아직도 어렵네요 | 2021/12/24 | 102 |
이온디 | 메리크리스마스 | 2021/12/24 | 85 |
이온디 | 라이믹스XE 새로고침 없는 스크랩 기능 | 2021/12/21 | 100 |