• Resolved simone13425

    (@simone13425)


    Hello,
    Thanks for this Great pluging . I used to use the table reloaded .. but now I’m having issues importing html tables this is the error I’m getting

    The imported file contains errors:
    
    Error 68: htmlParseEntityRef: no name in line 74, column 17
    Error 68: htmlParseEntityRef: no name in line 77, column 19

    I have tried the manual way but didn’t work either. It worked well before with table reloaded
    any help please

    thanks

    https://www.ads-software.com/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is most likely that the HTML file contains unescaped HTML entities, for example

    &

    Could you please open the file in a text editor and search for those? All of them must be written as

    &

    Regards,
    Tobias

    Thread Starter simone13425

    (@simone13425)

    Thanks a lot Tobias for the quick response
    you are right I took all the unescaped HTML entities and it worked. This was fine with the old plugin ??
    thanks

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that this worked!

    Well, yes, it might have worked in the old plugin, but technically, it was a bug (as it allowed importing an incorrect HTML file).
    And the reason why this failed now is, that TablePress uses a different HTML import library than WP-Table Reloaded. That is more strict in regard to such things, but at the same time much better in other fields of the import process.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The imported file contains errors:’ is closed to new replies.