When using the CI framework, you may encounter such a problem. When you open a webpage, only the error message "Disallowed Key Characters" is displayed. Some people say that the url contains invalid characters. But make sure that the url is in English only. However, after clearing the browser history and cookies. Refresh. Sometimes. Open different browsers. Some browsers have problems. Some won't.
Solution: the error message "Disallowed Key Characters" appears in the CodeIgniter framework application. Find the Input file in the/system/core folder and run the following code:
_ Clean_input_keys ((! ("/^ [A-z0-9: _ \/-] + $/I", ('disallowed Key Characters. '(UTF8_ENABLED ====-> uni-> clean_string (
Changed:
_ Clean_input_keys (= & get_config ('config '(! ("/^ [". ['Permitted _ uri_chars']. "] + $/I", ('disallowed Key Characters. '(UTF8_ENABLED =====-> uni-> clean_string (
Reference: http://www.nowamagic.net/librarys/veda/detail/1699