MySQL Error : The table 'session' is full

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mentalrz
    Senior Member
    • Sep 2004
    • 538
    • 1.1.x

    MySQL Error : The table 'session' is full

    I had this error -

    MySQL Error : The table 'session' is full


    So i ran the query - DELETE FROM session;


    Except it just keeps hanging and doesnt finish the job, any other advice? (ps ive reverted the footer)

    Edit - i get this error on a crontab -


    Daily Digest

    Fatal error: Call to a member function on a non-object in /home/ragezone/public_html/x/includes/functions.php on line 4240
    Last edited by mentalrz; Thu 11 Aug '05, 3:04am.
  • mentalrz
    Senior Member
    • Sep 2004
    • 538
    • 1.1.x

    #2
    Update-

    I managed to remove the session table and i rebooted webserver and it works fine, but i do still get that crontab error from schedule tasks..


    Daily Digest

    Fatal error: Call to a member function on a non-object in /home/ragezone/public_html/forum/includes/functions.php on line 4240

    Comment

    • Steve Machol
      Former Customer Support Manager
      • Jul 2000
      • 154488

      #3
      Which version are you running?
      Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
      Change CKEditor Colors to Match Style (for 4.1.4 and above)

      Steve Machol Photography


      Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


      Comment

      • mentalrz
        Senior Member
        • Sep 2004
        • 538
        • 1.1.x

        #4
        RC2

        RaGEZONE is a website dedicated to the development of massively multiplayer online role-playing games (MMORPGs).



        upgraded it last night

        Comment

        • Steve Machol
          Former Customer Support Manager
          • Jul 2000
          • 154488

          #5
          Line 4240:
          $vbulletin->db->unlock_tables();

          I believe you need to make sure your db user has lock permissions on your database.
          Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
          Change CKEditor Colors to Match Style (for 4.1.4 and above)

          Steve Machol Photography


          Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


          Comment

          • mentalrz
            Senior Member
            • Sep 2004
            • 538
            • 1.1.x

            #6
            Which file is that for steve?

            Comment

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

              #7
              Most likely functions.php since that is where you are reporting the error came from.
              Translations provided by Google.

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

              Comment

              • mentalrz
                Senior Member
                • Sep 2004
                • 538
                • 1.1.x

                #8
                how do i grant lock permissions as ive set the priv's to "all"

                Comment

                • Floris
                  Senior Member
                  • Dec 2001
                  • 37767

                  #9
                  These days I notice more and more hosting providers with LOCK permissions off for user accounts on shared hosting. Please check with your hosting provider and ask them to turn this on for your account.

                  Comment

                  • mentalrz
                    Senior Member
                    • Sep 2004
                    • 538
                    • 1.1.x

                    #10
                    I am the host lol

                    Comment

                    • Baitona
                      New Member
                      • Jul 2005
                      • 21
                      • 3.0.7

                      #11
                      Hi,
                      To solve the full sesseion table, we intend to do:
                      DELETE FROM session;

                      //////////
                      but my question is what is the difference between:

                      TRUNCATE TABLE session;

                      and

                      DELETE FROM session;

                      Please, i am talking in term of programming point of view, what is the differnce? does the fisrt one affect the structure, the attributes, etc....
                      or both of them just delete the contents?

                      thanks

                      Comment

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