영카트5베타에서 정식으로 바꾸고 나니... 오류가
본문
INSERT INTO g5_shop_cart ( od_id, mb_id, it_id, it_name, it_sc_type, it_sc_method, it_sc_price, it_sc_minimum, it_sc_qty, ct_status, ct_price, ct_point, ct_point_use, ct_stock_use, ct_option, ct_qty, ct_notax, io_id, io_type, io_price, ct_time, ct_ip, ct_send_cost, ct_direct, ct_select ) VALUES ( '2014100712564983', 'admin', '1408610115', '시간표', '0', '0', '0', '0', '0', '쇼핑', '0', '0', '0', '0', '색상:파랑59x84cm', '1', '0', '파랑59x84cm', '0', '0', '2014-10-07 12:57:22', '180.80.185.25', '', '1', '1' )
1054 : Unknown column 'it_sc_type' in 'field list'
error file : /shop/cartupdate.php
ㅡ.ㅜ 다른건 했지만 이건......
답변 3
ALTER TABLE g5_shop_cart ADD it_sc_type tinyint(4) NOT NULL DEFAULT '0';
phpmyadmin 등에서 위에 코드 실행후 다시 해보세요
영카트5 정식버전 루트에 보시면 orderupgrade.php 라는 파일이 있습니다.
이 파일을 관리자 로그인 후 실행해주시면 관련 필드가 자동으로 추가됩니다.
사이트 폐쇄가 답일듯! ㅋㅋ