• Resolved NickJP

    (@nickjp)


    I setup a new season for our billiards competition. After entering the results for the first event, when I view the event (https://bsaact.org.au/event/12112/), the games won (Games W) and games lost (Games L) fields are correctly populated for each player, but when I look at the player list for the same season (the Player Stats table at https://bsaact.org.au/billiards/), the same Games L and Games W fields for those players still just show zero.

    I’m mystified by this, as I set this season up in exactly the same manner as previous seasons, and have not had this problem previously. Any suggestions on where I should look to find what is causing the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter NickJP

    (@nickjp)

    p.s. I installed the Show Post Meta plugin, and with that I can see that the gamesw and gamesl values are being populated for each player in the event:

    4923 =>
    array (
    'gamesw' => '',
    'gamesl' => '2',
    'gamesd' => '',
    'frameswon' => '',
    'frameslost' => '',
    'framesdrawn' => '',
    'status' => 'lineup',
    'sub' => '0',
    ),
    616 =>
    array (
    'gamesw' => '',
    'gamesl' => '2',
    'gamesd' => '',
    'frameswon' => '',
    'frameslost' => '',
    'framesdrawn' => '',
    'status' => 'lineup',
    'sub' => '0',
    ),
    ),
    617 =>
    array (
    'gamesw' => '2',
    'gamesl' => '',
    'gamesd' => '',
    'frameswon' => '',
    'frameslost' => '',
    'framesdrawn' => '',
    'status' => 'lineup',
    'sub' => '0',
    ),
    620 =>
    array (
    'gamesw' => '2',
    'gamesl' => '',
    'gamesd' => '',
    'frameswon' => '',
    'frameslost' => '',
    'framesdrawn' => '',
    'status' => 'lineup',
    'sub' => '0',
    ),

    And in the player list gamesw and gamesl are two of the columns:

    [player_list id=”11966″ title=”Player Stats” number=”all” team=”0″ seasons=”88″ leagues=”10″ columns=”currenttgt,gamesw,gamesl,gameperc” orderby=”gameperc” order=”DESC” show_all_players_link=”0″ align=”none”]

    But those two values are showing up as zero in the player list.

    Thread Starter NickJP

    (@nickjp)

    Well, when I checked on the website this morning, the values in the player lists are now there correctly, though I hadn’t touched the website since I posted this query yesterday! Maybe there was some temporary problem with Siteground’s hosting that they fixed in the interim. I just entered another set of match results, and everything is functioning correctly, so problem solved.

    Plugin Contributor Savvas

    (@savvasha)

    Hi @nickjp ,

    Most of the times, this type of “issue” is based on cache mechaninsms. Try to clean your cache everytime you experience something similar.

    Thanks,
    Savvas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Games won & lost showing in events but not player lists’ is closed to new replies.