TSURU
TSURU
キャッシュの確認の後にログインしているかどうかを判定しているため、TaxRuleの取得が一部不足している。 ``` public static function getTaxRule($product_id = 0, $product_class_id = 0, $pref_id = 0, $country_id = 0) { // 複数回呼出があるのでキャッシュ化 static $data_c = array(); // 初期化 $product_id = $product_id >...
再現環境 -------- EC-CUBE 2.13.5 再現手順 -------- システム設定>バックアップ管理 において、大文字を含むテーブル名が存在する場合に、バックアップ時に以下のエラーが発生します。 ``` DB処理でエラーが発生しました。 SQL: [SELECT * FROM `plg_*****_dtb_*****`] MDB2 Error: no such table _doQuery: [Error message: Could not execute statement] [Last executed query:...
- The timeout value (in microseconds) is now configurable using the `BREF_FPM_READY_TIMEOUT` environment variable. - If the `BREF_FPM_READY_TIMEOUT` variable is not set, the default timeout is 5 seconds (5000000 microseconds)....
**Description:** In the PHP-FPM runtime, when a request times out, PHP-FPM restarts. However, in some cases, the restart itself times out, leading to a state where the runtime cannot be...