Opened 16 years ago
Closed 16 years ago
#178 closed バグ(bug) (修正済み)
WP2.0.11ベースインストール時のエラー
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 優先 | Milestone: | Ver.2.1.0(kohki) |
Component: | インストール/アップデート | Version: | 2.1.0 |
Severity: | 普通 | Keywords: | |
Cc: |
Description
WP2.0.11ベースのXPressMEをインストールするとき
Fatal error: Cannot redeclare wp_login() (previously declared in C:\xampp\htdocs\cube\modules\xp_2011\wp-includes\pluggable-functions.php:176) in C:\xampp\htdocs\cube\modules\xp_2011\wp-content\plugins\xpressme\include\functions_for_wp20.php on line 40
のエラーがでる。
インストール時は、wp-include/pluggable-functions.phpが
wp-content/plugins/xpressme/include/functions_for_wp20.phpより先にincludeされるために発生しているようです。
Change History (1)
comment:1 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
r329 にて修正完了