【发布时间】:2020-12-11 22:30:51
【问题描述】:
我必须从 prestashop 获取数据,它一直有效。他们已经升级了 prestashop,但没有给我更多细节。
当我打电话时:https://realshopname/api/categories?display=full&limit=0,50
在他们进行更新之前,它在其他 prestashop 安装和这个安装上都可以正常工作。现在我收到以下错误
PHP 警告 #2] 产品声明::addAttribute($price, $weight, $unit_impact, $ecotax, $id_images, $reference, $delivery_label, $ean13, $default, $location = NULL, $upc = NULL, $minimal_quantity = 1、数组$id_shop_list=数组,$available_date=NULL,$quantity=0, $isbn = '',$low_stock_threshold = NULL,$low_stock_alert = 假) 应该与 ProductCore::addAttribute($price, $weight, $unit_impact, $ecotax, $id_images, $reference, $ean13, $default, $location = NULL,$upc = NULL,$minimal_quantity = 1,数组 $id_shop_list = 数组,$available_date = NULL,$quantity = 0,$isbn = '',$low_stock_threshold = NULL,$low_stock_alert = 假) (/var/www/realshopname/public_html/override/classes/Product.php, 行 0)"
据我猜测,错误出在他们的商店,但我如何帮助商店找出问题所在。
【问题讨论】:
标签: prestashop