Results 1 to 14 of 14

Attachments broken when vBSEO active

This is a discussion on Attachments broken when vBSEO active within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi there, I have the latest version of vBSEO (3.3.2), but when it is enabled, my attachments do not work. ...

  1. #1
    Senior Member
    Real Name
    Juan
    Join Date
    Aug 2007
    Posts
    114
    Liked
    0 times

    Attachments broken when vBSEO active

    Hi there,

    I have the latest version of vBSEO (3.3.2), but when it is enabled, my attachments do not work. Thumbnails are broken, and the path shown includes things like the rewritten forum URL. I am storing my attachments in the filesystem, under /forums/attachments. Disabling vBSEO allows the attachments to be displayed properly, but enabling vBSEO makes them all broken links once again.

    Is there a special setting, tip, or trick that I need to use in order to make my filesystem-stored attachments to display correctly?

    Note: The problem is identical to this user's problem from earlier this year here. Even the weird URLs/paths that the user is posting match mine directly.

    Thanks!

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,752
    Liked
    642 times
    Blog Entries
    2
    Hello,

    I have flagged this for a developer to review. Did you try the attachment rebuild as Mert suggests in that thread?
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


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

    could you please open a ticket with ftp/vbseo cp access for troubleshooting?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Senior Member
    Real Name
    Juan
    Join Date
    Aug 2007
    Posts
    114
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello Juan,

    could you please open a ticket with ftp/vbseo cp access for troubleshooting?
    Absolutely, Oleg. I've updated the ticket with these details.

  5. #5
    Senior Member
    Real Name
    Juan
    Join Date
    Aug 2007
    Posts
    114
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Hello,

    I have flagged this for a developer to review. Did you try the attachment rebuild as Mert suggests in that thread?
    Hi, Brian,

    I did not find an option to rebuild attachments, only attachment "thumbnails". Turning off vBSEO restored the attachments perfectly. Here is a link to an example as to where they are broken:

    Star Prophecy - Aelyria

    This happens in all instances of attachments while vBSEO is active. Deactivating vBSEO fixes the problem immediately. Do you think that rebuilding thumbnails will correct the situation? I'll give it a shot.

    Juan

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,322
    Liked
    535 times
    Blog Entries
    4
    Hello Juan ,

    Please try adding .att extension to your attachment rewrite rules.
    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

  7. #7
    Senior Member
    Real Name
    Juan
    Join Date
    Aug 2007
    Posts
    114
    Liked
    0 times
    Thanks, Mert! That fixed it.

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,322
    Liked
    535 times
    Blog Entries
    4
    You're welcome
    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

  9. #9
    Senior Member
    Real Name
    Juan
    Join Date
    Aug 2007
    Posts
    114
    Liked
    0 times
    I seem to be having a similar problem with Personal Photo Albums -- thumbnails are displaying just fine, but the actual pictures are not. You can see this in action here:

    Aelyria

    Try clicking on the thumbnail of my photo at the Taj Mahal, and it will show a blank image (viewing the source reveals a URL that includes /forums/members/kaelon in the URL). Is there a CRR or setting that I should be looking at to try and correct this somewhere?

  10. #10
    Senior Member
    Real Name
    Juan
    Join Date
    Aug 2007
    Posts
    114
    Liked
    0 times
    I was re-reviewing this problem this evening with another script, and I was wondering: How did vBSEO figure out how to resolve this issue?

    Is this because on some server configurations, static file extensions are reserved for actual files handled by the web server, and are not permitted to be rewritten? Or is there another problem that adding the .att fixed? I'm having an issue with another mod that allows us to display a custom URL with a file-extension in the URL, and this age-old problem reared its head again.

    I'm hoping you guys can share your wisdom on how we solved this, and why adding the .att was the solution in my problem so that I can pass it along to the developer.

  11. #11
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,752
    Liked
    642 times
    Blog Entries
    2
    Adding .att (or any extension that doesn't truly exist for that matter) allows the jpg/gif/png to bypass vbseo without exclusively making rules for images to bypass vbseo.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #12
    Member
    Real Name
    Chris Raymond
    Join Date
    Nov 2007
    Posts
    30
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Hello Juan ,

    Please try adding .att extension to your attachment rewrite rules.
    Where exactly is this done in 3.5.1 PL1?

  13. #13
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,752
    Liked
    642 times
    Blog Entries
    2
    go tot he advanced tab in the Forum URLs section and you will find attachment rules. Copy your preset into the custom box, and add .att to the end of it.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #14
    Member
    Real Name
    Chris Raymond
    Join Date
    Nov 2007
    Posts
    30
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    go tot he advanced tab in the Forum URLs section and you will find attachment rules. Copy your preset into the custom box, and add .att to the end of it.
    Got it. Unfortunately, it didn't solve my broken attachments. Thanks though.

Similar Threads

  1. Replies: 10
    Last Post: 08-24-2010, 06:02 PM
  2. style proplem with IE7 and IE6 after active vbseo
    By turkisadd in forum Troubleshooting
    Replies: 1
    Last Post: 09-22-2008, 04:34 PM
  3. vBSEO & Lightbox Attachments
    By daFish in forum Deutsch
    Replies: 3
    Last Post: 04-02-2008, 09:34 AM
  4. How to get the link as one when vBSEO is active?
    By dragosu in forum General Discussion
    Replies: 1
    Last Post: 11-12-2007, 11:04 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
  •