We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Sitemap Generator not working on 1.8.4 | Forum

Christopher Matchmaker
Does anyone know what is wrong with the sitemap generator under seo for this version of oxwall, it has not updated in days. I even upped my memory limit to 1024M in php and allowed 120 sec script time.
ross Team
ross Oct 21 '16
ross Team
ross Oct 21 '16
how many languages you have on your website? 

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. 

Christopher Matchmaker
just one language installed, I will try to edit the ow_base_config table and go from there, Yes a pretty good bit of content.

Thanks again

The Forum post is edited by Christopher Matchmaker Oct 21 '16
Christopher Matchmaker


Before and after, Hope it fixes it.

ross Team
ross Oct 21 '16
change 100000 to 1000 or 500 for seo_sitemap_max_urls_in_file
The Forum post is edited by ross Oct 21 '16
Christopher Matchmaker
Changed to 1000 I will keep you posted, is there anyway to force it to work.
Christopher Matchmaker
sitemap still has not generated, infact it still says my old url before i moved it to the new one.
Christopher Matchmaker
 I just updated to this platform for my dating site which is on the first page in google and yahoo. I need to find a solutions asap.

I need an updated sitemap yesterday

ross Team
ross Oct 23 '16
Do you use Skadate software or Oxwall? 
Christopher Matchmaker
Oxwall but I bought most of the skadate plugins.


Christopher Matchmaker
Thanks Chris_W. Yeah this platform is on the right track but something as simple as a sitemap should work. Hopefully it is working in 1.8.5 when it is released.
ross Team
ross Oct 24 '16

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;

Christopher Matchmaker
It Magically started working when I changed the theme to yours, I also disabled matchmaking because it was not working right with that theme. and everything started working.
Christopher Matchmaker
Sitemap stopped working again, and I used the above code. Works perfect now. Thanks Ross
ross Team
ross Oct 31 '16
Great, thansk for letting us know. 
Webster Molaudi
Webster Molaudi Nov 5 '16
Hi Guys,

I don't know if my sitemap is http://www.myvirgo.info/sitemap.xml working correctly, it only shows :



It has been like this since 2016-07-30, i even did this as ross suggested :

in 


ow_system_plugins/base/bol/seo_service.php on line 444


replace 


return $lastStart - time() >= $delaySeconds;


with


return time() - $lastStart >= $delaySeconds;


Any ideas for assistance ?
The Forum post is edited by Webster Molaudi Nov 5 '16
Christopher Matchmaker
I think that is the way it is suppose to be Webster, mine is the same and when I submitted sitemap.xml to bing and google it also crawled the part 1 2 etc.