An issue I just stumbled upon after completing a season in career. My sponsor all of a sudden had contract till year 0 and a budget of 0 euros per year. The logo was Rabobank and so was the jersey, but the name still remained the same. Also the nationality of the team was set to 0 in the database.
I was looking around in the .cdb to see if anything looked unusual, but I couldn't really find any way to manually fix this. However it could be a result of me messing around with the length of sponsor contracts before, although I don't see why that wouldn't work. Does anyone know what may have caused this and how I can fix it?
Could it be that you changed the value in the column value_i_sponsor_future in the table DYN_team? If yes, then better search this forum to find the formula for that column.
Fixing would be easy, just assign a sponsor to your team in DYN_team >> fkIDsponsor_principal
Maybe you have to update the sponsor in the table DYN_sponsor also.
That may be exactly what I've done, I recall messing around with it a while back. I was trying to figure out what it's purpose was, but I probably forgot to switch it back. What confused me was that fkIDsponsor_principal already had a value, so I assumed it was the correct one. It wasn't though, and all I had to do was to change it to the correct value. Thanks for the help.