Title: Result update.
Last modified: August 21, 2016

---

# Result update.

 *  Resolved [korabh](https://wordpress.org/support/users/korabh/)
 * (@korabh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/)
 * Strict Standards: Declaration of LeagueManagerHandball::rankTeams() should be
   compatible with LeagueManager::rankTeams($league_id, $season = false, $update
   = true) in /Applications/MAMP/htdocs/federata/wp-content/plugins/leaguemanager/
   sports/handball.php on line 10
 * [https://wordpress.org/plugins/leaguemanager/](https://wordpress.org/plugins/leaguemanager/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694663)
 * I’ll look into it… Thanks
 *  Plugin Author [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694674)
 * 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](https://wordpress.org/support/users/korabh/)
 * (@korabh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694701)
 * 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](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694705)
 * 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:
 * [http://wordpress.org/support/topic/matches-not-updateing?replies=4](http://wordpress.org/support/topic/matches-not-updateing?replies=4)
 *  Thread Starter [korabh](https://wordpress.org/support/users/korabh/)
 * (@korabh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694707)
 * 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](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694708)
 * The solution is very possibly in that link, you are probably hitting the php 
   max_input_vars limit.
 *  Thread Starter [korabh](https://wordpress.org/support/users/korabh/)
 * (@korabh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694724)
 * Yes, Thank you very much.
 *     ```
       This fix it through htaccess.
       php_value max_input_vars 10000
       ```
   
 *  Plugin Author [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694730)
 * Good news…
 * Next challenge is to fix the strict errors and I’ll work on those over time. 
   Thanks for the information.
 *  [btereposky](https://wordpress.org/support/users/btereposky/)
 * (@btereposky)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694812)
 * 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](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694819)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/leaguemanager.svg)
 * [LeagueManager](https://wordpress.org/plugins/leaguemanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaguemanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaguemanager/)
 * [Active Topics](https://wordpress.org/support/plugin/leaguemanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaguemanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaguemanager/reviews/)

## Tags

 * [result](https://wordpress.org/support/topic-tag/result/)

 * 10 replies
 * 3 participants
 * Last reply from: [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/result-update/#post-4694819)
 * Status: resolved