Aktionen
GX-Bug #56057
geschlossenUnter PHP 7.2 wird eine Fehlermeldung angezeigt, nachdem man eine Bestellung auf der Bestelldetailseite storniert hat.
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
3.9.1.2
Release Notes Langtext:
Unter PHP 7.2 wird keine Fehlermeldung mehr angezeigt, nachdem man eine Bestellung auf der Bestelldetailseite storniert hat
Beschreibung
Unter PHP 7.2 wird eine Fehlermeldung angezeigt, nachdem man eine Bestellung auf der Bestelldetailseite storniert hat.
WARNING(2): "sizeof(): Parameter must be an array or an object that implements Countable"
File: /admin/orders.php:1952
properties BOF¶
├─ line 1952: if (sizeof($order->products[$i]['properties']) > 0) {
│ line 1953: for ($j = 0, $k = sizeof($order->products[$i]['properties']); $j < $k; $j ++) {
│ line 1954: if(!empty($order->products[$i]['properties'][$j]['properties_name']) || !empty($order->products[$i]['properties'][$j]['values_name']))
Aktionen