Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    I’ll look into it… Thanks

    Plugin Author LaMonte Forthun

    (@lamontef)

    That’s one I haven’t seen before, but then again, I don’t usually turn on strict warnings. The warning doesn’t affect the running of the code as these two instances are called from different places using different situations. I’ll dig into it, but it’s going to take some time and I’m sure there are most likely others…

    Thread Starter korabh

    (@korabh)

    Yep, It happened when i try to update result’s of handball scores, after changing points nothing get’s to update. This is shown when i try to debug errors.

    Plugin Author LaMonte Forthun

    (@lamontef)

    OK, so you’ve got two different things going on. This warning has nothing to do with the results not updating. What versions of LM and WP are you using? Do you have a lot of results you are trying to update at once? If so, you might be running into the same issue listed below:

    https://www.ads-software.com/support/topic/matches-not-updateing?replies=4

    Thread Starter korabh

    (@korabh)

    This is happening when I try to debug wp to see why result is not updating. I currently have more than 500+ matches and 100+ Teams. I’m using WordPress 3.8.1 and plugin version is 3.8.8.1

    Plugin Author LaMonte Forthun

    (@lamontef)

    The solution is very possibly in that link, you are probably hitting the php max_input_vars limit.

    Thread Starter korabh

    (@korabh)

    Yes, Thank you very much.

    This fix it through htaccess.
    php_value max_input_vars 10000
    Plugin Author LaMonte Forthun

    (@lamontef)

    Good news…

    Next challenge is to fix the strict errors and I’ll work on those over time. Thanks for the information.

    I trying to set up a volleyball league. Thus far it has been working well except the ranking system seems to have ballpoints listed as the 1st tie breaker after points for games won instead of sets won. I am not sure how to change this using the volleyball scoring system already set up. I have tried using other sports scoring but then sets are not even shown on the league table results.

    In addition I work in a school and the site I use is hosted on my districts server. So I am not sure I would have access to any admin possibilities. I could pass things on however.

    Plugin Author LaMonte Forthun

    (@lamontef)

    The current tiebreaker sequence is (in version 3.8.8.1):

    1). Points (based on your method of scoring points)
    2). Set Difference
    3). Won Sets
    4). Ballpoints Difference
    5). Ballpoints

    To change it would require one of two things: a). access to the volleyball.php file in the sports folder and move the files around, or b). a new sport file dropped into the sports folder that does what you need. If you can get someone to edit the file in a, I can let you know what to change, if you need a new file let me know the exact order you need and I’ll put one together.

    FYI, a future release will allow for the tiebreaker to be customized a lot more from an admin interface than it can be now. When? No idea…

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Result update.’ is closed to new replies.