gongfuxiang / shopxo

ShopXO企业级免费开源商城系统,可视化DIY拖拽装修、包含PC、H5、多端小程序(微信+支付宝+百度+头条&抖音+QQ+快手)、APP、多仓库、多商户、多门店、IM客服,进销存遵循MIT开源协议发布、基于ThinkPHP8框架研发
https://shopxo.net
MIT License
2.64k stars 799 forks source link

后端6.0 php8.2 商品不能编辑 #78

Closed Y-Theta closed 5 months ago

Y-Theta commented 5 months ago

image image 如图所示 php8.2 点击进入商品编辑会报错 现在通过vscode把所有函数调用都加上 ?? '' 了 但还是不行

Y-Theta commented 5 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" />
Y-Theta commented 5 months ago

找到方法了 改下这里 image

gongfuxiang commented 5 months ago

使用v6.1版本 支持php8.0~php8.3