Project

General

Profile

Actions

Bug(バグ) #1129

closed

Warning error is occured when user's culture has no translation dictionary (e.g. English) (英語などの翻訳用の辞書ファイルがない言語を選択している場合にWarningエラーが発生する)

Added by Rimpei Ogawa over 14 years ago. Updated over 14 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2010-06-02
Due date:
% Done:

100%

Estimated time:
3.6 で発生するか:
3.8 で発生するか:

Description

Overview (現象)

When user's culture has no translation dictionary (e.g. English), PHP warning error is occured.
英語などの翻訳用の辞書ファイルがない言語をユーザが選択している場合に、PHP の Warning エラーが発生する。

Notice: Undefined index: messages in /path/to/openpne/lib/vendor/symfony/lib/i18n/sfMessageFormat.class.php on line 195
Warning: Invalid argument supplied for foreach() in /path/to/openpne/lib/vendor/symfony/lib/i18n/sfMessageFormat.class.php on line 195

Causes (原因)

sfMessageSource_OpenPNECached::load() は sfMessageSource::load() のコメントにある通り、常に true を返す必要があるが、翻訳ファイルが存在しない場合に false を返す実装となっていたため。

Way to fix (修正内容)

sfMessageSource_OpenPNECached::load() で常に true を返すようにする。


Related issues 1 (0 open1 closed)

Related to OpenPNE 3 - Bug(バグ) #995: [Optimization] Waste file-accesses in i18n (i18n 関連処理で無駄なファイルアクセスがある)Fixed(完了)Kousuke Ebihara2010-04-27

Actions
Actions #1

Updated by Rimpei Ogawa over 14 years ago

  • Target version set to OpenPNE 3.5.3
Actions #2

Updated by Rimpei Ogawa over 14 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴 c4d7bc273e6641378e43c0c4d791c2981ea4c9d0 で適用されました。

Actions #3

Updated by Kousuke Ebihara over 14 years ago

  • Status changed from Pending Review(レビュー待ち) to Fixed(完了)
  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF