Quote:
Originally Posted by Getch
I replied via PM, but in case anyone is interested. Almost everything you see in OU is directly from the CSV files. I don't cache anything or store anything, everything is read from the CSV's. So if you see players that are wrong, or ratings, etc., most likely that's coming from the CSV files.
So, the first step is to look at the CSV files in the cgi-bin/csv directory and see if that has the right data. In this case, I'd look at players.csv and see if the old and new draftees are showing up in there. In this case, the old draftee's pretty much have to be (OU doesn't cache anything, so what it displays is what's in the CSV files), so you need to figure out why the CSV is wrong. Did you copy to the wrong directory? Did you copy FROM the wrong directory? etc.
|
Thank you. I do see those old ones in the players.csv, and what I'm thinking I need to do is delete these guys who are listed as "league 0" as they are deleted from the draft pool, but still floating around like ghosts.
I'll give this a try.