해결 방법은...
1. system/core/input.php 을 연다.
2. function _clean_input_keys($str) 을 찾는다.
3. 수정한다.
if ( ! preg_match("/^[a-z0-9:_\/-]+$|/i", $str)) { exit('Disallowed Key Characters.'. $str); }
추가로...
Common.php 257번째줄에 notice가 나오면 수정
$_config[0] =& $config; return $_config[0];