• Resolved HeldZ

    (@heldz)


    When I had a team in a league and valid my choose, I have an javascript error

    Uncaught Error: HIERARCHY_REQUEST_ERR: DOM Exception 3 jquery.js:2
    (anonymous function) jquery.js:2
    v.fn.extend.domManip jquery.js:2
    v.fn.extend.after jquery.js:2
    v.fn.(anonymous function) jquery.js:2
    (anonymous function) common.min.js:1
    l jquery.js:2
    c.fireWith jquery.js:2
    v.extend.ready jquery.js:2
    A jquery.js:2

    Can you help?

    https://www.ads-software.com/extend/plugins/leaguemanager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HeldZ

    (@heldz)

    Other information: This problem occurs when the league is a championship mode.

    Thread Starter HeldZ

    (@heldz)

    I discovered the problem: the end-tag div of “message” was misspelled!

    file lib/core.php – line 382

    echo "<div id='message' class='updated fade'><p><strong>".$this->getMessage()."</strong></p></div";

    to

    echo "<div id='message' class='updated fade'><p><strong>".$this->getMessage()."</strong></p></div>";
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error HIERARCHY_REQUEST_ERR: DOM Exception’ is closed to new replies.