Forum loading only partially

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tutorialsphere
    New Member
    • Apr 2010
    • 9
    • 3.7.x

    Forum loading only partially

    Hello everyone,

    I'm in dire need of some help here as I've tried everything to solve this and nothing worked so far.

    My forum is here: http://www.tutorialsphere.com/forums/

    For the past 2 days or so I have noticed a problem with it, which is that it's loading only partially. More than that, each time I refresh the page, it loads up to a different point than it previously did (i.e. once it loads up to the header, second time it loads up to the first forum and so on).

    Does anybody have any idea what to do to solve this? Perhaps it's a cache problem, or maybe something else? I'm really not that much of an expert with this kind of thing...

    Any help would be very much appreciated.

    Many thanks,
    Gabriel
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

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

    PHP Code:
    define('DISABLE_HOOKS'true); 

    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

    • tutorialsphere
      New Member
      • Apr 2010
      • 9
      • 3.7.x

      #3
      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 config.php and add this line right under <?php

      PHP Code:
      define('DISABLE_HOOKS'true); 
      Just tried that. Unfortunately it doesn't change anything....

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        Then in addition to having your modifications all disabled, try this:
        Create a new style with no parent:
        • Styles & Templates > Style Manager > Add New Style
        • Parent Style: No Parent Style
        • Title: Default vBulletin
        • Allow User Selection: Yes
        • Save


        Then browse the site using that totally default vbulletin style - do you still have the same problem?

        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

        • tutorialsphere
          New Member
          • Apr 2010
          • 9
          • 3.7.x

          #5
          Originally posted by Lynne
          Then in addition to having your modifications all disabled, try this:
          Create a new style with no parent:

          • Styles & Templates > Style Manager > Add New Style
          • Parent Style: No Parent Style
          • Title: Default vBulletin
          • Allow User Selection: Yes
          • Save



          Then browse the site using that totally default vbulletin style - do you still have the same problem?
          No change... see for yourself

          I wonder what it is that is causing this...

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            Hmmmm, OK - have you looked at your error_logs? Anything in them? Have you talked to your host and asked them if they have changed anything on the server lately? I notice your forums are pretty slow... have they always been that way or is this a new problem also?

            Hmmm, just clicked on one of your forums and I was asked to download the php file. That is something you really need to talk to your host about.

            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

            • tutorialsphere
              New Member
              • Apr 2010
              • 9
              • 3.7.x

              #7
              I've already opened a support request with them, but no answer so far, which is unusual for them. I will have a look at the logs, perhaps I can find something in there.

              Comment

              • tutorialsphere
                New Member
                • Apr 2010
                • 9
                • 3.7.x

                #8
                Hello again,

                Still the issue persists and I couldn't find anything relevant within the logs. Does anybody else here have an idea what this could be caused by? Perhaps this has happened to somebody else as well?

                Comment

                • Lynne
                  Former vBulletin Support
                  • Oct 2004
                  • 26255

                  #9
                  Have you asked your host if they did *anything* on your servers lately - like upgrade the php or mysql or linux kernal or anything at all?

                  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

                  • tutorialsphere
                    New Member
                    • Apr 2010
                    • 9
                    • 3.7.x

                    #10
                    I have, and they said they haven't changed anything at all.

                    I'm thinking if I do a reinstall the problem might go away? Is there any way to do a reinstall and keep my posts, maybe save my current database and restore it after the reinstall? Would that be possible?

                    Comment

                    • Lynne
                      Former vBulletin Support
                      • Oct 2004
                      • 26255

                      #11
                      You can try setting up a test site and see if this works on a test site. That way, you are leaving your current site and database alone.

                      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

                      • MRGTB
                        Senior Member
                        • May 2005
                        • 5454

                        #12
                        Have you noticed you have this code displayed on your forum (which would hide something from being displayed). That should not be there.

                        <!-- BEGIN TEM

                        Comment

                        • tutorialsphere
                          New Member
                          • Apr 2010
                          • 9
                          • 3.7.x

                          #13
                          Yeah I have noticed it, I have no idea why it won't parse correctly...

                          Comment

                          • MRGTB
                            Senior Member
                            • May 2005
                            • 5454

                            #14
                            You would use something like that to hide some code from appearing on a page like so

                            <!-- BEGIN TEM
                            Your hidden code here
                            END TEM //-->

                            Or something like that (might not be exact). But my point is are you sure that is not the problem stopping your forum from displaying the rest of the forums, due to that?

                            If you've made some changes to the forumhome template, use the option to view the original one and look at that code in the original and your edited version of it that you might have changed.

                            Your using the default theme anyway with no custom changes I can see. So why don't you just REVERT that forum template back to the original state. Then your issue should not be there.
                            Last edited by MRGTB; Wed 7 Apr '10, 12:29pm.

                            Comment

                            • tutorialsphere
                              New Member
                              • Apr 2010
                              • 9
                              • 3.7.x

                              #15
                              No, if you refresh the page, you'll see that many times the amount of information that loads varies...

                              Comment

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