Unexpected server response

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lowlight
    Senior Member
    • Mar 2001
    • 175

    Unexpected server response

    This is the error I get each time I try to browse the forums using my brand new Android app.

    Should I try troubleshooting it here, or should I submit a support ticket?

    I can't upload it to the market in this condition unfortunately.
  • lowlight
    Senior Member
    • Mar 2001
    • 175

    #2
    Also, why are quote tags not formatted properly? You'd think that would be an important thing to include... Instead, it just shows the raw tags...

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      Try disabling your modifications/plugins and see if you still have this problem.
      Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

      PHP Code:
      define('DISABLE_HOOKS'true); 
      s

      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 &lt;- awesome site for html/css help

      Comment

      • lowlight
        Senior Member
        • Mar 2001
        • 175

        #4
        Is there any chance you are aware of a list of plugins that are known to have issues?

        Also, is there no refresh function? Going to the "newest" list shows threads from hours ago

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          Newest shows the lastest created threads, not the latest threads that were replied to.

          I do not have a list of plugins. I have seen users post lists before. I only know that the one to separate stickies from normal threads causes a small issue, so I wrote a plugin to disable that when using the mobile style on my site.

          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 &lt;- awesome site for html/css help

          Comment

          • mrderanged
            Senior Member
            • Jul 2002
            • 224
            • 4.1.x

            #6
            Originally posted by Lynne
            I only know that the one to separate stickies from normal threads causes a small issue, so I wrote a plugin to disable that when using the mobile style on my site.
            May I ask what small issue and did you by any chance release the plugin to disable it?

            Comment

            • Paul M
              Former Lead Developer
              vB.Com & vB.Org
              • Sep 2004
              • 9886

              #7
              Originally posted by lowlight
              Also, is there no refresh function? Going to the "newest" list shows threads from hours ago
              I fixed my API to display the latest posts, as no one cares about the latest threads. However, it appears from comments from my users, there is no way to refresh the display as such, other than logging off/on.
              Baby, I was born this way

              Comment

              • Lynne
                Former vBulletin Support
                • Oct 2004
                • 26255

                #8
                Originally posted by mrderanged
                May I ask what small issue and did you by any chance release the plugin to disable it?
                It just shows a null thread in place of the separator. And no, I didn't realize a one line plugin.

                PHP Code:
                if (VB_API === true$vbulletin->options['gosterx1'] = false

                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 &lt;- awesome site for html/css help

                Comment

                • Paul M
                  Former Lead Developer
                  vB.Com & vB.Org
                  • Sep 2004
                  • 9886

                  #9
                  Might help to say where that line of code needs to go.
                  Baby, I was born this way

                  Comment

                  • Lynne
                    Former vBulletin Support
                    • Oct 2004
                    • 26255

                    #10
                    Originally posted by Paul M
                    Might help to say where that line of code needs to go.
                    Yeah, probably.

                    style_fetch hook location.

                    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 &lt;- awesome site for html/css help

                    Comment

                    • lowlight
                      Senior Member
                      • Mar 2001
                      • 175

                      #11
                      How do you list the newest replies in the apps then? That's how most people view forums

                      Comment

                      • lowlight
                        Senior Member
                        • Mar 2001
                        • 175

                        #12
                        Originally posted by Lynne
                        Try disabling your modifications/plugins and see if you still have this problem.
                        Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

                        PHP Code:
                        define('DISABLE_HOOKS'true); 
                        s
                        The error still occurs with plugins disabled.

                        Comment

                        • Paul M
                          Former Lead Developer
                          vB.Com & vB.Org
                          • Sep 2004
                          • 9886

                          #13
                          Originally posted by lowlight
                          How do you list the newest replies in the apps then? That's how most people view forums
                          You dont (yet), thats a change in the pipeline (its in the 4.1.4 alpha builds, but not the public beta).
                          Baby, I was born this way

                          Comment

                          • Lynne
                            Former vBulletin Support
                            • Oct 2004
                            • 26255

                            #14
                            What is the exact error you are seeing? And, have you checked your error_logs (if you don't know where they are, ask your host) to see if anything is in there?

                            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 &lt;- awesome site for html/css help

                            Comment

                            • lowlight
                              Senior Member
                              • Mar 2001
                              • 175

                              #15
                              There is no error in apache when this occurs. It is on the app side I think.

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...