Datatables not returning json

Datatables not returning json

BudHines2BudHines2 Posts: 6Questions: 2Answers: 0

Hi,
i have been using the datatables with coldfusion. It retrieves the data from my table with no issue. However, my updates to the datatable are not returning any json. My logic was working perfectly before.

My question: I did purchase datatables. Do I need to have a license file installed in a particular directory? Perhaps the license allows read to work and update to not work. https/myepitchat.com/biglist.cfm is the link.

This question has accepted answers - jump to:

Answers

  • tangerinetangerine Posts: 3,348Questions: 36Answers: 394
    Answer ✓
    1. There is no purchase of DataTables. I'm assuming you mean the Editor.

    2. I have edited a record and added a new record on your site with no problem, except that you might want to deal with the 404 errors for various CSS files and jBox.min.css.

    3. "My logic was working perfectly before." - before what?

  • BudHines2BudHines2 Posts: 6Questions: 2Answers: 0
    1. Yes, mean the editor
    2. It turned out to be tied to the implementation of ssl
    3. That is how we say it was working and then it stopped.

    Thanks for taking a look at this.

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Answer ✓

    myepitchat.com/biglist.cfm

    That redirects me to http://www.myepitchat.com/ . Do I need to login or something?

    "My logic was working perfectly before." - before what?

    What tangerine is asking is what change did you make that caused the JSON to no longer return. You say it used to work, and now it doesn't. Something must have altered.

    Thanks,
    Allan

  • BudHines2BudHines2 Posts: 6Questions: 2Answers: 0

    Alan,
    Thanks for explaining what tangerine was asking. I had logic in my app.cfc that was preventing the call. I have fixed it.

    Thanks all for looking at and responding to my question.
    Bud

This discussion has been closed.