バージョン選択

フォーラム

メニュー

オンライン状況

47 人のユーザが現在オンラインです。 (39 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 47
もっと...

サイト内検索

質問 > 管理機能 > 受注詳細から「その他の明細の追加」ボタンから明細を追加する際に「ContextErrorException」

管理機能

新規スレッドを追加する

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
be-s
投稿日時: 2020/3/9 18:21
対応状況: −−−
一人前
登録日: 2016/2/2
居住地: São Paulo
投稿: 115
受注詳細から「その他の明細の追加」ボタンから明細を追加する際に「ContextErrorException」
▼テンプレート
[EC-CUBE] 4.3
[レンタルサーバ] ローカルCentOS
[OS] Linux 05f6ce485037 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64
[PHP] PHP Version 7.3.14
[データベース] MySQL 5.7.28
[WEBサーバ] Apache/2.4.25 (Debian)
[ブラウザ] Chrome
[導入プラグインの有無] クーポンプラグイン
[カスタマイズの有無] なし

[現象] 管理画面➡
受注詳細から「その他の明細の追加」ボタンから明細を追加する際に「ContextErrorException」がでてしまいます。


下記問題と同じ問題が出ております。
商品毎の税率設定に変更し、受注登録 しなおしましたが
エラーになります。
エラー位置も同じです

そもそも、一律10%の税金設定はできないのでしょうか?



こちらは、バグでしょうか?

https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=23374&forum=11&post_id=96393#forumpost96393

https://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&topic_id=22923&forum=11&post_id=95063#forumpost95063
umebius
投稿日時: 2020/3/10 10:24
対応状況: −−−
登録日: 2016/7/22
居住地:
投稿: 2085
Re: 受注詳細から「その他の明細の追加」ボタンから明細を追加する際に「ContextErrorException」
あれ、このエラーって4.0.3では直っていたように記憶していたのですが

ContextErrorExceptionの詳細(周辺のエラーメッセージなど)を教えていただくことはできますか?


----------------
EC-CUBEカスタマイズ・高速化・脆弱性対策・SEO ご相談ください。

2系・3系から4系へのバージョンアップ実績豊富

be-s
投稿日時: 2020/3/10 13:29
対応状況: −−−
一人前
登録日: 2016/2/2
居住地: São Paulo
投稿: 115
Re: 受注詳細から「その他の明細の追加」ボタンから明細を追加する際に「ContextErrorException」
umebiusさん
いつもお世話になっております。

エラーメッセージ詳細下記に記します。

Notice: Undefined index: tax_type

Symfony\Component\Debug\Exception\
ContextErrorException
-------------------------------------------
in Eccube/Form/Type/Admin/OrderItemType.php (line 194)
-------------------------------------------
if ($orderItemTypeId == OrderItemTypeMaster::DISCOUNT && $OrderItem['tax_type'] == TaxType::NON_TAXABLE) {
-------------------------------------------

-------------------------------------------
OrderItemType->Eccube\Form\Type\Admin\{closure}(object(FormEvent), 'form.pre_bind', object(EventDispatcher))
in /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php (line 212)
-------------------------------------------
\call_user_func($listener, $event, $eventName, $this);
-------------------------------------------


-------------------------------------------
EventDispatcher->doDispatch(array(array(object(TrimListener), 'preSubmit'), array(object(CsrfValidationListener), 'preSubmit'), object(Closure)), 'form.pre_bind', object(FormEvent))
in /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php (line 44)
-------------------------------------------
$this->doDispatch($listeners, $eventName, $event);
-------------------------------------------

-------------------------------------------
EventDispatcher->dispatch('form.pre_bind', object(FormEvent))
in /var/www/html/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php (line 33)
-------------------------------------------
return $this->dispatcher->dispatch($eventName, $event);
-------------------------------------------

-------------------------------------------
ImmutableEventDispatcher->dispatch('form.pre_bind', object(FormEvent))
in /var/www/html/vendor/symfony/form/Form.php (line 552)
-------------------------------------------
$dispatcher->dispatch(FormEvents::PRE_SUBMIT, $event);
-------------------------------------------

-------------------------------------------
Form->submit(array('product_name' => '割引', 'ProductClass' => '', 'order_item_type' => '4', 'price' => '0', 'quantity' => '1', 'option_serial' => ''), true)
in /var/www/html/vendor/symfony/form/Form.php (line 573)
-------------------------------------------
$child->submit($isSubmitted ? $submittedData[$name] : null, $clearMissing);
-------------------------------------------

-------------------------------------------
in /var/www/html/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php (line 109)
-------------------------------------------
$form->submit($data, 'PATCH' !== $method);
-------------------------------------------

-------------------------------------------
HttpFoundationRequestHandler->handleRequest(object(Form), object(Request))
in /var/www/html/vendor/symfony/form/Form.php (line 487)
-------------------------------------------
$this->config->getRequestHandler()->handleRequest($this, $request);
-------------------------------------------

-------------------------------------------
Form->handleRequest(object(Request))
in Eccube/Controller/Admin/Order/EditController.php (line 224)
-------------------------------------------
$form->handleRequest($request);
-------------------------------------------

-------------------------------------------
EditController->index(object(Request), '29', object(Router))
in /var/www/html/vendor/symfony/http-kernel/HttpKernel.php (line 151)
-------------------------------------------
$response = \call_user_func_array($controller, $arguments);
-------------------------------------------

-------------------------------------------
HttpKernel->handleRaw(object(Request), 1)
in /var/www/html/vendor/symfony/http-kernel/HttpKernel.php (line 68)
-------------------------------------------
return $this->handleRaw($request, $type);
-------------------------------------------

-------------------------------------------
HttpKernel->handle(object(Request), 1, true)
in /var/www/html/vendor/symfony/http-kernel/Kernel.php (line 200)
-------------------------------------------
return $this->getHttpKernel()->handle($request, $type, $catch);
-------------------------------------------


-------------------------------------------
Kernel->handle(object(Request))
in /var/www/html/index.php (line 76)
-------------------------------------------
$response = $kernel->handle($request);
-------------------------------------------






以上ですが、よろしくお願い致します。
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ


 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,698名です
総投稿数は109,943件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2313
5
umebius
2085
6
yuh
1819
7
h_tanaka
1638
8
red
1570
9
mcontact
1283
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.