Author Topic: The table '4images_sessions' is full  (Read 4189 times)

0 Members and 1 Guest are viewing this topic.

Offline Kane

  • Newbie
  • *
  • Posts: 23
    • View Profile
The table '4images_sessions' is full
« on: February 13, 2006, 06:03:28 PM »
This is the error I am getting on the top of my gallery. What do I do, should I clean-out the sessions table? How do I do that?

---

DB Error: Bad SQL Query: REPLACE INTO 4images_sessions (session_id, session_user_id, session_lastaction, session_location, session_ip) VALUES ('3cf39af478607bcf0f6530738c04836b', -1, 1139849843, 'index.php', 'xx.xxx.xxx.xxx')
The table '4images_sessions' is full"

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: The table '4images_sessions' is full
« Reply #1 on: February 14, 2006, 12:59:18 AM »
Restart mysql server
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Kane

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: The table '4images_sessions' is full
« Reply #2 on: February 14, 2006, 10:15:14 AM »
Thanks, that fixed it. I searched this forum for a fix before posting this thread but couldn't find an answer.

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: The table '4images_sessions' is full
« Reply #3 on: February 15, 2006, 05:11:59 AM »
Another solution would be to empty your SESSIONS_TABLE in order to clear out all your previous readings inside that table. ;)