Yeah happens to me too, it seems to be an error returned by the mysql database. I guess this cheap server does have it's downsides, TKZ has exceeded it's mysql connections... This may be because they don't use persistant connections, so everytime a user connects it will create a new connection, if those aren't closed immediatly it'll take awhile for the server to know it needs to disconnect, and when there are too many, that happens.