Error source:
"/var/www/belarushockey.com/src/Extasy/Sitemap/SitemapRuntimeRepository.php"[ 58] }
[ 59] if (empty($sitemapInfo)) {
[ 60] $sitemapInfo = Sitemap_Sample::get($sitemapId);
[ 61] if (empty($sitemapInfo)) {
[ 62] throw new NotFoundException("Empty sitemap info for sitemapid - ${sitemapId}");
[ 63] }
[ 64] }
[ 65] if (empty($sitemapInfo['document_name'])) {
[ 66] $error = sprintf('Failed to find document for sitemap record %s', print_r($sitemapInfo, true));
[ 67] throw new NotFoundException($error);