W lini 347, w której pokazuje błąd jest to co wrzucałem już powyżej (pętla foreach)
foreach ($result as $row) {
// An URL matching current shop was found
if (preg_match('#^'.preg_quote($row['uri'], '#').'#i', $request_uri)) {
$through = true;
$id_shop = $row['id_shop'];
$found_uri = $row['uri'];
if ($row['main']) {
$is_main_uri = true;
}
break;
}
W linii 124 jest coś takiego: define('_THEME_NAME_', $context->shop->theme->getName());