Well, if you can export your pireps table for me. If you're having problems but other people aren't, I need to see what's going on so I can have a stable release.
Maps you have to update the templates - read the changelog.
Finances, well, did you do a pirep reset? The backend changed completely in this so they should be more accurate now. If you look at the pirep table, is there 'stuff' in the gross column (should have been automatically populated), does it equal the load * price? Are you expenses accurate? Check those things out
In the pirep table.
Edit: Oh, you're looking at schedules, you'll have to do something like this:
SEC_TO_TIME(SUM(TIME_TO_SEC(flighttime)))
I have to add the flighttime_stamp column to that table.
Instead of getAirlineByID() try getAllAirlines(). What is it outputting right now?
And:
$noAirline = PilotData::findPilots(array('p.Airline'=>''));
You want p.code => 'airline code', since that's how their airline is store
Revision 869: route fixes, acars fixes, drop airways/navdb table before updating28 January 2010, 8:23 amroute fixes, acars fixes, drop airways/navdb table before updatingSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
Can you do an export of your airports table and post it here? I've written a new calculation for finding the distance, want to see how accurate that one is