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

PHP8 で「受注管理>受注登録」画面がシステムエラー #787

Open
seasoftjapan opened this issue Oct 24, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@seasoftjapan
Copy link
Contributor

Fatal error(E_ERROR): Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /**/data/Smarty/templates_c/admin/804dc0e4d49a6f63dd14a13f26304a7894724e1e_0.file.edit.tpl.php:930

PHP 8.0、8.1、8.2 いずれも同様の様子。

新規入力で発生を確認。
既存の受注情報を編集する場合は発生しない様子。

section 使わず、foreach 使えば回避できるけど、項目ごとに別の配列だから、それはそれで微妙になる。
(もっと根本的には、このデータは2次元配列として foreach で扱いたいれど、それはまた別の話。)

とりあえず、テンプレートで IF 分岐 (!empty()) すれば、回避できそう。

多分、本来は、SC_FormParam で項目が配列かをきっちり弁別すべき。そして、配列なら null じゃなくて、[] を返して欲しい。そしたら、テンプレートで IF 分岐とか考慮しなくて済む。本件用の応急策としては、SC_FormParam から値を受け取った後で、キャストするのも候補かも。

@seasoftjapan seasoftjapan added this to the 2.17.3 milestone Oct 24, 2023
@seasoftjapan seasoftjapan self-assigned this Oct 24, 2023
@seasoftjapan
Copy link
Contributor Author

seasoftjapan commented Oct 24, 2023

上 (if-else の if 側) を見たら <!--{if !empty($arrShipping.shipment_product_class_id)}--> してたので、同じ対応にします。

dotani1111 added a commit that referenced this issue Nov 20, 2023
PHP8 で「受注管理>受注登録」画面がシステムエラー #787
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant