묻고답하기

PostgreSQL 설치 관련

2011.08.13 23:10

mmx900

안녕하세요.
서버에 pgsql 기반으로 XE를 설치하려는데 DB 정보 기입하는 부분에서 에러가 나며 진행이 안 되네요.
pgsql쪽을 보면 xe_로 시작하는 많은 테이블들이 생성되 있기는 하나, 로그에 다음과 같은 에러가 남아 있습니다.

2011-08-13 22:43:36 KST ERROR:  relation "xe_sequence" already exists
2011-08-13 22:43:36 KST STATEMENT:  create sequence xe_sequence
2011-08-13 22:43:38 KST ERROR:  function server_url(integer) does not exist at character 86
2011-08-13 22:43:38 KST HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
2011-08-13 22:43:38 KST STATEMENT:  create  index xe_member_openid_associationidx_assoc on xe_member_openid_association (server_url(255),handle);
2011-08-13 22:43:38 KST ERROR:  missing FROM-clause entry for table "modules" at character 8
2011-08-13 22:43:38 KST STATEMENT:  select modules.site_srl as module_site_srl,modules.module_srl as module_srl,modules.module as module,modules.module_category_srl as module_category_srl,modules.layout_srl as layout_srl,modules.mlayout_srl as mlayout_srl,modules.use_mobile as use_mobile,modules.menu_srl as menu_srl,modules.mid as mid,modules.skin as skin,modules.mskin as mskin,modules.browser_title as browser_title,modules.description as description,modules.is_default as is_default,modules.content as content,modules.mcontent as mcontent,modules.open_rss as open_rss,modules.header_text as header_text,modules.footer_text as footer_text,modules.regdate as regdate,sites.site_srl as site_srl,sites.domain as domain,sites.index_module_srl as index_module_srl,sites.default_language as default_language from xe_sites as sites  
2011-08-13 22:43:38 KST ERROR:  syntax error at end of input at character 22
2011-08-13 22:43:38 KST STATEMENT:  update xe_sites set 
2011-08-13 22:43:39 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:43:39 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:43:39 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:43:39 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:43:39 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:43:39 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:43:39 KST ERROR:  duplicate key value violates unique constraint "xe_tcnotifyqueue_pkey"
2011-08-13 22:43:39 KST STATEMENT:  insert into xe_tcnotifyqueue (comment_srl) values (0);
2011-08-13 22:43:39 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:43:39 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:43:39 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:43:39 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:43:39 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:43:39 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:43:39 KST ERROR:  duplicate key value violates unique constraint "xe_tcnotifyqueue_pkey"
2011-08-13 22:43:39 KST STATEMENT:  insert into xe_tcnotifyqueue (comment_srl) values (0);
2011-08-13 22:44:00 KST ERROR:  missing FROM-clause entry for table "modules" at character 8
2011-08-13 22:44:00 KST STATEMENT:  select modules.site_srl as module_site_srl,modules.module_srl as module_srl,modules.module as module,modules.module_category_srl as module_category_srl,modules.layout_srl as layout_srl,modules.mlayout_srl as mlayout_srl,modules.use_mobile as use_mobile,modules.menu_srl as menu_srl,modules.mid as mid,modules.skin as skin,modules.mskin as mskin,modules.browser_title as browser_title,modules.description as description,modules.is_default as is_default,modules.content as content,modules.mcontent as mcontent,modules.open_rss as open_rss,modules.header_text as header_text,modules.footer_text as footer_text,modules.regdate as regdate,sites.site_srl as site_srl,sites.domain as domain,sites.index_module_srl as index_module_srl,sites.default_language as default_language from xe_sites as sites  
2011-08-13 22:44:00 KST ERROR:  duplicate key value violates unique constraint "xe_sites_pkey"
2011-08-13 22:44:00 KST STATEMENT:  insert into xe_sites (site_srl,domain,index_module_srl,default_language,regdate) values (0,'my-site.org/zbxe/',0,'ko','20110813224400');
2011-08-13 22:44:00 KST ERROR:  duplicate key value violates unique constraint "xe_tcnotifyqueue_pkey"
2011-08-13 22:44:00 KST STATEMENT:  insert into xe_tcnotifyqueue (comment_srl) values (0);
2011-08-13 22:44:00 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:44:00 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:44:00 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:44:00 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by
2011-08-13 22:44:00 KST ERROR:  syntax error at end of input at character 70
2011-08-13 22:44:00 KST STATEMENT:  select module_srl from xe_module_grants as module_grants    group by

