The fix is
line 46 of the file catalog/model/sea_url.php may be as
Code: Select all
return $url_data['scheme'] . '://' . $url_data['host'].(isset($url_data['port'])?":".$url_data['port']:NULL). str_replace('/index.php', '', $url_data['path']) . $url . $query;