Do you have OnPlayerCommandText in your script? (Even if it's empty)
If so, make sure you don't have return 0;
I usually remove that callback because I use zcmd, so I don't think that that callback is a problem. It's not in the gamemode. I added it now (returning 1, of course) and I still get the error.