Welcome Guest, Not a member yet? Register   Sign In
autocomplete not working in ci3?
#3

(This post was last modified: 02-23-2015, 05:26 AM by Nichiren.)

Without more information, CI JSON support is probably not the problem. Assuming you're using AJAX POSTs, I can guess that either your CSRF protection is enabled and csrf_regenerate is set to TRUE or your sessions are now somehow interfering with your autocomplete code. If it's the former, you can either exclude your AJAX URIs in your csrf_exclude_uris setting or set csrf_regenerate to FALSE (if your application doesn't require tight CSRF protection).
Reply


Messages In This Thread
autocomplete not working in ci3? - by jaysondotp - 02-23-2015, 12:03 AM
RE: autocomplete not working in ci3? - by Nichiren - 02-23-2015, 05:25 AM
RE: autocomplete not working in ci3? - by CroNiX - 02-23-2015, 06:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB