﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1199	Fehler Paypalcart bzw in ot_shipping.php	Ronald Parcinski	Gerhard Waldemair	"[08-05-2017 12:26:18] E_WARNING    : LoggingManager: Illegal string offset 'id' in File: /includes/modules/order_total/ot_shipping.php on Line: 76
[08-05-2017 12:26:18] E_WARNING    : LoggingManager: Backtrace #0 - /includes/modules/payment/paypalcart.php called at Line 48
[08-05-2017 12:26:18] E_WARNING    : LoggingManager: Backtrace #1 - /includes/classes/payment.php called at Line 330
[08-05-2017 12:26:18] E_WARNING    : LoggingManager: Backtrace #2 - /checkout_confirmation.php called at Line 125

Anscheinend gibt es $_SESSION['shipping'] aber nicht $_SESSION['shipping']['id']

    
{{{
if (!isset($_SESSION['shipping'])) {
      return;
    }

    $module = substr($_SESSION['shipping']['id'], 0, strpos($_SESSION['shipping']['id'], '_'));
}}}
 "	Bug/Fehler	closed	hoch	modified-shop-2.0.4.0	Module	2.0.2.2	fixed				
