The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Database error in vBulletin 4.2.3
Hi, I can't load my board, I have this error
Please help me, thanks Code:
Database error in vBulletin 4.2.3: Invalid SQL: INSERT IGNORE INTO elo4_session (sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate, apiclientid, apiaccesstoken) VALUES ('ef93ee3af8eaead6af57275082d78c20', 1500, '197.2.177.14', '3a2fbe7f957531d6f71e0e0238ce4f4c', 1506537570, '/login.php?do=login', 0, 0, 1, 0, 0, 0, 0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36', 0, 0, 0, ''); MySQL Error : The table 'elo4_session' is full Error Number : 1114 MySQL Version : 5.5.57-0+deb7u1 |
#3
|
||||
|
||||
I don't know how to do it
|
#4
|
||||
|
||||
in phpmyadmin run the query:
PHP Code:
What you need to find out is WHY the session table is full, it should not be if cron (scheduled tasks) jobs are running properly. *If you've set your "Session Timeout" too high it will cause this to happen and it can hinder proper use of your site - you can check via: AdminCP > Settings > Options > Cookies and HTTP Header Options Check the very first setting: Quote:
|
2 благодарности(ей) от: | ||
Brandon Sheley, elsa23 |
#5
|
||||
|
||||
Thank you very much, that solve it
Session Timeout is set to 3600 but i have a "AhrefsBot" that is always connected with a multitude of activities, i don't know how to remove it After i have resolved my session issue with your query, i have already 10 AhrefsBot in who is online and will increases every minute |
2 благодарности(ей) от: | ||
Brandon Sheley, TheLastSuperman |
#6
|
||||
|
||||
Quote:
http://help.ahrefs.com/about-ahrefs/...-via-robotstxt So block it in that file, give it a little time then check. Malicious/Spambots typically do not follow the rules set forth in robots.txt / Only legitimate bots of constructive use follow the rules of robots.txt per say. If the bot is crawling your site though for some form of online search (such as Googlebots) then you should leave it active and allow it to crawl your site, crawlers are usually fine and do not cause harm and if you fixed the session timeout then the session table should not be filling up again anytime soon! |
#7
|
|||
|
|||
after upgrade to 4.2.5 spam o matic not supported
is any one knows the solution pls let me know. |
#8
|
||||
|
||||
Quote:
question and answer is very good is done well :up: |
#9
|
||||
|
||||
You can also change your max_heap_table_size. I wouldn't increase it much but it will help. This would be done in my.cnf.
|
Благодарность от: | ||
TheLastSuperman |
#10
|
||||
|
||||
Quote:
The solution is you can enable Memcached on your server and use it for your vbulletin by enabling it in config.php from vbulletin. In the other hands, you can use session memcached to manage session with memcached, that will not make your db overload sometimes which can cause that problem above. Hope that helped. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|