Search form disappeared

Search form disappeared

jeffryfjeffryf Posts: 3Questions: 0Answers: 0
edited November 2011 in DataTables 1.8
I'm migrating to WordPress. I installed WP-Tables Reloaded. When I first installed it, the search form worked. Since doing other work on the site, including adding other plugins, the search form disappeared. I wrote to the Tobias (Reloaded developer) and he directed me to you as he believes "there is a JavaScript error raised by the DataTables JavaScript library."

I've done a fair amount of experimentation with no effect, including removing/reinstalling Reloaded and removing all plugin files (leaving only Reloaded).

I appreciate some clues as to where to look for offending scripts.

One of my pages using Reloaded: http://www.yourownhealthandfitness.org/indexNEW.php/?page_id=71

Replies

  • michaeladammichaeladam Posts: 7Questions: 0Answers: 0
    It looks there is an error being thrown inside the DataTables program: "Uncaught TypeError: Cannot call method 'fnSetData' of undefined".

    However it is hard to really track down the error inside of DataTables since you are using the "minified" version of the extension. (I am also not really familiar on what would cause this type of error). You would be able to debug the error easier if you temporarily replace it with the Full JS on the download page (http://datatables.net/download/).
  • jeffryfjeffryf Posts: 3Questions: 0Answers: 0
    I've replaced jquery.datatables.min.js with jquery.datatables.js from the DataTables 1.8.2 package, renaming it .min. Doing that caused a warning from TableTools, so I did the same thing with tabletools.min.js. The warning went away but the search form hasn't returned. Is it away for the holidays?
  • jeffryfjeffryf Posts: 3Questions: 0Answers: 0
    Further clues.
    - I installed the plugin (WP-Tables Reloaded) for a separate WP implementation at the same URL. It worked beautifully.
    - I replaced the entire wp-includes folder with the native folder. Still no search form.
    - I applied the two native WP themes. Still no search form.

    In addition, I just noticed that the entire table displays--the record limit does not appear nor work.
  • michaeladammichaeladam Posts: 7Questions: 0Answers: 0
    Thanks for doing that.

    However, can you re-post a link to a demo of the problem? The old link in your first post no longer works.
This discussion has been closed.