단 한 번의 설치 시도로 나오는 에러들입니다.
중간의 'my-site.org' 부분은 제가 임의로 로그를 수정한 부분이며 제 도메인으로 정상 표시가 됩니다.
또 아파치 로그에는 다음과 같이 남습니다.

[Sat Aug 13 22:43:38 2011] [error] [client 119.214.113.41] PHP Warning:  implode(): Invalid arguments passed in /home/setzer/www/zbxe/classes/db/DBPostgresql.class.php on line 631, referer: http://my-site.org/zbxe/

서버 환경은 다음과 같습니다.

ubuntu 10.04, php 5.3.2, pgsql 8.4

제 설치 환경에 문제가 있는지 확인하려고 했으나 아래의 설치 환경 란에서는 자세한 내용이 없어서 모르겠습니다.
http://www.xpressengine.com/intro

참고로 이 서버에서는 이미 mysql 버전도 사용중이며 잘 동작하고 있기 때문에 설치 환경이 아니면 DB 연결시 구문에 문제가 있는 건 아닌지 의심스럽습니다.
본 게시판과 구글 코드 사이트에서의 이슈 트래커에서는 동일 증상을 찾지 못했습니다.

자세한 분석에 앞서서 알려진 문제인지 확인차 질문을 올립니다.
도움 부탁드립니다.
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
mmx900 PostgreSQL 설치 관련  
kums 메뉴에 관련 질문이요... [2] 2011.08.14 by ForHanbi
운영인 n초 남았습니다 소스가어떻게하나요?? [1] 2011.08.14 by 송동우
smartset xe_v3_default 게시판에서 attached file list 박스 잘못나오는 문제... [1] file 2011.08.13 by 송동우
iLunatic 회원 데이터 이전후 회원관리 페이지가 이렇게 보이는데  
진실과 거짓말 도와주세요, 상단 여백 제거 [1] 2011.08.13 by 송동우
운영인 몇초 후에 메인홈페이지로 이동시킬려면 어떻게해야되나요?? [1] 2011.08.13 by 송동우
mychul5 회원가입 폼에 확장변수를 추가했을 경우 나타나는 위치변경가능한가요? [1] 2011.08.13 by 송동우
라스트템플러 굉장히 절망적입니다 ㅠㅠ [2] 2011.08.13 by 송동우
백승곤641 xpresseditor 파일첨부와 DB가 관계있는지요? [1] 2011.08.13 by 송동우
여유1004 SCM 로그 기록 관리 [1] 2011.08.19 by 여유1004
나의해 [급] 도메인변경후 문제가 생겼어요 [1] 2011.08.13 by 햇내기
에이터 회원가입 페이지가 흰 페이지로 뜹니다ㅜㅜ  
StanHolic xE 설치후에 메일 따로 만들어야 되요? [1] 2011.08.13 by 공듀
Lovly Dove XML오류좀요 ㅠㅠ [1] 2011.08.13 by 하늘종
StanHolic 네이버 Anaytics 모듈 설치하고 API KEY 받았는데 [1] 2011.08.13 by 하늘종
까치™ 외부페이지 _post.mid, _get.mid 변수전달문제  
StanHolic 로그인 후에, 회원 메뉴있잖아요 정보보기 쪽지함보기 등등.. 질문입니다.  
시지푼수 제로/커뮤니티/묻고 답하기의... [1] 2011.08.13 by 감로수
여유1004 파일 첨부가100%에서 사라지고 전혀첨부가 안되네요.. [5] 2011.08.13 by 여유1004
smartset content 위젯 - '내용형태'에서 제목+내용으로는 안되나요? [3] 2011.08.13 by 송동우
2donggalbi 404오류 페이지 만드는법 [1] 2011.08.13 by 송동우
도라란 아이콘샵 시간단위를 분에서 일로 바꾸고 싶습니다. [1] 2011.08.13 by 송동우
최영석222 SQL Databases?  
nanum 게시판에서 작성자 글자수가 안줄여져요..  
고미경 코멘트 입력후, 통보메일이 오지 않습니다. /인증키도포함/  
sungil20 글쓰기 창에서 고정문구..[재질문] [2] 2011.08.12 by 송동우
연정이 게시판어떻게적용?? [2] 2011.08.12 by 송동우
흐미 레이아웃 메인에 최신글등을 넣고 저장하면 삭제가 되어버리내요..... [1] 2011.08.12 by 송동우
도라란 xe_member 테이블의 user_name 을 비우고 싶습니다. [1] 2011.08.12 by 송동우