Hey all. I've pulled down the latest code from the Google Code svn trunk to play around with ... but have to admit that things haven't gone as smooth as I would have liked. In the meantime, I thought I'd provide some info as to a couple of the issues I encountered ... and perhaps someone on the list can point me in the right direction.
First of all, I'm not sure if there is a better place to grab the code ... I pulled down the latest svn trunk from Google Code. I'm assuming this is what is referred to as 2.6, but that's pure speculation on my part. First issue I ran into is the db directory on the current svn release is completely empty ... so there's no script for setting up the database. I had to go back to release 1040 to find a fresh database install script. At this point, I'm not sure if my DB and my code is at the same version, but I pushed ahead anyway. Second issue was with the consent waiver ... in Person.php, in the generateForm function inside the PersonSignWaiver class, I had to modify the @readfile command, because it was generating an ineligible filepath. The third item I ran into was in creating a new field ... while the code all looks like it should work, the record being generated in the database is full of NULL records for most of the items. I've tracked the code, and all of the elements are in the array before the final save() call, but most of the data doesn't get transferred to the database during the save() routine. Since I'm not 100% certain that my DB schema and code are in sync, I figured I'd check with the list before going much further ... Has anyone been able to get the current SVN code to work 'out of the box', or are the issues I've run into just the tip of the iceberg? Thanks in advance, - Jeremy
_______________________________________________ Leaguerunner mailing list [email protected] http://www.dmo.ca/cgi-bin/mailman/listinfo/leaguerunner
