This is a discussion on vBSEO Sitemap Generator 2.2 Released within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Originally Posted by Michael Biddle Does your server have the mod_rewrite function? Yes, mod_rewrite function is enabled....
Hi guyz.
i just imported phpBB3 to Vb. new over here.
installed SEO Gold version.
installed site map .
every thing is fine.
Generated site map. but was giving error. so i changed Chmod 755 to 777 for /data/ .
Now every thing is ok.
Do i need to change back /data/ folder from 777 to 755 for security issues after installation and site map generator ? or its ok to leave 777 ?
Thank you SEO Team and members.![]()
I hope this was right ^^ just I just did it
Miguel
yup, you're good
Thanks again man!
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 108468855 bytes) in /mysever/discus2/vbseo_sitemap/vbseo_sitemap_functions.php on line 1298
I know it seems I am not having enough Ram. Can I solve this without going on a stronger server?
I bought VBSEO and try to run the sitemap generator both actual version.
I think it is the sitemap_index.xml.gz file which is uncompressed (sitemap_index.xml) over 4GB big.
For that error you need to ask your host to increase your memory_limit
The Forum Hosting - Forum Hosting from the Forum Experts
sitemap_index.xml.gz should be about 10k in size. 4gb is just, well, i don't eve know what the word for it is...
check my suggested settings. Screen shot is posted in my ultmate guide (link in sig)
You could also try to disable "Text sitemap" option, remove all *.gz files from data/ folder and regenerate sitemap.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Now lets see. I have a first solution.
I add a line to my .htacces:
php_value memory_limit 128M
That helped for the memory out.
Still I have to start the sitemap generation 3 times so it is running through all postings.
You should also increase max_execution_time setting in this case.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I've searched after "pages" and "lastmod" words on this topic and I've found nothing.
I think there's a problem with threads which have multiple pages. Check the sitemap created for vBSEO - vBulletin SEO for this thread:
As you can see it contains same values for lastmod and changefreq for all pages, which is wrong. It simply lies the search engines and this should be fixed.Code:<url> <loc>http://www.vbseo.com/f5/vbseo-sitemap-generator-2-2-released-24778/</loc> <priority>0.6005</priority> <lastmod>2008-09-21T05:11:40+00:00</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://www.vbseo.com/f5/vbseo-sitemap-generator-2-2-released-24778/index2.html</loc> <priority>0.6005</priority> <lastmod>2008-09-21T05:11:40+00:00</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://www.vbseo.com/f5/vbseo-sitemap-generator-2-2-released-24778/index3.html</loc> <priority>0.6005</priority> <lastmod>2008-09-21T05:11:40+00:00</lastmod> <changefreq>daily</changefreq> </url> <url> <loc>http://www.vbseo.com/f5/vbseo-sitemap-generator-2-2-released-24778/index4.html</loc> <priority>0.6005</priority> <lastmod>2008-09-21T05:11:40+00:00</lastmod> <changefreq>daily</changefreq> </url>