XPressME Integration Kit

Trac

Opened 15 years ago

Closed 15 years ago

#174 closed バグ(bug) (修正済み)

XOOPS mainfile.phpの構成によりDB接続情報が取得できない

Reported by: toemon Owned by: toemon
Priority: 普通 Milestone: Ver.2.0.3
Component: インストール/アップデート Version: 2.0.2
Severity: 普通 Keywords:
Cc:

Description (last modified by toemon)

XOOPS mainfile.phpの構成が、define文が本来のmainfile.phpに記載されておらず、includeするファイル側に記載してある場合、やdefine文を条件分岐している場合の対応
http://forum.xpressme.info/topic.php?id=22 フォーラム参照

Change History (3)

comment:1 Changed 15 years ago by toemon

  • Description modified (diff)
  • Status changed from new to accepted

comment:2 Changed 15 years ago by toemon

  • Component changed from 一般 to インストール/アップデート

comment:3 Changed 15 years ago by toemon

  • Resolution set to 修正済み
  • Status changed from accepted to closed
  1. trust_path側の定義ファイル名はmainfile.phpであること。
  2. trust_path側の定義ファイルmainfile.phpにはdefine()部分だけを置くこと(パターンマッチングではなくinclude_onceすることにより、条件分岐を可能にする)
  3. XOOPS_ROOT_PATH/mainfile.php側では、require_once(trust_path側の定義ファイルmainfile.php) とXOOPSロードの部分を置くこと。

条件下ににおける対応を r326 にて実装

Note: See TracTickets for help on using tickets.