채택완료

회계 스킨(10-10 수정) Fatal error 해결 방법

2017-04-30 (일) 18:49:19 5,864

회계 스킨(10-10 수정)

https://sir.kr/bbs/board.php?bo_table=g5_skin&wr_id=4450

안녕하세요.

위에 스킨 사용해서 회계 계정을 등록하면 아래와 같은 메시지가 나오고 등록은 되긴 하는데 해결 방법이 궁금합니다. 감사합니다^^

Fatal error: Uncaught Error: Call to undefined function mysql_insert_id() in /web/home/yejicenter/html/skin/board/financialAcct/apply.php on line 49 Error: Call to undefined function mysql_insert_id() in /web/home/yejicenter/html/skin/board/financialAcct/apply.php on line 49 Call Stack: 0.0004 380080 1. {main}() /web/home/yejicenter/html/skin/board/financialAcct/apply.php:0  

|

답변 2개

채택된 답변
+20 포인트
2017-04-30 (일) 18:52:55

mysql_insert_id 를 sql_insert_id 변경해보세요 

$wr_id = mysql_insert_id(); 이것을 

 --> $wr_id = sql_insert_id(); 이렇게 변경해 보세요.

답변을 작성하려면 로그인이 필요합니다.