• Resolved alicat

    (@alicat)


    Greetings, I read all posts and tried multiple things to fix the issue to no avail. All software is up to date. I see the error message but don’t know what to do to fix it. This is the page http://nbep.org/resource-library/ and error message is
    Uncaught TypeError: Cannot set property ‘_DT_CellIndex’ of undefined
    at Ja (jquery.datatables.min.js:24)
    at N (jquery.datatables.min.js:16)
    at HTMLTableRowElement.<anonymous> (jquery.datatables.min.js:16)
    at jquery.js:2
    at Function.map (jquery.js:2)
    at a.fn.init.map (jquery.js:2)
    at oa (jquery.datatables.min.js:16)
    at e (jquery.datatables.min.js:92)
    at HTMLTableElement.<anonymous> (jquery.datatables.min.js:93)
    at Function.each (jquery.js:2)

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    It’s likely that this is caused by some incomplete HTML code in your table. For example, in the “NBEP-92-94” row, the </a> to end the link HTML is missing in the 4th column.
    In similar fashion, there’s an extra </p> in the “NBEP-92-86” row (plus some spaces after it) that should be removed.

    Could you try that?

    Regards,
    Tobias

    Thread Starter alicat

    (@alicat)

    How did you find those so fast?? I fixed them but it’s still not working. Thanks for your help.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    I checked the page using the W3 Validator at http://validator.w3.org/ as this error usually indicates that something is wrong in the HTML structure, e.g. caused by erroneous HTML tags or sometimes forgotten " characters.

    However, that doesn’t seem to be the case here… If possible, I’d like to take a direct look at this on your site. Could you therefore please create a temporary admin account for me and send me the details via email (the address is in the main plugin file “tablepress.php”)? That way, I can investigate this directly. Thanks!

    Regards,
    Tobias

    Thread Starter alicat

    (@alicat)

    Just added you. Thanks so much for looking in to this.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for that! I got it to work now 🙂
    There were indeed two rows where " quotation marks were missing inside the <a ...> HTML tags (rows “NBEP-89-21” and “NBEP-89-23”). I added these now, so that the JS functions work 🙂

    Regards,
    Tobias

    Thread Starter alicat

    (@alicat)

    You are awesome! I’m going to donate more $$ to you. Thank you so much.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Alicen,

    thank you so much, that’s really very nice! 🙂

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Missing Search / Pagination continued’ is closed to new replies.