Error source:
"/var/www/belarushockey.com/src/Extasy/Sitemap/Sitemap_Sample.php"[ 216] SITEMAP_TABLE,
[ 217] DB::escape($url));
[ 218] $result = DB::get($sql);
[ 219] if (empty($result)) {
[ 220] throw new SiteMapException('Url `' . ($url) . '`not found');
[ 221] }
[ 222] return $result;
[ 223]
[ 224] }
[ 225]