Results 1 to 7 of 7

error 500 in some posts

This is a discussion on error 500 in some posts within the Troubleshooting forums, part of the vBSEO SEO Plugin category; hi in some posts I get error 500. Closing the vbseo , operates normally. eg Code: http://www.supa.gr/forums/f60/lenovo-thinkpad-x1-carbon-kukloforei-stis-31-augoustou-56734.html some help Thanks ...

  1. #1
    Senior Member Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times

    error 500 in some posts

    hi
    in some posts I get error 500.

    Closing the vbseo, operates normally.

    eg
    Code:
    http://www.supa.gr/forums/f60/lenovo-thinkpad-x1-carbon-kukloforei-stis-31-augoustou-56734.html
    some help
    Thanks in advance for your time

  2. #2
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    Please check your error_log to see if there are any errors defined. Right now it is impossible to say as no information is supplied.
    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

  3. #3
    Senior Member Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times
    in error log
    Code:
    [Wed Aug 08 22:33:01 2012] [error] [client xxx.xx.xxx.x] PHP Fatal error:  require(): Failed opening required '/var/www/vhosts/mydomain/httpdocs/forums/lenovo-thinkpshowproduct.php' (include_path='.:/usr/share/pear') in /var/www/vhosts/mydomain/httpdocs/forums/vbseo.php on line 1397
    and
    Code:
    [Wed Aug 08 22:33:01 2012] [error] [client xxx.xx.xxx.x] PHP Warning:  require(/var/www/vhosts/mydomain/httpdocs/forums/lenovo-thinkpshowproduct.php): failed to open stream: No such file or directory in /var/www/vhosts/mydomain/httpdocs/forums/vbseo.php on line 1397
    in vbseo.php line 1397
    Code:
    require($_vfname);
    any ideas
    thank you

  4. #4
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    The issue seems to be related to your CRR rules. What are the CRR rules you are using ?
    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

  5. #5
    Senior Member Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    The issue seems to be related to your CRR rules. What are the CRR rules you are using ?
    HTML Code:
    //=========================================================================
    // Sample Custom Rewrite Rule: showgroup.php as forumleaders.html (Remove the '//' in front of the rule to enable).
    //=========================================================================
    //'^showgroups\.php$' => 'forumleaders.html'
    //=========================================================================
    // Sample Custom Rewrite Rules: calendar as static pages (Remove the '//' in front of the rules to enable).
    // Note: Enable the calendar dropdown redirect rule within the Custom 301 Redirects section below.
    //=========================================================================
    //=========================================================================
    //                calendar
    //=========================================================================
    'calendar\.php$' => 'calendar/'
    '^calendar\.php\?c=1$' => 'calendar/'
    '^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]'
    'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]'
    'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]'
    'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]'
    'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs=1' => 'calendar/$3/$2/nojs/[NF]'
    '^calendar\.php\?do=getinfo&(c=1&)?day=(\d+)-(\d+)-(\d+)(&c=1)?$' => 'calendar/$2/$3/$4/'
    '^calendar\.php\?do=getinfo&e=(\d+)(&day=[0-9\-]+)?(&c=1)?$' => 'calendar/event-$1/'
    '^calendar\.php\?(s=&)?(c=1&)?(week=&)?month=(\d+)&year=(\d+)(&c=1)?(&do=displaymonth)?$' => 'calendar/$5/$4/'
    '^calendar\.php\?c=1&week=(\d+)(&do=displayweek&month=.+?)?$' => 'calendar/week-$1/'
    //=========================================================================
    //                 Private Messages
    //=========================================================================
    
    '^private\.php$' => 'pm/'
    '^private\.php\?do=trackpm' => 'pm/track/'
    '^private\.php\?do=editfolders' => 'pm/folders/'
    '^private\.php\?do=newpm$' => 'pm/new/'
    '^private\.php\?do=newpm&u=(\d+)' => 'pm/new/to-$1/'
    '^private\.php\?do=showpm&pmid=(\d+)$' => 'pm/message-$1/'
    '^private\.php\?folderid=(.+?)$' => 'pm/folder-$1/'
    
    //=========================================================================
    //                 Profile Pages
    //=========================================================================
    '^profile\.php$' => 'profile/'
    '^profile\.php\?do=editsignature' => 'profile/signature/'
    '^profile\.php\?do=editoptions' => 'profile/options/'
    '^profile\.php\?do=editprofilepic' => 'profile/pic/'
    '^profile\.php\?do=editprofile' => 'profile/edit/'
    '^profile\.php\?do=editavatar' => 'profile/avatar/'
    '^profile\.php\?do=editpassword' => 'profile/password/'
    '^profile\.php\?do=editattachments' => 'profile/attachments/'
    '^profile\.php\?do=ignorelist' => 'profile/foes/'
    '^profile\.php\?do=customize' => 'profile/customize/'
    '^profile\.php\?do=buddylist' => 'profile/friends/'
    '^profile\.php\?do=editusergroups' => 'profile/usergroups/'
    //=========================================================================
    //                search
    //=========================================================================
    '^search\.php$' => 'search/[NF]'
    '^search\.php\?searchid=(\d+)$' => 'search/result-$1/'
    '^search\.php\?searchid=(\d+)&pp=25$' => 'search/result-$1/'
    '^search\.php\?searchid=(\d+)&pp=.*?&page=(\d+)$' => 'search/result-$1/index$2.html'
    'search\.php\?do=getnew&contenttype=vBForum_Post$' => 'search/new/[NF]'
    'search\.php\?do=getnew$' => 'search/new/[NF]'
    'search\.php\?do=getdaily&contenttype=vBForum_Post$' => 'search/today/[NF]'
    'search\.php\?do=getdaily$' => 'search/today/[NF]'
    '^search\.php\?do=process$' => 'search/process/'
    //=========================================================================
    //                faq
    //=========================================================================
    '^faq\.php$' => 'faq/'
    '^faq\.php\?faq=vb3_board_faq$' => 'faq/forums/'
    '^faq\.php\?faq=vb3_board_usage$' => 'faq/forums/general/'
    '^faq\.php\?faq=vb3_user_profile$' => 'faq/forums/profile/'
    '^faq\.php\?faq=vb3_reading_posting$' => 'faq/forums/reading-posting/'
    '^faq\.php\?faq=vbblog_faq$' => 'faq/blog/'
    '^faq\.php\?faq=vbblog_faq_general$' => 'faq/blog/general/'
    '^faq\.php\?faq=vbblog_faq_reading_and_posting$' => 'faq/blog/messages/'
    '^faq\.php\?faq=vbblog_faq_reading_and_posting_options$' => 'faq/blog/messages/options/'
    '^faq\.php\?faq=vbblog_faq_reading_and_posting_how_do_i_post$' => 'faq/blog/messages/posting/'
    //=========================================================================
    //=========================================================================
    //                Control Panel
    //=========================================================================
    '^usercp\.php$' => 'myaccount/'
    //=========================================================================
    //                  Online Users
    //=========================================================================
    '^online\.php' => 'activeusers/'
    //=========================================================================
    '^downloads\.php$'=> 'files'
    //'^downloads\.php\?do=cat&id=(\d+)'=>'cat$1'
    //'^downloads\.php\?do=file&id=(\d+)'=>'file$1'
    //'^downloads\.php\?do=stats'=>'filestats'
    //'^downloads\.php\?do=my'=>'myfiles'
    //'^downloads\.php\?do=manfiles'=>'managefiles'
    //'^downloads\.php\?do=search'=>'filesearch'
    //'^downloads\.php\?do=add&cat='=>'addfilecat'
    //'^downloads\.php\?do=tree'=>'categorytree'
    'downloads\.php\?do=file&title=(.+?)&cid=(\d+)&ctitle=(.+)&id=(\d+)' => 'files/$3/$2/$1-$4/'
    'downloads\.php\?do=cat&title=(.+)&id=(\d+)$' => 'files/$1-$2/'
    //=========================================================================//soccer
    //========================================================
    '^vbsoccer\.php$' => 'soccer/'
    '^vbsoccer\.php\?do=(\w+)$' => 'soccer/$1/'
    '^vbsoccer\.php\?do=(\w+)&l=(\d+)$' => 'soccer/$1/$2/'
    '^vbsoccer\.php\?do=(\w+)&l=(\d+)&m=(\d+)$' => 'soccer/$1/$2/$3'
    '^vbsoccer\.php\?do=(\w+)&l=(\d+)&matchid=(\d+)$' =>  'soccer/$1/$2/match-$3/'
    '^vbsoccer\.php\?do=(\w+)&l=(\d+)&redo=bet&m=(\d+)$' => 'soccer/$1/$2/bet-$3/'
    //===========================================
    'privacy\.php' => 'privacy/'
    //===========================================
    'index\.php\?title=(.+)&c=(\d+)$' => 'category-$1-$2/'
    'index\.php\?title=(.+)&n=(\d+)$' => 'image-$1-$2/'
    //===========================================
    'showcat\.php\?ctitle=(.+)&cat=(\d+)$' => 'cat-$1-$2.html'
    'showproduct\.php\?ptitle=(.+)&product=(\d+)(&cat=\d+)?(&page=\d+)?$' => 'ad-$1-$2.html'

  6. #6
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    It is caused by your latest CRR rule. You need to make sure all your rules have ^ so they won't interfere with other 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 Array nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    107
    Liked
    0 times
    thank you
    now works

Similar Threads

  1. Weird error on new posts
    By cobalt in forum Troubleshooting
    Replies: 3
    Last Post: 05-15-2007, 01:58 PM
  2. All posts with a certain word in it are giving an error
    By nchoose in forum Troubleshooting
    Replies: 1
    Last Post: 10-25-2005, 04:45 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
  •