Ticket #2284 (closed バグ指摘: 修正済)
ホスト名が異なるとリダイレクトのタイミングでエラーとなる
Reported by: | Seasoft | Owned by: | Seasoft |
---|---|---|---|
Priority: | 中 | Milestone: | EC-CUBE2.13.0 |
Component: | その他 | Version: | 2.12.5 |
Keywords: | Cc: | ||
修正済み: | yes |
Change History
comment:1 Changed 8 years ago by Seasoft
- Owner changed from somebody to Seasoft
- 修正済み set
- Status changed from new to assigned
- Description modified (diff)
comment:2 follow-up: ↓ 3 Changed 7 years ago by nanasess
- 修正済み unset
PostgreSQL 8.1 でのインストール時、以下のエラーが発生します
[Last executed query: INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('USE_NORMALIZE_HOSTNAME', true, 1414, 'ホスト名を正規化するか (true:する false:しない)')] [Native message: ERROR: column "name" is of type text but expression is of type boolean HINT: You will need to rewrite or cast the expression.]
true を文字列で渡していないのが原因。
Note: See
TracTickets for help on using
tickets.