XPressME Integration Kit

Trac

Opened 13 years ago

Closed 13 years ago

#385 closed 要望(request) (修正済み)

WordPressME2.0.1x のuser_lole がWordPress3.0では利用できない。

Reported by: toemon Owned by: toemon
Priority: 普通 Milestone: Ver.2.3.7
Component: プラグイン対応 Version:
Severity: 普通 Keywords:
Cc:

Description

WordPressME2.0.11からWordPress3.0へのアップグレードの再に、user_roleの互換性がない様で、データベースアップグレード後、管理者ログインしても、アクセス権がない状態になってしまう。
そこで、XPressME-Backupプラグインでのバックアップオプションに「アップグレード用にuser_roleを修正」するオプションを追加し、そこでuser_roleを修正するようにしたい。

Change History (3)

comment:1 Changed 13 years ago by toemon

  • Resolution set to 修正済み
  • Status changed from new to closed

r673 にて対応完了

comment:2 Changed 13 years ago by toemon

  • Resolution 修正済み deleted
  • Status changed from closed to reopened

やはりXPressME-Backupプラグイン側のバグです。
EUC->UTF-8変換時、例として
[s:24:"管理人 - (Administrator)";]
[s:27:"管理人 - (Administrator)";]のところ
[s:27:"管理人 - (Administrator)"](;が抜けている)になっていたため。
get_optionの後のunserializeでエラーとなっていた。

comment:3 Changed 13 years ago by toemon

  • Resolution set to 修正済み
  • Status changed from reopened to closed

r675 にて修正完了

Note: See TracTickets for help on using tickets.