Welcome Guest, Not a member yet? Register   Sign In
Url problem(its URGENT)
#1

[eluser]pallavi312[/eluser]
Hello,
i have developed application using codeigniter. i have configured software “zendesk” to remote authenticate users. zendesk setting i have given return url-http://wwww.epicommtechnogies.net/mmui.


and in my application i hav one link “report trouble” on clicking this it redirect to zendesk automatic login once i logout from zendesk it redirect to me
“http://www.epicommtechnologies.net/mmui/?kind=info&message=You+have+been+logged+out.” in browser but page shows me error message
” An Error Was Encountered

The URI you submitted has disallowed characters.


so how to solve this problem i want to “http://www.epicommtechnologies.net/mmui/” url in browser after logout from zendesk.


Please help me to solve the issue?
#2

[eluser]richthegeek[/eluser]
this seems to be an issue with zendesk rather than CI - basically the stuff after /mmui/ in the return url is making it throw an error, and you can't get rid of this error on the CI side without creating a hundred other issues - try modifying the zendesk source (search for "You have been logged out" and trace through)

Also, putting "its URGENT" on a community-driven support system is more likely to make people shout you down for treating the community like paid support than get results.
#3

[eluser]rogierb[/eluser]
Hi, did you use the search? It might have been a lot easier then writing 'urgent'.
Using the search on "The URI you submitted has disallowed characters" would have given you a lot of page that described why you get that error.

The error itself should give you a hint as to why the error is generated: The url has a character that is disallowed by CI.

Just try the famous search, I'll bet you will find the solution within 5 minutes.
#4

[eluser]CtheB[/eluser]
Look in config/config.php

Look for the line $config['enable_query_strings'] = FALSE;

Set this line to TRUE .

what happens then?




Theme © iAndrew 2016 - Forum software by © MyBB