500 Internal Server Error search.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #31
    Yea, I've actually run into this a few more times without eAcclerator, and there is a bug in the bug tracker. Not sure what is causing it.

    Comment

    • Bilal
      Member
      • Sep 2005
      • 51
      • 4.0.x

      #32
      Originally posted by Crotan
      Is that a typo by chance? I have a vb\search\criteria.php but no criterial.php?
      yes it was a typo and you are right vb\search\criteria.php is the correct file

      Originally posted by Zachery
      Yea, I've actually run into this a few more times without eAcclerator, and there is a bug in the bug tracker. Not sure what is causing it.
      hmm..anyway whatever the problem is, it's in search.php and pcc2you solution is a fix for it.
      Best Regards,
      Bilal

      Comment

      • kvnband
        Member
        • Dec 2004
        • 80
        • 3.0.3

        #33
        Add me to the list of people experiencing this bug. Not running eaccelerator. Just PHP 5.3.6 and Apache 2.2.

        Fixed with the code in the previous post.

        Comment

        • silpher
          New Member
          • Sep 2009
          • 24

          #34
          thanks pcc2you, u're the best.

          Comment

          • newbie_newbie
            New Member
            • Mar 2011
            • 1

            #35
            Thanks this fixed it for me as well.
            For those using 4.1.3 it is line 844 of criteria.php. For some reason searching the file couldn't find the line. Thought I would post in case it helps someone else.

            Comment

            • maulana21
              New Member
              • Aug 2010
              • 1

              #36
              Originally posted by ppc2you
              Dear Support ,

              Now it's ok by this Fix



              Now i need you to fix this in new Version 4.1.3 or in Future
              thanks...
              my vbulletin work by this fix...

              Comment

              • av8or1
                Member
                • Mar 2011
                • 30

                #37
                Corrected our problem too. No eAcccelerator here. Thanks!

                Comment

                • Apolo
                  Member
                  • Aug 2007
                  • 33
                  • 3.8.x

                  #38
                  Hello,

                  Same error here, just after upgrading a forum from 3.8.5 to 4.1.2

                  Any search delivers a 500 Internal Server Error.

                  Already tried Suspect File Versions and the only files which do not contain expected contents are:

                  ./index.php
                  ./clientscript/libraries/DD_belatedPNG_0.0.8a.js
                  ./clientscript/yui/history/assets/blank.html

                  Despite the fact I have deleted & uploaded again such (and all) files over and over. Either way, I guess they are not to be blamed for these 500 Error issues.

                  There are no plugins enabled.

                  Already tried to optimize & repair database tables.

                  Any other ideas?

                  Thank you.
                  ComunidadHosting · Web Hosting Forums

                  Comment

                  • Wayne Luke
                    vBulletin Technical Support Lead
                    • Aug 2000
                    • 74128

                    #39
                    You need to upgrade to 4.2.1 and let us know if the issue continues. Thank you.
                    Translations provided by Google.

                    Wayne Luke
                    The Rabid Badger - a vBulletin Cloud demonstration site.
                    vBulletin 5 API

                    Comment

                    • Apolo
                      Member
                      • Aug 2007
                      • 33
                      • 3.8.x

                      #40
                      Originally posted by Wayne Luke
                      You need to upgrade to 4.2.1 and let us know if the issue continues. Thank you.
                      I don't know why but I didn't receive any notification of your reply.

                      As I had to fix this issue urgently, I proceeded with this fix:

                      ==================
                      if (is_object($this->search_type) && is_callable($this->search_type->get_display_name()))
                      ==================

                      in the criteria.php file.

                      I cannot upgrade to 4.2.1 because the license doesn't allow me to do so, but there is definitely a bug in there.
                      ComunidadHosting · Web Hosting Forums

                      Comment

                      Related Topics

                      Collapse

                      Working...