avstudnitz/AvS_ScopeHint2

Array to string conversion on product edit page

bery opened this issue · 1 comments

bery commented

Hi,

I have found a bug on a product edit page in the backend.
Reproduction steps:

  1. Open product edit page in Magento admin
  2. Open advanced pricing
  3. Fill tier prices

Actual result
1 exception(s):
Exception #0 (Exception): Notice: Array to string conversion in /var/www/html/vendor/avstudnitz/scopehint2/Plugin/ProductEavDataProviderPlugin.php on line 76

Expected result
A product is saved and no exception is thrown

image

A quick workaround would be to add a try / catch statement ... or implode an array