44 Queries Fresh Clean Install- Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HR3rdGen
    Senior Member
    • Dec 2003
    • 169
    • 3.5.x

    44 Queries Fresh Clean Install- Help

    Don't believe me, I'll make my test server public, http://bcfbody.org/index.php

    I am having this problem with dozens of queries on my main site, I have been unable to solve this issue with even no plugins or anything.

    So setup 4 clean installs and each one comes back like the above.

    I am getting this over and over and over

    Code:
    UPDATE adminutil SET
        text = UNIX_TIMESTAMP()
    WHERE title = 'datastorelock' AND text < UNIX_TIMESTAMP() - 15
    This adminutil is everwhere.... what gives? this is not normal. Server configuration possibly?
    Last edited by HR3rdGen; Sun 21 May '06, 10:21am.
    Michael Key - www.mikekey.com
    www.hrfbody.com - Hampton Roads F-Body
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Do you have the datastore file cache enabled?

    Comment

    • HR3rdGen
      Senior Member
      • Dec 2003
      • 169
      • 3.5.x

      #3
      Public phpinfo() Display Enabled
      Michael Key - www.mikekey.com
      www.hrfbody.com - Hampton Roads F-Body

      Comment

      • HR3rdGen
        Senior Member
        • Dec 2003
        • 169
        • 3.5.x

        #4
        Originally posted by Zachery
        Do you have the datastore file cache enabled?
        You mean this? $config['Datastore']['class'] = 'vB_Datastore_Filecache';

        YES
        Michael Key - www.mikekey.com
        www.hrfbody.com - Hampton Roads F-Body

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          Can vB write to the file?

          Comment

          • HR3rdGen
            Senior Member
            • Dec 2003
            • 169
            • 3.5.x

            #6
            Originally posted by Zachery
            Can vB write to the file?
            Problem solved Thank you. 11 queries

            Guess it was trying to write the files in the datastore. Whoops. I feel like a TOOL.

            Thank you Zachery.
            Michael Key - www.mikekey.com
            www.hrfbody.com - Hampton Roads F-Body

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              That guess whats out there, glad it was right , figured that it would cause an infiate loop, try reporting it as a bug?>

              Comment

              • Scott MacVicar
                Former vBulletin Developer
                • Dec 2000
                • 13286

                #8
                It's not a bug since we try and fall back transparently so the user doesn't notice.

                Its since fixed in 3.6.x so that it only runs one query instead of the large amount.
                Scott MacVicar

                My Blog | Twitter

                Comment

                Related Topics

                Collapse

                Working...