Results 1 to 9 of 9

vbadvanced links directory / vbseo sitemap

This is a discussion on vbadvanced links directory / vbseo sitemap within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Upon running the sitemap generator, it went through most (I assume) of it... It got as far as... Code: [SECTION ...

  1. #1
    Senior Member
    Real Name
    Karl
    Join Date
    Aug 2008
    Location
    England
    Posts
    115
    Liked
    0 times
    Blog Entries
    1

    Question vbadvanced links directory / vbseo sitemap

    Upon running the sitemap generator, it went through most (I assume) of it...

    It got as far as...
    Code:
    [SECTION START] tags [9,105.4Kb mem used] [93s (+0s)]
    [create sitemap file] filename: sitemap_11.xml.gz, number of urls: 20000 [9,077.8Kb mem used] [96s (+3s)]
    [create sitemap in text format] part #12 [9,077.7Kb mem used] [96s (+0s)]
    [create sitemap file] filename: sitemap_12.xml.gz, number of urls: 20000 [9,072.0Kb mem used] [103s (+8s)]
    [create sitemap in text format] part #13 [9,071.9Kb mem used] [103s (+0s)]
    [addon module] vbseo_sm_vba_links.php [9,341.3Kb mem used] [104s (+1s)]
    and promptly displayed the following d/b error.

    Code:
    Database error in vBulletin 3.7.3:
    
    Invalid SQL:
    SELECT * FROM vblinks_categories WHERE private = 0;
    
    MySQL Error   : Table 'antimisan6.vblinks_categories' doesn't exist
    Error Number  : 1146
    Request Date  : Thursday, September 4th 2008 @ 11:07:16 AM
    Error Date    : Thursday, September 4th 2008 @ 11:09:00 AM
    Script        : http://mysite.com/vbseo_sitemap/vbseo_sitemap.php
    Referrer      : http://mysite.com/vbseo_sitemap/index.php
    IP Address    : xx.xx.xx.xx
    Username      : Unregistered
    Classname     : vB_Database
    I'm running the latest vba links directory (3.0RC1) & vBSEO (3.2.0 gold).

    Any ideas folks?


    ETA: When I click my sitemap link, it says one doesn't exist.
    http://mysite.com/sitemap_index.xml
    Sitemap file not found
    You could have said instead of rewriting my signature.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Do you have existing "vblinks_categories" table in your database?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    Karl
    Join Date
    Aug 2008
    Location
    England
    Posts
    115
    Liked
    0 times
    Blog Entries
    1
    I have
    vbadv_links_categories

    How on Earth that's got there instead??? I'll have a word over on vbadvanced.com and see what Brian says... 'cos this has me slightly stumped
    You could have said instead of rewriting my signature.

  4. #4
    Senior Member
    Real Name
    Karl
    Join Date
    Aug 2008
    Location
    England
    Posts
    115
    Liked
    0 times
    Blog Entries
    1
    ps - this was supposed to be in troubleshooting for the sitemap forum, my apologies for posting it in wrong area. if a mod could move it to the appropriate area, i'd appreciate it. cheers
    You could have said instead of rewriting my signature.

  5. #5
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Looks like he changed the structure of the table then. From within your vbseo_sitemap/addons/vbseo_sm_vba_links.php file find: links_categories and change that too: vbadv_links_categories.

    Let me know how that turns out.
    The Forum Hosting - Forum Hosting from the Forum Experts

  6. #6
    Senior Member
    Real Name
    Karl
    Join Date
    Aug 2008
    Location
    England
    Posts
    115
    Liked
    0 times
    Blog Entries
    1
    I removed the links from the Addon Generator Modules input box... that seems to have got it working.
    You could have said instead of rewriting my signature.

  7. #7
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    Oops, same issue here, I've open a Ticket for this, but I'm thinking that's the cause..
    Anyway in my DB structure I haven't any of that table, I'll create and post the feedback. BrB

  8. #8
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    I don not have vblinks_categories nor vbadv_links_categories
    EDIT, I don't use a vb link directory, it just removed from module addons in config.

    It works great now, sorry for confisung.

  9. #9
    Senior Member
    Real Name
    Karl
    Join Date
    Aug 2008
    Location
    England
    Posts
    115
    Liked
    0 times
    Blog Entries
    1
    Here's what Brian at vbadvanced replied with...

    Quote Originally Posted by Brian View Post
    The table names changed quite a while ago in v1.0.1. The table name needs to be changed to 'adv_links_categories', and the 'WHERE private = 1' part needs to be updated to use vBa Links permissions system, something like this:

    PHP Code:
    require_once(DIR '/includes/vba_links_functions.php');

    $privcats links_fetch_private_categories();

    $something $db->query_read("
        SELECT *
        FROM " 
    TABLE_PREFIX "adv_links_categories
        " 
    iif($privcats'WHERE catid NOT IN(' $privcats ')')
    ); 
    You could have said instead of rewriting my signature.

Similar Threads

  1. vBadvanced Links Directory
    By fattony69 in forum Custom Rewrite Rules
    Replies: 8
    Last Post: 08-02-2008, 07:50 AM
  2. VBSEO, VBAdvanced Links Directory?
    By philmckrackon in forum Pre-Sales Questions
    Replies: 2
    Last Post: 05-12-2008, 02:42 AM
  3. vbadvanced pages and vbadvanced link directory
    By ludachris in forum General Discussion
    Replies: 3
    Last Post: 02-26-2008, 12:38 PM
  4. Working with vBadvanced Links Directory
    By blackgem in forum Pre-Sales Questions
    Replies: 13
    Last Post: 10-10-2007, 08:34 PM
  5. Does vBseo also work with vBadvanced and vBadvanced links directory?
    By ChrisGuthrie.net in forum General Discussion
    Replies: 30
    Last Post: 05-16-2007, 02:15 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •