Results 1 to 4 of 4

Error: Title too big?

This is a discussion on Error: Title too big? within the General Discussion forums, part of the vBSEO SEO Plugin category; Today i saw a new thread on my forumspage. But when i went on this new thread i got an ...

  1. #1
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times

    Question Error: Title too big?

    Today i saw a new thread on my forumspage. But when i went on this new thread i got an error message:

    Warning: main(kinnhaken-sports-kleiner-online-shop-fuer-t-shirts-werbeartikel.php): failed to open stream: No such file or directory in /home/www/web1/html/vbseo.php on line 809

    Warning: main(kinnhaken-sports-kleiner-online-shop-fuer-t-shirts-werbeartikel.php): failed to open stream: No such file or directory in /home/www/web1/html/vbseo.php on line 809

    Fatal error: main(): Failed opening required 'kinnhaken-sports-kleiner-online-shop-fuer-t-shirts-werbeartikel.php' (include_path='.:/usr/share/php') in /home/www/web1/html/vbseo.php on line 809

    Now i edited the title of this thread (to a shorter one) an suddenly now it goes right, without that error message? What could that be?


  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    it looks like a conflict with Custom Rewrite Rules definition. Do you have CRRs defined and what was the original thread URL?

  3. #3
    Member
    Real Name
    XXXXXX
    Join Date
    Sep 2005
    Posts
    44
    Liked
    0 times
    Yes i defined CRRs:

    // showgroup.php as forumleaders.html v.0.1 by the vBSEO Team
    // Remove the comment below to enable.
    //'^showgroups\.php$' => 'forumleaders.html'
    'faq\.php\?faq=(\w+)' => 'faq/$1'
    'info\.php\?id=(\w+)' => 'info-$1.html'
    'artikel\.php\?do=showartikel&artid=(\d+)$' => 'artikel-$1.html'
    'artikel\.php\?do=showartikel&artid=(\d+)&page=(\d +)$' => 'artikel-$1-$2.html'
    'lexikon\.php\?do=showlex&b=(\w+)$' => 'buchstabe-$1.html'
    'lexikon\.php\?do=showentry&id=(\d+)$' => 'lexikoneintrag-$1.html'
    'linkliste\.php\?do=showcats&id=(\d+)$' => 'linkkategorie-$1.html'
    'linkliste\.php\?do=showcats&id=(\d+)&page=(\d+)$' => 'linkkategorie-$1-$2.html'
    'vereinsliste\.php\?do=links&plzsearch=(\w+)&land= (\w+)$' => 'vereine-$1-$2.html'
    'vereinsliste\.php\?do=links&plzsearch=(\w+)&land= (\w+)&page=(\d+)$' => 'vereine-$1-$2-$3.html'
    //'vereinsliste\.php\?do=links&plzsearch=(\d+)-(\d+)&land=(\w+)$' => 'vereine-$1-$2.html'
    //'vereinsliste\.php\?do=links&plzsearch=(\d+)-(\d+)&land=(\w+)&page=(\d+)$' => 'vereine-$1-$2-$3.html'
    '^calendar\.php\?do=getinfo&day=(\d+)-(\d+)-(\d+)&e=(\d+)&c=1' => 'calendar/$1-$2-$3/event-$4/'
    '^calendar\.php\?do=getinfo&e=(\d+)&day=(\d+)-(\d+)-(\d+)&c=1' => 'calendar/event-$1/$2-$3-$4/'
    '^calendar\.php\?month=(\d+)&year=(\d+)&c=1&do=dis playmonth' => 'calendar/month-$1/year-$2/'
    '^calendar\.php\?c=1&week=(\d+)&do=displayweek&mon th=(\d+)' => 'calendar/week-$1/month-$2/'
    '^calendar\.php\?c=1&week=(\d+)' => 'calendar/week-$1/'
    The original thread url? Now itīs that (but i edited the title before) url:
    Kinnhaken Sports - Martial Arts Forum

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    This is probably conflicting with your "article.php" CRRs, try changing them to:

    Code:
    '^artikel\.php\?do=showartikel&artid=(\d+)$' => 'artikel-$1.html'
    '^artikel\.php\?do=showartikel&artid=(\d+)&page=(\d +)$' => 'artikel-$1-$2.html'
    (please check if they still work after that)

Similar Threads

  1. Google Acknowledges Big Daddy Chaos - Barry Schwartz
    By Joe Ward in forum General Discussion
    Replies: 17
    Last Post: 05-21-2006, 12:30 PM
  2. Big Daddy Update
    By premkumar in forum General Discussion
    Replies: 0
    Last Post: 04-29-2006, 05:11 AM
  3. Big Thanx to the SEO-Team!
    By netzrate in forum Analysis: Traffic & SERPS
    Replies: 1
    Last Post: 02-20-2006, 06:31 AM
  4. Replies: 7
    Last Post: 02-08-2006, 10: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
  •