Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

skunkbad Wrote: (06-23-2017, 07:17 AM) -- I did notice that your encryption key is not proper. See the docs on how to set this up correctly. -- i will change this thanks
117,495 Views
27 Replies
06-27-2017, 01:25 AM
lanoux
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

CREATE TABLE IF NOT EXISTS `ci_sessions` ( `id` varchar(128) NOT NULL, `ip_address` varchar(45) NOT NULL, `timestamp` int(10) unsigned NOT NULL DEFAULT '0', `data` blob NOT NULL, PRIMAR...
117,495 Views
27 Replies
06-23-2017, 12:35 AM
lanoux
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

i have dig a little and session are working, it's only the ion auth wich is losing data when i do this on the login page all those var are still present on other page, at the contrary for the ion aut...
117,495 Views
27 Replies
06-22-2017, 01:24 AM
lanoux
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

Avenirer Wrote: (06-15-2017, 12:21 AM) -- Make sure that you have latest version of CI, and, if you don't mind, show me the sessions config. -- hy, sorry to respond so late (but i was to the hel...
117,495 Views
27 Replies
06-20-2017, 12:49 AM
lanoux
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

Avenirer Wrote: (06-14-2017, 07:22 AM) -- @lanoux Did you set up the sessions library? -- the session is set normally in my autoload like this $autoload['libraries'] = array('database','session'...
117,495 Views
27 Replies
06-14-2017, 11:37 PM
lanoux
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

Hy avenir, same problem for me. Ion Auth worke great just afetr the login page, then when i refresh the page or try to go in another page, the session is lost. when i print it i have the displea...
117,495 Views
27 Replies
06-14-2017, 06:13 AM
lanoux
    Thread: autoload breaking ajax json response
Post: RE: autoload breaking ajax json response

thanks guys you save my life, you deserve a big kiss....or a beer :) Didn't know why 2 of my files were with BOM (normally my text editor is parameterize for not including this stupid thinks) Bu...
7,358 Views
5 Replies
03-30-2017, 12:07 AM
lanoux
    Thread: autoload breaking ajax json response
Post: autoload breaking ajax json response

I experiment an odd things on codeigniter. Adding my own library, model, or config in the autoload breake my json response in ajax request. The installation of CI is totally fresh. No url rewriting...
7,358 Views
5 Replies
03-29-2017, 04:57 AM
lanoux
    Thread: urlrewriting and nusoap wsdl
Post: urlrewriting and nusoap wsdl

I think all is on te subject. my website worke pretty good, but now i am trying implementing a webservices with nusaop server, here goes the mess. All my url are google friendly with htaccess and t...
1,412 Views
0 Replies
06-16-2016, 06:22 AM
lanoux
    Thread: autoloading helper library model breake ajax json
Post: RE: autoloading helper library model breake ajax j...

the url is give by base_url() already, try your solution don't change nothing to my problem, this not empech te json to be not interpretated i have the same problem which is describe here (http://s...
5,414 Views
5 Replies
01-22-2016, 08:44 AM
lanoux
    Thread: autoloading helper library model breake ajax json
Post: RE: autoloading helper library model breake ajax j...

i have try several things, and no way, each time i make an auto loading the json is not interpreted if i use a construct and put inside the load of helper model library, it make the same behavior ...
5,414 Views
5 Replies
01-21-2016, 07:40 AM
lanoux
    Thread: autoloading helper library model breake ajax json
Post: RE: autoloading helper library model breake ajax j...

no, i don't call get_instance(), here is the code of the helper PHP Code: --
5,414 Views
5 Replies
01-21-2016, 01:04 AM
lanoux
    Thread: autoloading helper library model breake ajax json
Post: autoloading helper library model breake ajax json

Hy, i am facing a really strange issue when using the autoload.php file. if i use the $autoload['helper'] = array('myOwnHelper'); inside the config/autoload.php and i make a jquery ajax request, th...
5,414 Views
5 Replies
01-20-2016, 09:35 AM
lanoux

Theme © iAndrew 2016 - Forum software by © MyBB