Project

General

Profile

Actions

Backport(バックポート) #4146

closed

Bug(バグ) #4034: member/registerInputアクションでメンバー登録のフォームを生成する際にE_NOTICEエラーが発生する

member/registerInputアクションでメンバー登録のフォームを生成する際にE_NOTICEエラーが発生する

Added by Youichi Kimura almost 8 years ago. Updated about 6 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2016-10-31
Due date:
% Done:

100%

Estimated time:

Description

Overview (概要)

新規メンバー登録で使用される member/registerInput の画面で下記のような E_NOTICE レベルのエラーが発生する(pc_frontend_dev.php を使用するとエラー出力を確認できる)

Notice: Undefined index: IsRegist in /home/upsilon/git/openpne3/master/lib/form/doctrine/MemberConfigForm.class.php on line 51

Causes (原因)

MemberConfigForm::generateConfigWidgets() メソッドで下記のように $value['IsRegist'] を参照しているが、member_config.yml で定義された設定の中には IsRegist が省略されている項目も存在するため未定義なインデックスの参照としてエラーが発生する場合がある。

source:lib/form/doctrine/MemberConfigForm.class.php@ac9a15cd#L51:

    foreach ($this->memberConfigSettings as $key => $value) {
      if ($this->isNew && $value['IsRegist'] || !$this->isNew && $value['IsConfig']) {
        $this->setMemberConfigWidget($key);
      }   
    }

類似の不具合として過去に修正された #3428 がある。

Way to fix (修正内容)

修正内容を記入

Actions #1

Updated by Youichi Kimura almost 8 years ago

  • Related to Bug(バグ) #4034: member/registerInputアクションでメンバー登録のフォームを生成する際にE_NOTICEエラーが発生する added
Actions #2

Updated by Youichi Kimura almost 8 years ago

  • Status changed from New(新規) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

下記 Pull Request にて修正しました
https://github.com/openpne/OpenPNE3/pull/443

Actions #4

Updated by kaoru n about 7 years ago

  • Parent task set to #4034
Actions #5

Updated by Rimpei Ogawa almost 7 years ago

  • Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)

プルリクエストがコンフリクト状態です

Actions #6

Updated by kaoru n about 6 years ago

  • Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)

https://github.com/openpne/OpenPNE3/pull/507
にてプルリクエストを行いました。

https://github.com/openpne/OpenPNE3/pull/443
はクローズしています。

Actions #7

Updated by kaoru n about 6 years ago

  • Assignee changed from Youichi Kimura to kaoru n
Actions #8

Updated by Rimpei Ogawa about 6 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • % Done changed from 50 to 70
Actions #9

Updated by kaoru n about 6 years ago

  • Target version changed from OpenPNE 3.6.x to OpenPNE 3.6.33
Actions #10

Updated by Chiharu Nakajima about 6 years ago

  • Status changed from Pending Testing(テスト待ち) to Pending Merge(マージ待ち)
  • % Done changed from 70 to 80

動作確認OKです

Actions #11

Updated by kaoru n about 6 years ago

  • Status changed from Pending Merge(マージ待ち) to Fixed(完了)
  • % Done changed from 80 to 100

マージしました

Actions

Also available in: Atom PDF