Opened 11 years ago
Closed 11 years ago
#428 closed バグ(bug) (修正済み)
データベースが大文字小文字を区別しない環境での問題
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.5.0 |
Component: | 一般 | Version: | |
Severity: | 普通 | Keywords: | |
Cc: |
Description (last modified by toemon)
mainfile.phpの
define('XOOPS_DB_NAME', '(大文字の名前)');
に大文字の名前で登録してある場合、実際のデータベースが大文字小文字を区別しない(=すべて小文字として扱われる)となっていると、
general_functions.phpのget_table_list()がテーブルのリストを返さない。
thx heiji
Change History (1)
comment:1 Changed 11 years ago by toemon
- Description modified (diff)
- Resolution set to 修正済み
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
r844 にて修正