vBulletin Search Engine Optimization
This is a discussion on Problems with new install of vBSEO and Sitemap Generator within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Just recently installed vbSEO 3.2 Gold and the vBSEO Sitemap generator 2.2 and I have a few problems: 1. Sitemap ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Problems with new install of vBSEO and Sitemap Generator
Just recently installed vbSEO 3.2 Gold and the vBSEO Sitemap generator 2.2 and I have a few problems: 1. Sitemap generator isn't working, throws database error (table vb_linkback does not exist) This is on PHP 5.2 using MySQL 5.0.24a with the MySQLi connector 2. vbSEO seems to be working but it's trying to rewrite my css file urls and breaking my template. Specifically this css file: http://forums.gamer-junkie.com/annou...82b2-00001.css Should be: http://forums.gamer-junkie.com/clien...82b2-00001.css Last edited by jrbeilke; 08-11-2008 at 11:43 AM. |
|
#2
| ||||
| ||||
|
1) That error is a 2.1 error. Did you upload the product with allow over-rite? 2) looks like you have some pathing issues due to the forums. subdomain. Try adding in the rewritebase directive in your htaccess file |
|
#3
| |||
| |||
|
1. Brand new install the first time. Just tried to re-install with overwrite and I'm still getting the db error. 2. Added the rewriteBase and still having problems with the one css file mentioned above. |
|
#4
| ||||
| ||||
|
can you check your database in phpmyadmin to see which table you have? linkback or vbseo_linkback This was fixed in sitemap version 2.2. You can see the thread with the fix has been closed. vBSEO Sitemap Update with 3.2.0 Release Candidates I really think you might've downloaded the old version, 2.1. Try re-downloading the package from the download area again. vBSEO Sitemap Generator 2.2 Released |
|
#5
| |||
| |||
|
Going to try and re-download the sitemap generator files. In the meantime I checked my db with pma and I don't see either table linkback or vbseo_linkback.... |
|
#6
| ||||
| ||||
|
The vbseo_linkback table is created when vbseo 3.2 is installed. Try re-installing the vbseo product with allow overwrite as well |
|
#7
| |||
| |||
|
Alright, re-installed vBSEO and the vbseo_linkback table was created this time. Generated the sitemap manually which ran without errors, but I can't access my sitemap file. I've checked the data folder and the sitemaps have been created there, but they are not being moved for some reason? |
|
#8
| ||||
| ||||
|
Please try this: vBSEO Sitemap Generator 2.2 Released
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#9
| |||
| |||
|
Ok, added vbseo_sitemap to vbseo.php rewrite rule but I'm still getting a page not found for my sitemap here: http://forums.gamer-junkie.com/sitemap_index.xml.gz |
|
#10
| ||||
| ||||
|
Can you post your full current .htaccess contents?
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#11
| |||
| |||
|
Here you go: Code: # Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|vbseo_sitemap)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css application/x-javascript
|
|
#12
| ||||
| ||||
|
"vbseo_sitemap" should be added in this line: Code: RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#13
| |||
| |||
|
That did the trick. Thanks guys!
|
| Tags |
| css, database error, file not found, sitemap generator, vbseo |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO Sitemap Generator ile album sayfalari icin sitemap olusturma | ABDALWAHID | Türkçe | 8 | 10-31-2008 05:06 PM |
| Having problems after the vbseo install... | beansbaxter | Troubleshooting | 12 | 03-06-2008 04:40 PM |
| vBSEO Sitemap Generator generated incorrect sitemap URL | X1C3W5 | Troubleshooting | 2 | 01-02-2008 12:45 PM |
| Should I install the Sitemap Generator 2.0? | neo | General Discussion | 3 | 05-06-2007 05:26 PM |
| Problems with the sitemap generator | vBFreak | Troubleshooting | 7 | 09-08-2006 10:09 AM |