Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #6008 doctrineのconfigにdefault_connectionを追加 #6009

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

tao-s
Copy link
Contributor

@tao-s tao-s commented Jun 7, 2023

概要(Overview・Refs Issue)

#6008

方針(Policy)

とりあえず無いって怒られたものを追加

相談(Discussion)

何で今までエラーにならなかったのかが謎。

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

@shinya
Copy link
Contributor

shinya commented Jun 12, 2023

issueと合わせてPRの作成もありがとうございます。
こちら確認いたしますのでお待ち下さい。

@dotani1111
Copy link
Contributor

dotani1111 commented Nov 13, 2023

PHP8.1で環境を作った際に、こちらのエラーが発生しました。
4.2は8.1に対応しているため対応必須です。

@dotani1111 dotani1111 self-requested a review November 13, 2023 00:45
@dotani1111
Copy link
Contributor

dotani1111 commented Nov 13, 2023

↑のコメントですが、再現しなかった為、私の環境次第かもしれません・・。
再度確認します!

@dotani1111
Copy link
Contributor

dotani1111 commented Nov 15, 2023

参考のIssueと手順は違いますが、以下手順で再現しました。
おそらく、composerで利用しているパッケージの一部が更新され、新しい基準でNotionが検出されるのかと思います。

  1. 4.2.3の環境を作成
  2. デバッグモードに設定
  3. composer update
  4. 「Notice: Undefined index: default_connection」
Executing script cache:clear --no-warmup [KO]
 [KO]
Script cache:clear --no-warmup returned with error code 1
!!  Cannot load Xdebug - it was already loaded
!!  Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port) :-(
!!  
!!  In EccubeExtension.php line 145:
!!                                                 
!!    Notice: Undefined index: default_connection  
!!                                                 
!!  

環境情報

システム情報 
EC-CUBE
5.2.3

PHP
7.4.33 

@dotani1111
Copy link
Contributor

どのパッケージが原因なのかを見てみる必要はありそう。

@chihiro-adachi
Copy link
Contributor

doctrine/doctrine-bundle 2.9.2から発生する様子。

こちらの修正が影響してそうです。
doctrine/DoctrineBundle#1648

@dotani1111 dotani1111 merged commit cae3bf9 into EC-CUBE:4.2 Dec 4, 2023
@tao-s tao-s deleted the patch-28 branch April 16, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants