konair Posted April 17, 2013 Report Share Posted April 17, 2013 Guten Tag, wir haben eine Fehlermeldung im Shop, sobald die Seite besucht wird. Es wird angezeigt: „Warning: Invalid argument supplied for foreach() in /srv/www/vhosts/deinlieblingsladen.de/httpdocs/shop/xtFramework/classes/class.agent_check.php on line 68” In der Datei finden wir folgenden Eintrag: function isBrowser(){ $bot_ID = strtolower($_SERVER['HTTP_USER_AGENT']); $bot_ID2 = strtolower(getenv("HTTP_USER_AGENT")); foreach ($browser_list as $key => $val) { if (strstr($bot_ID, strtolower($val)) or strstr($bot_ID2, strtolower($val))) { return 'true'; } } return 'false'; } line 68: foreach ($browser_list as $key => $val) {[/code] Es führt zu keiner Funktionseinschränkung, jedoch ist es unschön. Woran kann dies liegen bzw. was muss geändert werden? Grüße! Link to comment Share on other sites More sharing options...
df:bug Posted April 17, 2013 Report Share Posted April 17, 2013 Hallo, dieser Bugfix sollte das Problem lösen, siehe Link. Link: http://www.xt-commerce.info/index.php?_m=downloads&_a=viewdownload&downloaditemid=109&nav=0,3,20 Viele Grüße, Stefan Link to comment Share on other sites More sharing options...
konair Posted April 17, 2013 Author Report Share Posted April 17, 2013 Super, danke, Stefan! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.