Reasons for error: invalid label

Reasons for error: invalid label

learner91learner91 Posts: 7Questions: 0Answers: 0
edited May 2011 in General
Hi,

I'm a newbie and I'm trying to use DataTables for my project.

I'm following this example http://datatables.net/examples/data_sources/server_side.html

I did follow step by step, using the database and HTML table like the one given in the example.

When I checked with Firebug, I saw the returned data and it is also passed the validation by JSONLint. But no data was display and I received the error "DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error", and invalid label in Firebug.

Can you suggest where could I go wrong?

Thank you so much!

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    I suspect that you are using jQuery 1.5 or newer and an old version of the jQuery Validation plug-in - would that be correct? If you are using the Validation plug-in, try updating it.

    Allan
  • learner91learner91 Posts: 7Questions: 0Answers: 0
    Thank you so much! It works now.

    Regards,
This discussion has been closed.