contents 모듈 에러SQLSTATE[HY000]: General error: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column 'eond.documents.regdate' which is not in SELECT list; this is incompatible with DISTINCTmodules/contents/contents.model.php:530라인문제 원인content.model.php 파일의 getDocumentList 함수에서는 $select 배열에 아무것도 추가되지 않았습니다. 따라서 SELECT 문에 추가된 열이 없습니다. $select 배열에 열을 추가하려면 다음과 같이 코드를 수정할 수 있습니다:$select[] = 'documents.regdate';이렇게 하면 documents.regdate 열이 SELECT 문에 포함됩니다. 예를 들어...
오류1. 처음 생성시 발생하는 오류(1)2. 처음 생성시 발생하는 오류(2)3. 구매하기를 누르면 발생하는 오류'생성' 버튼을 눌렀을 때 발생하는 오류.에러TypeError #0 "Rhymix\Modules\Extravar\Models\Value::__construct(): Argument #1 ($module_srl) must be of type int, null given, called in /Users/eond/PhpstormProjects/imdar/modules/contents/contents.model.php on line 77" in modules/extravar/models/Value.php on line 91modules/extravar/models/Value.php:91이 오류는 Value 클래스의 생성자에 null 값이 전달되었을 때 발생하는 타입 에러입니다. module_srl은 정수(int) 타입이어야 하는데, null이 전달되...
# 누리고 관련 모듈 정리D:\Wnmp\nginx\www\rx\modules_nurigo\cashpayD:\Wnmp\nginx\www\rx\modules_nurigo\couponsmsD:\Wnmp\nginx\www\rx\modules_nurigo\currencyD:\Wnmp\nginx\www\rx\modules_nurigo\cympusadminD:\Wnmp\nginx\www\rx\modules_nurigo\cympuserD:\Wnmp\nginx\www\rx\modules_nurigo\epayD:\Wnmp\nginx\www\rx\modules_nurigo\eposD:\Wnmp\nginx\www\rx\modules_nurigo\inipaymobileD:\Wnmp\nginx\www\rx\modules_nurigo\inipaystandardD:\Wnmp\nginx\www\rx\modules_nurigo\kcpD:\Wnmp\nginx\www\rx\modules_nurigo\ncartD:\Wn...