Because all other maps were generated properly I found a function that prepares sitemapindex.xml file.
And there is a function GenerateSitemapIndex() in includes/classes/sitemapxml.php file.
I changed:
to:PHP Code:
if ($za_dir = @dir(rtrim($this->savepath, '/'))) {
(...)
And then it worked properly. I think it is more related to zen cart cofigurafion than its version. My host provider requires DIR_FS_CATALOG set to '/' or '//'.PHP Code:
if ($za_dir = @dir('/')) {
(...)
Bookmarks