Closed Y-Theta closed 7 months ago
[2024-04-25T18:31:01+08:00][error] [8192]htmlentities(): Passing null to parameter #1 ($string) of type string is deprecated[/home/project/web/shopxo-6.0.0/runtime/admin/temp/bb21190918b501945007589f024f64db.php:225]
<input type="hidden" name="specifications_extends[]" value="<?php echo htmlentities($v['data']['extends']); ?>" class="line-extend-input" />
找到方法了 改下这里
使用v6.1版本 支持php8.0~php8.3
如图所示 php8.2 点击进入商品编辑会报错 现在通过vscode把所有函数调用都加上 ?? '' 了 但还是不行