Golf Extension: Future Rounds Bug
-
Salam n Hola
I’m creating a golf site with the Golf Extension. I think I’ve stumbled upon a couple of bugs when scheduling future rounds.
I’ve created and published 2 rounds for a competition with players and their strokes complete.
Then I try to add/schedule two more rounds in future dates.1. When I try to schedule a future round with all players included, this will just break everything. I mean all shortcodes will fail to run.
2. When I schedule two future rounds without any players, this will cause the existing rounds to go into R3 and R4. R1 and R2 will have 0 entries.
I see the following in my error log:
[24-Dec-2016 19:03:37 UTC] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘No Equation given’ in /home/../plugins/sportspress/includes/libraries/class-eqeos.php:131
Stack trace:
#0 /home/../plugins/sportspress/includes/libraries/class-eqeos.php(164): eqEOS->checkInfix(”)
#1 /home/../plugins/sportspress/includes/libraries/class-eqeos.php(427): eqEOS->in2post(”)
#2 /home/../plugins/sportspress/includes/sp-core-functions.php(1258): eqEOS->solveIF(‘$scorefor1’, Array)
#3 /home/../plugins/sportspress/includes/class-sp-league-table.php(459): sp_solve(‘$scorefor 1’, Array, ‘0’)
#4 /home/../plugins/sportspress/templates/league-table.php(51): SP_League_Table->data()
#5 /home/../plugins/sportspress/includes/sp-core-functions.php(80): include(‘/home/maaxiico/…’)
#6 /home/../plugins/spor in /home/../plugins/sportspress/includes/libraries/class-eqeos.php on line 131
[24-Dec-2016 19:03:42 UTC] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘No Equation given’ in /home/../plugins/sportspress/includes/libraries/class-eqeos.php:131
Stack trace:
#0 /home/../plugins/sportspress/includes/libraries/class-eqeos.php(164): eqEOS->checkInfix(”)
#1 /home/../plugins/sportspress/includes/libraries/class-eqeos.php(427): eqEOS->in2post(”)
#2 /home/../plugins/sportspress/includes/sp-core-functions.php(1258): eqEOS->solveIF(‘$scorefor1’, Array)
#3 /home/../plugins/sportspress/includes/class-sp-league-table.php(459): sp_solve(‘$scorefor 1’, Array, ‘0’)
#4 /home/../plugins/sportspress/templates/league-table.php(51): SP_League_Table->data()
#5 /home/../plugins/sportspress/includes/sp-core-functions.php(80): include(‘/home/maaxiico/…’)
#6 /home/../plugins/spor in /home/../plugins/sportspress/includes/libraries/class-eqeos.php on line 131Please advise
The topic ‘Golf Extension: Future Rounds Bug’ is closed to new replies.