This is a discussion on Some errors after installing vBSEO RC2 Final and Sitemap generator 2.6 within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; After installing vBSEO RC2 Final and Sitemap generator 2.6 I noticed some major errors: * Most members does not have ...
As i responded your ticket , Sitemap Generator has nothing to do with the problems you explained. vBSEO Sitemap Generator doesn't play with how threads display or anything else. It just generates sitemap files that all. The problems you are facing are related to something else then Sitemap Generator.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Yes, but it is related to vBSEO RC2 Final, cause when I disable it everything goes back to normal. This is rather critical for me and for my forum. I have given all info in the support ticket, and I had hoped you could have solved this today.
24 hours later and still no support...
.se/vbseo/resources/images/forum/digg.gif is physically NOT on your server (along with the other images) hence why you are seeing alt text.
re-FTP the vbseo package again with over-write. It looks like your ftp client failed to upload completely.
Brian Cummiskey / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks Brian! However the file .se/vbseo/resources/images/forum/digg.gif really is there. I have checked it.
Besides that, is there anything special I have to do when we are using Lighttpd? My forum host admin had some problems with "rules".
Code:url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/(.+)\?(.*)$" => "/vbseo.php?$2", "^/(.+)$" => "/vbseo.php" )
You are missing,
server.document-root = "/path/to/your/public_html/"
from your file. Please consult the distribution package rules and add that in. That should help fix all your path problems.
Brian Cummiskey / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
That one is already set according to admin at forum host service. You have my login in the support ticket if you want to check anything.
I fixed this by adding:
To the lighttpd.conf -- no idea if there's a better solution or this is a bug, however this solved my problems.Code:"^/vbseo/resources/images/forum/(.*)$" => "/vbseo/resources/images/forum/$1",