Results 1 to 7 of 7

problems after double post starting thread then deletion of one causes crash

This is a discussion on problems after double post starting thread then deletion of one causes crash within the Bug Reporting forums, part of the vBSEO SEO Plugin category; apparently, a user posted twice by accident, deleted one post, and now when you click on the post seo link, ...

  1. #1
    Member
    Join Date
    Oct 2005
    Posts
    49
    Liked
    0 times

    problems after double post starting thread then deletion of one causes crash

    apparently, a user posted twice by accident, deleted one post, and now when you click on the post seo link, the following occurs:
    PHP Code:
    Warningmain(the-lounge/6791-computer-html.php): failed to open streamNo such file or directory in /home/x5worldc/public_html/vbseo.php on line 847
     
    Warning
    main(the-lounge/6791-computer-html.php): failed to open streamNo such file or directory in /home/x5worldc/public_html/vbseo.php on line 847
     
    Warning
    main(the-lounge/6791-computer-html.php): failed to open streamNo such file or directory in /home/x5worldc/public_html/vbseo.php on line 847
     
    Fatal error
    main(): Failed opening required 'the-lounge/6791-computer-html.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/x5worldc/public_html/vbseo.php on line 847 
    can't get the error to go away unless i turn vbseo off.

    help!

    direct link:
    http://www.x5world.com/the-lounge/67...-question.html

    http://www.x5world.com/showthread.php?t=6791
    Admin, X5world.com
    www.x5world.com

  2. #2
    Member
    Join Date
    Oct 2005
    Posts
    49
    Liked
    0 times
    tried copying thread and deleting original.

    new links:

    direct link:
    http://www.x5world.com/the-lounge/6792-computer-file-save-question.html

    http://www.x5world.com/showthread.php?t=6792

    deleted original thread. didn't work.

    ?
    Admin, X5world.com
    www.x5world.com

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hi,
    you have a custom rewrite rules that matches your thread URL in this case. Try to locate this CRR and modify or remove it.
    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
    Member
    Join Date
    Oct 2005
    Posts
    49
    Liked
    0 times
    these are the CRRs. don't see anything....


    PHP Code:
    '^articles\.php\?action=viewarticle&artid=(\d+)&page=(\d+)$' => 'viewarticle-$1-$2.html'
    '^articles\.php\?action=viewarticle&artid=(\d+)$' 
    => 'showarticle-$1.html'
    '^articles\.php\?action=viewcat&catid=(\d+)$' 
    => 'showcategory-$1.html'
    '^articles\.php\?action=submitarticle$' 
    => 'submitarticle.html'
    '^articles\.php\?action=viewfav$' 
    => 'viewfav.html'
    '^articles\.php\?action=rss$' 
    => 'rss.html'
    '^articles\.php\?action=authorlist$' 
    => 'authorlist.html'
    '^articles\.php\?action=printarticle&artid=(\d+)$' 
    => 'printarticle-$1.html'
    '^articles\.php\?action=sendarticle&artid=(\d+)$' 
    => 'sendarticle-$1.html'
    '^articles\.php\?action=unmarkasfav&artid=(\d+)$' 
    => 'unmarkfav-$1.html'
    '^articles\.php\?action=markasfav&artid=(\d+)$' 
    => 'markfav-$1.html'
    '^articles\.php\?action=viewallimg&artid=(\d+)&title=([^&]+)$' 
    => 'viewimages-$1-title-$2.html'
    'html\.php\?file=(.+)$' 
    => 'file-$1'
    '^forums\.php'
    =>'forums.html'
    '^register\.php$' 
    => 'register.html'
    '^sendmessage\.php$' 
    => 'contact.html'
    '^showgroups\.php$' 
    => 'staff.html'
    '^calendar\.php$' 
    => 'calendar.html'
    '^faq\.php$' 
    => 'frequently-asked-questions.html' 
    Admin, X5world.com
    www.x5world.com

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    This one matches your "the-lounge/6792-computer-file-save-question.html" URL:

    'html\.php\?file=(.+)$' => 'file-$1'
    Since you don't have "^" in the CRR, it is found at ANY place of URL. You may try the following ones instead:
    '^html\.php\?file=(.+)$' => 'file-$1'
    'html\.php\?file=(.+)$' => 'filepage-$1'
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member
    Join Date
    Oct 2005
    Posts
    49
    Liked
    0 times
    that was it.

    you are da MAN!
    Admin, X5world.com
    www.x5world.com

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Ok, 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 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. Problems with subscribed thread notifications
    By Codeman05 in forum Troubleshooting
    Replies: 4
    Last Post: 03-30-2006, 05:40 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
  •