• I have set up fields in the match stats settings to point to a team roster. When I go to add a stat the field shows me the team roster but nothing happens when I click insert.

    Any ideas?

    David

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter snooker_dg

    (@snooker_dg)

    Actually just noticed the error console in firefox says

    Error: Leaguemanager.insertPlayer is not a function
    Source File: http://localhost/snooker/wp-admin/admin.php?page=leaguemanager&subpage=matchstats&league_id=5&match_id=6
    Line: 1

    I have the same problem.

    And the same thing happens when I want to delete a stat. I get the following error:
    Uncaught TypeError: Object #<an Object> has no method ‘removeField’

    Bart

    Has this been sorted yet?

    I am having the same problem. I assign a player who scores a goal but press insert and nothing happens. I can press cancel but not insert.

    Please let me know when this is fixed or if im doing something wrong.

    Josh

    I have the same problem when press insert for scorer?

    Anyoner?

    Same problem. You can fixed it. File wp-content/plugins/leaguemanager/admin/js/ajax.js Change 1 line
    var Leaguemanager = new Object();
    to

    //var Leaguemanager = new Object();
    if(typeof Leaguemanager == "undefined") {
      var Leaguemanager = new Object();
    }

    Mark

    (@mark_1)

    I was having this issue as well and just applied the fix.

    The insert functionality is working fine now.

    Thanks notami.

    hali6sic6

    (@hali6sic6)

    I’m using 3.7 tried the fix but i still get this error:

    Warning: extract() [function.extract]: First argument should be an array in /home/pronatu2/public_html/crap/wp/wp-content/plugins/leaguemanager/admin/admin.php on line 476

    hali6sic6

    (@hali6sic6)

    I reinstalled everything and now it works with no errors… now all i need is how to make this work with project manager sow i can assign registered members to teams

    I’m having this very problem myself.

    hali6sic6: What do you mean with uninstalling everything? Does that include WordPress as well? Did you apply the “fix” from above?

    Any help would be appreciated.

    Steni, I solved this problem with what notami said. Have you tried it?

    Yes, I did try it without any success. So I am thinking of just re-installing WordPress completely and then also apply the fix to see if it works.

    Tried this fix and it allows me to insert the stat, but it doesn’t show up on projectmanager dataset

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: LeagueManager] match stats insert not working’ is closed to new replies.