Prepared statement failed: INSERT INTO `xe_nproduct_extra_vars` (`item_srl`, `name`) VALUES (?, ?)Field 'value' doesn't have a default value
누리고 상품 등록시 위와 같은 오류 메세지 출력됨.
Prepared statement failed: INSERT INTO `xe_nproduct_extra_vars` (`item_srl`, `name`) VALUES (?, ?)Field 'value' doesn't have a default value
누리고 상품 등록시 위와 같은 오류 메세지 출력됨.
phpmyadmin에서 xe_nproduct_extra_vars를 찾아서
데이터 null에 체크 후 실행하면 됩니다.
참조
https://xetown.com/questions/542252
https://xetown.com/questions/544934