nurigo
nurigo copied to clipboard
디지털 상품 이니시스 결제 후 화면에서 오류 (결제는 정상)
디지털상품 이니시스(스탠다드와 모바일 모두) 결제 후 화면에서 에러가 뜹니다.
※ 참고사항
-
결제는 완료되어 있습니다. (관리자>결제모듈>결과메시지(PG)>정상처리되었습니다.)
-
무통장입금은 에러없이 결제 후 정상 화면이 뜹니다.
-
디지털상품이 아닌 실물상품은 에러 없이 결제완료 화면이 뜹니다.
※ 에러상태 참고
PC에서 결제시 완료 화면 에러 /index.php?mid=inistd&act=procInipaystandardDoIt 서버오류
모바일에서 결제시 완료 화면 에러 /index.php?mid=inipaymobile&act=dispNcartOrderComplete 잘못된 요청입니다.
- Debug PHP Errors and Warnings =======================
- Warning: DBMySQL::__query(): Error occurred while closing statement ...
- Warning: DBMySQL::__query(): Error occurred while closing statement ...
- Warning: Creating default object from empty value
- modules/automail/automail.controller.php line 12
- modules/nstore_digital/nstore_digital.controller.php line 161
- modules/nstore_digital/nstore_digital.controller.php line 658
- modules/ncart/ncart.controller.php line 976
- classes/module/ModuleHandler.class.php line 1301
- modules/epay/epay.controller.php line 251
- modules/inipaystandard/inipaystandard.controller.php line 174
- classes/module/ModuleObject.class.php line 595
- classes/module/ModuleHandler.class.php line 807
- index.php line 52
- Warning: DBMySQL::__query(): Error occurred while closing statement ...
- Warning: DBMySQL::__query(): Error occurred while closing statement ...
테스트 중에
콘텐츠 관리 - 만기일 및 연장시 가격 설정을 하면 에러가 나지 않습니다.
다시 만기일 및 연장시 가격 설정 항목을 비우고 나서 했더니 에러가 나지 않습니다. 아마도 값에 "0"이 입력되어 있기 때문인 것 같습니다.
상품등록 후 한 번도 만기길 및 연장시 가격 설정을 하지 않으면 값이 비워져 있어 에러가 나는 것 같습니다.
참고하시면 도움이 되실 것 같습니다.
참고로 Debug PHP Errors and Warnings 내용은 참고로 넣었고, 화면에서 서버에러가 발생하여 이슈등록 하였습니다~