MyBB Community Forums

Full Version: Urgent MYSQL fault Exceeded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
mySQL error: 1226
User 'user_name' has exceeded the 'max_questions' resource (current value: 50000)
Query: SELECT sid,uid FROM mybb_sessions WHERE sid='8d64e7b04fcc7501fac2cd6d940785dc' AND ip='85.108.29.XX'

what's this mean?
is there any solution?
That's a limitation set by your web host I think. Try contacting them.
'You are getting 'max_questions' error, because your script is not closing the connection when a request is finished. This is typical of the scripts out there this limit is hourly, so every hour it should reset, you are using resources more than 50,000 and this is causing the error.'

I googled it and found that response.

A few questions
1) Do you have any plugins / modifications installed
2) How many hits does your site get on your forums a month?
I installed these plugins
count viewing
easy advanced banner ( but not working now )
send pm new registered members
default avatar
ads after first post

forum hits 2.000 unique visitors in a day..

when this fault occured there were approximately 60 online users.. now its ok. but I think it will be again.