The title pretty much says it all. I’ve got tags with single-quotes in them, along the lines of Pipe’s Dreams, and when I try to view the url of that tag (www.example.com/tags/tag/Pipe’s+Dream), I get a “Disallowed Key Characters” error. I suspect this may be a collision with the URL rewriting I am having the .htaccess file doing (removing the index.php via the dynamic/automatic method - code below), but I don’t know for sure.
This is currently a known issue… the trouble is that the Tag module looks at Pipe’s Dream, and Pipes Dream as two seperate Tags, so to remove special characters like that from the Tag name would cause an issue there.
Bad news - the update doesn’t appear to have fixed the problem. I still get a “Disallowed Key Characters” error.
I really do think it’s a .htaccess conflict, specifically with the url_rewrite portion that removes the index.php. Can we troubleshoot this together? I can be available on virtually any IM program…
One simple solution is to have your host change your environment, or move you to one, that does not require forced query strings (i.e. enabling AcceptPathInfo for Apache). Failing that, move to a host that does. The question mark in the URL turns the URL path into a big GET variable, which is the issue at its core.