팁게시판의 채팅방 설치중 에러 정보
팁게시판의 채팅방 설치중 에러본문
http://sir.co.kr/bbs/tb.php/g4_tiptech/18366/8ccb7988deaffa4a80c019863573efa3
설치 제대로 했는데 이런 에러가 발생하네요?
select count(*) as cnt from `g4_mint_chat_room` where room_open != 1
1146 : Table 'aa35g.g4_mint_chat_room' doesn't exist
error file : /chat.php
댓글 전체

lib 폴더 안에 common.lib.php 파일의 하단에
include_once("$g4[path]/MintUtil/MintLib.php"); // MintUTIL 라이브러리
include_once("$g4[path]/MintUtil/MintLib_upload.php"); // MintUTIL 업로드 라이브러리
를 추가하시고 관리자에서 DB를 생성해주셔야합니다.
include_once("$g4[path]/MintUtil/MintLib.php"); // MintUTIL 라이브러리
include_once("$g4[path]/MintUtil/MintLib_upload.php"); // MintUTIL 업로드 라이브러리
를 추가하시고 관리자에서 DB를 생성해주셔야합니다.