Results 1 to 6 of 6

vBSEO Conflict?

This is a discussion on vBSEO Conflict? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have recently been noticed that in my error logs the following message has been reoccuring, since upgrading a modification, ...

  1. #1
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times

    vBSEO Conflict?

    I have recently been noticed that in my error logs the following message has been reoccuring, since upgrading a modification, entitled Article Bot to 2.5.8 which imports news from feeds into threads.

    Here is a sample of the errors i have been attaining:

    Warning: main(webmaster-news/vbulletin-two-alternative-local-search.php): failed to open stream: No such file or directory in /home/xxx/public_html/vbseo.php on line 760

    Warning: main(webmaster-news/vbulletin-two-alternative-local-search.php): failed to open stream: No such file or directory in /home/xxx/public_html/vbseo.php on line 760

    Fatal error: main(): Failed opening required 'webmaster-news/vbulletin-two-alternative-local-search.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/vbseo.php on line 760
    http://www.staff-lounge.com/webmaste....html#post9698
    The above thread is what was trying to be accessed.
    Last edited by Michael; 12-14-2005 at 01:13 PM.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Michael,

    it looks like a conflicting Custom Rewrite Rule. Please check if one of them is matchig the URL.

  3. #3
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Here are my complete CRRs, i cant see any conflicts:

    We don't want people stealing these do we now!
    Last edited by Michael; 12-14-2005 at 01:12 PM.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Michael,

    this CRR matches the url:

    'search\.php\?do=searchresults&string=(\w+)&catid= 0&quicksearch=1' => 'search-$1'
    During the reverse processing the pattern "search-(\w+)" is matching the "webmaster-news/vbulletin-two-alternative-local-search-services-t1092.html" URL.
    You should add either leading "^" or trailing "$" the to CRR like:
    '^search\.php\?do=searchresults&string=(\w+)&catid = 0&quicksearch=1' => 'search-$1'
    Does it make sense?

  5. #5
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Thanks for that, although i still dont understand how a CRR for the search.php file can effect /webmaster-news/ folders. Perhaps you could provide me with some more additional information to this reverse processing?

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Michael,

    the custom rewrite rules feature requires both "forward" and "reverse" processing.

    The first task (forward) is to translate source URLs to SEO links. vBSEO is using CRR that you define for this.

    The second task (reverse) it to get original URL from rewritten one when it is clicked.

    So, when URL is matching either left or right part of CRR, it is affected by custom rewrites module.

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM

Posting Permissions

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