do you have a lot of content?
is your cron running?
try to decrease seo_sitemap_max_urls_in_file value in ow_base_config table
Keep us updated.
Thanks again
I need an updated sitemap yesterday
Alright,
Let's do this:
in
ow_system_plugins/base/bol/seo_service.php on line 444
replace
return $lastStart - time() >= $delaySeconds;
with
return time() - $lastStart >= $delaySeconds;
in
ow_system_plugins/base/bol/seo_service.php on line 444
replace
return $lastStart - time() >= $delaySeconds;
with
return time() - $lastStart >= $delaySeconds;