jekkos

Results 407 comments of jekkos

> > > > Can you describe a bit more in detail what type of attribute you are trying to import and how your data looks ? > > >...

> > You can enable error reporting in application/config/config line 260 to see if any error shows in application/logs. > > if you dont mind can you please have a...

You probably need to allow error logging as I get a blank return, something went wrong on the server but I can't see what it is.

@rigzintsh Maybe this is because the error logging was not enabled yet, you could set the app in development mode to see the error behind the white page.

Is your server still available? Could you check the developer console, network tab, then click the request that loads the data in the page. If you have enabled error logging...

When I try on the demo server then it does seem to work.

Ok that could be the issue @rigzintsh . Indeed the data section is just empty for that request. My hunch is that this might have something to do with XSS...

So the data variable is written into the view and json encoded. It's not even empty in this case, if it would be then I would expect to see an...

@andriux1990 show us the code!