500 Internal Server Error search.php

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

    #16
    Either disable vbseo, or disable eacclerators, or both.

    Comment

    • ppc2you
      Member
      • Jun 2010
      • 30

      #17
      dear i fix it like this:

      fibd :-

      PHP Code:
      iif (method_exists($this->search_type'get_display_name')) 
      change to :-

      PHP Code:
      if (is_object($this->search_type) && is_callable($this->search_type->get_display_name())) 


      now working good is that ok ???

      Comment

      • NKBlaze
        Senior Member
        • Mar 2009
        • 147
        • 3.8.x

        #18
        Originally posted by ppc2you
        dear i fix it like this:

        fibd :-

        PHP Code:
        iif (method_exists($this->search_type'get_display_name')) 
        change to :-

        PHP Code:
        if (is_object($this->search_type) && is_callable($this->search_type->get_display_name())) 
        now working good is that ok ???
        Edit: Thanks

        Comment

        • ppc2you
          Member
          • Jun 2010
          • 30

          #19
          Dear Support ,

          Now it's ok by this Fix

          find :-

          PHP Code:
          iif (method_exists($this->search_type'get_display_name')) 
          change to :-

          PHP Code:
          if (is_object($this->search_type) && is_callable($this->search_type->get_display_name())) 
          Now i need you to fix this in new Version 4.1.3 or in Future

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #20
            It is a bug with eAcclerator, not vBulletin.

            Comment

            • uaedes
              New Member
              • Feb 2009
              • 6
              • 4.1.x

              #21
              Originally posted by ppc2you
              dear i fix it like this:

              fibd :-

              PHP Code:
              iif (method_exists($this->search_type'get_display_name')) 
              change to :-

              PHP Code:
              if (is_object($this->search_type) && is_callable($this->search_type->get_display_name())) 


              now working good is that ok ???


              which file fix ?


              thank you

              Comment

              • Lynne
                Former vBulletin Support
                • Oct 2004
                • 26255

                #22
                Doing a quick search of files shows me that line is in vb/search/criterial.php

                Please don't PM or VM me for support - I only help out in the threads.
                vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                Want help modifying your vbulletin forum? Head on over to vbulletin.org
                If I post CSS and you don't know where it goes, throw it into the additional.css template.

                W3Schools <- awesome site for html/css help

                Comment

                • uaedes
                  New Member
                  • Feb 2009
                  • 6
                  • 4.1.x

                  #23
                  Originally posted by Lynne
                  Doing a quick search of files shows me that line is in vb/search/criterial.php
                  thank you

                  Comment

                  • dkleehammer
                    New Member
                    • Sep 2010
                    • 1
                    • 3.8.x

                    #24
                    This also fixed our forums.

                    Comment

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

                      #25
                      wow that fixed my search.php internal server error as well, in another thread Steve told me that's a server issue <_< thanks a lot ppc2you
                      Best Regards,
                      Bilal

                      Comment

                      • Zachery
                        Former vBulletin Support
                        • Jul 2002
                        • 59097

                        #26
                        Originally posted by Zachery
                        It is a bug with eAcclerator, not vBulletin.
                        Quoting myself here, as far as I know, the bug is with eAcclerator, and not with vBulletin itself.

                        Comment

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

                          #27
                          Originally posted by Zachery
                          Quoting myself here, as far as I know, the bug is with eAcclerator, and not with vBulletin itself.
                          I don't have eAcclerator intalled, I never installed eAcclerator on my server. Just simple PHP 5.3.6, Apache 2.2, Mysql 5.1 with SuPHP
                          Best Regards,
                          Bilal

                          Comment

                          • Zachery
                            Former vBulletin Support
                            • Jul 2002
                            • 59097

                            #28
                            Can you provide a link to your phpinfo?

                            Comment

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

                              #29
                              Originally posted by Zachery
                              Can you provide a link to your phpinfo?
                              Sure mate: http://www.pakgamers.com/phpinfo.php
                              Best Regards,
                              Bilal

                              Comment

                              • Crotan
                                New Member
                                • Jun 2011
                                • 29
                                • 4.2.X

                                #30
                                Originally posted by Lynne
                                Doing a quick search of files shows me that line is in vb/search/criterial.php
                                Is that a typo by chance? I have a vb\search\criteria.php but no criterial.php?
                                sigpic

                                Comment

                                Related Topics

                                Collapse

                                Working...