영카트4->5 디비 이전 오류
yc4_import.php 를 실행하면 에러없이 잘 실행이 되었습니다.
g4_import.php를 실행하면 아래와 같은 에러가 발생하는데 원인이 무엇일까요?
select * from
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
error file : /g4_import_run.php
g4_import.php를 실행하면 아래와 같은 에러가 발생하는데 원인이 무엇일까요?
select * from
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
error file : /g4_import_run.php
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
위와 같은 오류가 나올 수 있습니다. config.php 과 g4_import_run.php 파일에서 DB 테이블 관련 변수 부분을 비교하셔서
빠진 것이 있다면 수정 후 다시 이전 프로그램을 실행하시기 바랍니다.