Results 1 to 8 of 8

vBSEO error while trying to delete a link in vBA links directory 2.01

This is a discussion on vBSEO error while trying to delete a link in vBA links directory 2.01 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I tried deleting a link in my vBA links directory 2.01 section of the site and I got the following ...

  1. #1
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times

    vBSEO error while trying to delete a link in vBA links directory 2.01

    I tried deleting a link in my vBA links directory 2.01 section of the site and I got the following error:

    PHP Code:
    Warningmain(/backup/home/gamingvi/public_html/forum/browselinks.php) [function.main]: failed to open streamNo such file or directory in /backup/home/gamingvi/public_html/forum/vbseo.php on line 906
     
    Warning
    main(/backup/home/gamingvi/public_html/forum/browselinks.php) [function.main]: failed to open streamNo such file or directory in /backup/home/gamingvi/public_html/forum/vbseo.php on line 906
     
    Fatal error
    main() [function.require]: Failed opening required '/backup/home/gamingvi/public_html/forum/browselinks.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /backup/home/gamingvi/public_html/forum/vbseo.php on line 906 
    Any ideas on why this is occuring? Thanks in advance.

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    is your site really on the /backup/ volume?

  3. #3
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    Ummm... I don't think so.

    I'm currently on a shared host (just about to move actually to something with more room when I can find a good host), so I guess I'm there.

    The server I was on did crap out a while back, so perhaps when they restored it for me they restored from the backup they had.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Do you get this error when trying to delete links or after that? Is the link successfully removed? Do you have .htaccess file in your links folder?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    The link is successfully deleted. I do have a .htaccess file in that folder as well. It's left over from the time when I tried to make all the links in my links directory vBSEO'd

    Edit: I just deleted the .htaccess file for now, and that fixed the problem. When I find the time, I'm going to try and figure out the custom rewrite rules for vBadvanced Links Directory 2.01 and fix the stuff up again. I assume that it's ok to just delete it for now.

    Edit again: Deleting the .htaccess file made it so that I couldn't view my link categories (I think because I have CRR's that changed the link category names).

    Here is the .htaccess file contents let me know what you think.

    PHP Code:
    RewriteEngine On
    RewriteCond 
    %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteRule 
    ^(.*)$  /forum/vbseo.php?vbseourl=$1&vbseorelpath=../vidz/&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !forum/
    RewriteRule ^(.*\.php)$ /forum/vbseo.php?vbseourl=$1&vbseorelpath=../vidz/&%{QUERY_STRING} [L
    If you look on the front page of my site GamingVidz.com on the right hand column underneath the "featured sites" if you click the link category "montages" it gives the same php error.

    Any ideas?
    Last edited by ChrisGuthrie.net; 06-25-2007 at 01:43 AM.

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

    please try to change .htaccess to:
    Code:
    RewriteEngine On
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$  /forum/vbseo.php?vbseourl=$1&vbseorelpath=../vidz/&%{QUERY_STRING} [L]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member
    Real Name
    Chris Guthrie
    Join Date
    Mar 2007
    Posts
    104
    Liked
    0 times
    I think that worked. Thanks again for the help everyone.

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great!
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vBSEO 3.0.0 freigegeben
    By Philipp Herbers in forum Deutsch
    Replies: 12
    Last Post: 04-20-2007, 02:51 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 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
  •