Requested unknown parameter '7' for row 5, column 7. For

Requested unknown parameter '7' for row 5, column 7. For

HenryPG0DXHenryPG0DX Posts: 2Questions: 1Answers: 0
edited March 5 in Free community support

Link to test case: https://cb-antennas.com/?page_id=1887
Debugger code (debug.datatables.net): (will try to find out)
Error messages shown: DataTables warning: table id=tablepress-1 - Requested unknown parameter '7' for row 5, column 7. For more information about this error, please see https://datatables.net/tn/4
Description of problem: this shows, no idea what

Hello all !

Thank you for taking time to help me !

Im a newbie and certainly no computer expert, im allready happy if got a site up and running hi.

This is the error code i am seeing when using the table.
Any idea why that is and what i could do to repair this code ?

PS I tried to remove row 5, but then the problem just went to row 4.

Thank you in advance,

Kind regards, Henry

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,223Questions: 1Answers: 10,598 Site admin
    Answer ✓

    Your HTML here is invalid:

          <td class="column-1">
            <a href="https://www.mobilemark.com/comtelco/" target="_blank">Comtelco</a>
            <a href="https://www.mobilemark.com/comtelco/
                    </td>
                    <td class=" column-2">
          </td>
    

    Correcting the a should fix it.

    It might be worth running your page through the W3C validator, there are a few issues, but that's the biggest and its throwing off the browser's DOM parsing.

    Allan

  • HenryPG0DXHenryPG0DX Posts: 2Questions: 1Answers: 0

    Thank you Allan,

    I have got it fixed now!
    I did run the W3C validator...that got me scared lots of issues its seems ...
    No idea on how to fix them, im just a "dashboard wordpress user".
    And a bit reluctant to change things.
    Think i need a mirror enviroment in order to give it a try.
    Never to old to learn :smiley:

  • allanallan Posts: 64,223Questions: 1Answers: 10,598 Site admin

    Yup, the validator can really hurt feelings! Focus on the red issues (if there are any left). Browsers are very forgiving, but sometimes they can't sort out all invalid HTML.

    Allan

Sign In or Register to comment.