Results 1 to 3 of 3
Like Tree1Likes
  • 1 Post By Oleg Ignatiuk

RSS Feed Link Broke

This is a discussion on RSS Feed Link Broke within the Bug Reporting forums, part of the vBSEO SEO Plugin category; vb 4.2 I have been using TwitterFeed to feed my blog entries into Facebook and Twitter for quite a while. ...

  1. #1
    Junior Member Array
    Real Name
    Tom
    Join Date
    Feb 2012
    Posts
    3
    Liked
    0 times

    RSS Feed Link Broke

    vb 4.2

    I have been using TwitterFeed to feed my blog entries into Facebook and Twitter for quite a while. I just noticed that they haven't been updated for a few days.

    When I click on the blog RSS Feed icon it takes me to www.domain.com/forum/blogs/feed.rss. That is not a working page.

    Without vbSEO that RSS Feed icon takes me to www.domain.com/forum/blog_external.php?type=RSS2 which does show a feed.

    No changes have been made to vbSEO but I did install vbSEO Sitemap a few days ago, and also another couple of mods which I did disable.

    I tried adding blog_external.php to the Excluded Pages list, but that didn't help. Any ideas? TY

  2. #2
    vBSEO Staff Array Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,859
    Liked
    567 times
    Blog Entries
    2
    Hello Tom,

    I can confirm that there might be an issue with vBSEO and Blogs Feed. Could you please try creating a ticket with FTP, vBSEO CP and Admin CP login details for troubleshooting?
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  3. #3
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello,

    please try to modify functions_vbseo_db.php file:
    find:
    PHP Code:
    $this->link_id = @mysql_connect($server . (($port && ($port != 3306) && !strstr($server,':'))?':' $port:''), $user$password);

    add below:
    PHP Code:
                    if($this->link_id && is_object($vbulletin) && isset($vbulletin->db)) {
                        
    $vbulletin->db->connection_master=$this->link_id;
                    } 
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. RSS Feed Link Broke
    By tsptom in forum General Discussion
    Replies: 0
    Last Post: 06-23-2012, 07:29 PM
  2. RSS-feed from a syndicated RSS-feed
    By cykelmyggen in forum General Discussion
    Replies: 3
    Last Post: 03-22-2010, 05:27 PM
  3. RSS feed threads with link issues
    By 05wrxsti in forum Troubleshooting
    Replies: 0
    Last Post: 08-28-2009, 09:34 AM
  4. RSS Feed - go to last post (instead of new post or direct link)
    By luck11 in forum vBSEO Features Archive
    Replies: 6
    Last Post: 03-29-2009, 03:27 PM
  5. Footer Link Management For RSS Feed
    By strecken in forum vBSEO Features Archive
    Replies: 1
    Last Post: 05-08-2008, 10:22 AM

Posting Permissions

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