I have the same problem.
I use Vbseo 3.5.2 and Sitemap Generator 2.6 beta 2
Sitemap generator is not working. It starts and not complete.
I have the same problem.
I use Vbseo 3.5.2 and Sitemap Generator 2.6 beta 2
Sitemap generator is not working. It starts and not complete.
Does it generate any thread links? If you have lot of links and sitemap generation takes long it can have not enough time to complete. Please check does it continue when you trigger it again. If yes and will complete in 2 or more requests, then you should consider to give more time for evaluation.
If not - please make sure that code changes are appropriate.
I have the "VBSEO sitemap generator gold v3.0". There is no code like you mentioned on the front page in its vbseo_sitemap.php file.
There's some code like this:vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior");
Should I insert the code on the front page near that code, please?$addons = preg_split('#[\r\n]+#', $vboptions['vbseo_sm_addons']);
vbseo_set_sitemap_type('addon');
foreach($addons as $addon)
if($addon && file_exists(VBSEO_DAT_FOLDER_ADDON . $addon))
{
vbseo_log_entry("[addon module] $addon", true);
include (VBSEO_DAT_FOLDER_ADDON . $addon);
}
vbseo_flush_index();
vbseo_clean_progress();
if($vboptions['vbseo_sm_ping'])
{
vbseo_sitemap_ping();
}
vbseo_log_entry('Sitemap has been created. <a href="index.php">Click here to return</a>', true);
I just sent an email to contact at vbent***slator.com about this. Thanks!
hello,
the solution for 3.0 version of sitemap generator is ok, but gold edition - not tested.
I will check it
Any developments, please?
ok I will check it for you![]()
Same with me. The generator starts and comes up with
in the very same moment I click the button (so I guess the echoed result with 372 seconds has to be definitly wrong)- and then it dies. No xml´s created, no pings, nothing. php_value max_execution_time is set to 540."[SECTION START] showthread [18,484.1Kb mem used] [372,670s (+372,670s)]"
And by the way: I contacted the vbseo support for this. They responded with this:
Sounds like vBET and vbSEO would have some disagreements..Originally Posted by vbseo Support