﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2325	Hersteller redirect funktioniert nicht	web-looks.de	somebody	"Hersteller-URL auf Produktseite. DB Cache eingeschaltet. Skript bricht ab.

Meldung:

Trying to access array offset on value of type bool in File: /redirect.php on Line: 91

----

Vorschlag zur Korrektur:

'''/redirect.php'''

Suchen nach:

{{{
$manufacturer = xtc_db_fetch_array($manufacturer_query);
}}}

Ersetzen mit:

{{{
$manufacturer = xtc_db_fetch_array($manufacturer_query, true);
}}}
"	Bug/Fehler	closed	normal	modified-shop-2.0.8.0	Shop	2.0.7.2	fixed				
