Recent Topics

1 Jan 18, 2007 16:57    

For about the last month I have been unable to access my blogs because of the following error:

MySQL error!

User '<username>' has exceeded the 'max_questions' resource (current value: 50000)(Errno=1226)

Your query:

SELECT *
FROM evo_users
WHERE user_login = 'blog_admin'

The first 3 times I contacted my ISP about the problem they reset something and my access was back, albeit only for a few hours.

The last 2 times I have contacted support they are telling my that I need to take a closer look at the scripts running on my site. I do not have any scripts running on my site besides the b2 software.

I have no idea what is causing this problem or how to fix it. Does anyone have any ideas? Where do I look to resolve this?

Many thanks,
Heather

2 Jan 21, 2007 03:08

Is this a 'stock' installation, or have you installed some hacks (plugins?) that might be the root cause? What version of b2evolution are you using? It seems like a strange query to get run too many times because it looks like all it's doing is saying "get the user info for this particular user". Also strange that it would go by user_name instead of ID.


Form is loading...