Found this thread while fighting a Disallowed Key Characters problem in SafeCracker.
I believe the error message comes from CodeIgniter, and a CI thread suggested one cause was missing quotes in an input tag (e.g. <input name=foo…)
Sure enough, I’d accidentally deleted a quote.
Brian