Closed (fixed)
Project:
LeagueSite
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 16:38 UTC
Updated:
27 Oct 2010 at 12:20 UTC
I copied this from a post, as I believe it constitutes an issue.
I think it must be possible to link a Sport Player to a Sport Team but I can't figure out how to do that exactly, I can create a season -> league -> team and link them together.. but not the player. Any help on this?
Another problem I've encountered, I've added the season->league->sport teams and when I go to create content -> match the combobox says I have not added any teams yet.. ?
Comments
Comment #1
Alun commentedT0mba,
In order to add a player to a team, you need to go to the team, click edit, and a tab called players will appear, which will allow you to add the players to the team there.
With the other issue, how many leagues / seasons do you have set up, and what version of Leaguesite are you running?
Thanks
Alun
Comment #2
defacto-studio commentedWhen I click "Save and enter Players in match" its:
When I want to do new scoring type its:
When You delete socre type and add new then its problem with Leagues, when you Configure one of Leagues, name, number of weeks was deleted and we need to create new League, not only change score type.
When I want to add mach, ma main season and league have no teams, its new called: "season - score type name - Friendly" and then there are teams.
Comment #3
Alun commentedThanks for the errors defacto,
The first error is something I need to fix, its been posted about with a fix on this post: #914468: List of player not work
I'll have to have a look at whats causing the scoring type problem. I could be using something not compatible with mysqli, along with the other issues.
Thanks
Alun
Comment #4
Alun commentedHi defacto, I have committed the fix for the mysqli error. You need to change this line (line 114 of leaguesite.scoring.admin.inc)
from
to this
Hopefully that should stop that error- i'll have a look at the others as I go through.
Thanks
Alun
Comment #5
Alun commenteddefacto, the fix I committed should have helped with the score type issues - deleting a score type causes all sorts of errors if a league is currently using that score type - probably explaining the other errors you are outlining.
Can you please let me know if you still have them after setting up a new scoring type and supply error messages?
Also I will need to know your Leaguesite version.
Many thanks
Alun
Comment #6
Alun commentedClosing this due to inactivity - I assume the error stopped.