Announcement

Collapse
No announcement yet.

MySQL Error : The table 'session' is full

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


    • #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


      • #4
        RC2

        http://forum.ragezone.com


        upgraded it last night

        Comment


        • #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


          • #6
            Which file is that for steve?

            Comment


            • #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


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

                Comment


                • #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


                  • #10
                    I am the host lol

                    Comment


                    • #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...
                      X
                      😀
                      🥰
                      🤢
                      😎
                      😡
                      👍
                      👎