Closed (fixed)
Project:
Sports Club Management
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 00:37 UTC
Updated:
27 Oct 2009 at 13:20 UTC
URL: http://www.example.com/node/add/sport-league
Result:
Fatal error: Call to undefined function sport_game_opponents_option_list() in C:\xampp\xampp\htdocs\goannas2\sites\all\modules\sport\sport_league\sport_league_member.module on line 248
Comments
Comment #1
rötzi commentedThanks for reporting. Fixed in CVS.
The function used is part of the "sport_game" module, and should not have been used as it is not a dependency. As a workaround, just install the "sport_game" module (that's also why I didn't notice, as I am using a full installation for testing).
Comment #2
webdeli commentedACTION: As advised - activated "Sport game" module in 'site->admin->modules->sport' - save configuration.
NOTICE: "You must enable the Sport league, Sport game location modules to install Sport game."
ACTION: 'Continue' -> The configuration options have been saved.
TEST: www.example.com/admin/sport/league
RESULT: OK - "This is the list of leagues. New leagues are created at Create content > League."
SUMMARY: Workaround described corrects issue.
NOTES: This has changed in the currunt working CVS by rötzi, should not be an issue in stable release.
Comment #3
webdeli commented