Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Multiple Words Causes Error "URI submitted has disallowed characters" #25

Closed
MitchellMcKenna opened this issue Jun 23, 2012 · 0 comments
Assignees
Labels

Comments

@MitchellMcKenna
Copy link
Owner

Cause:
Search uses urlencode() which turns spaces into plus signs (+) which is not a permitted character in the config.

Resolution:
Adding plus sign (+) to the permitted characters in application/config/config-sample.php

Note:
Any existing users will need to update their application/config/config.php manually, it should be
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-+';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant