missing routes

Sorry i tried to find my last post about this.  I still have routes that are enabled for today but don’t show.  Example: today my beech charters are 2003,4,5,6,7,8.

Routes 4 and 6 aren’t showing.

Email me a mysql dump of that table and the IDs of the missing schedules

Sent the SQL.  The id’s are very random, can’t figure out what the common factor is.

sent to your yahoo

The bid ID numbers in mysql are zeros and other numbers.  is this correct?

Yeah that’s fine. They won’t show up if there are bids on them if you have that option enabled.

I meant, do you know which flights aren’t showing up? If you do a search. I haven’t looked at the SQL yet

If it helps.  I just did two flights for the routes i listed above.  And now 2005 isn’t showing and it was earlier..

I changed this code in the local.config and they show now. Set it from true to false.

# Disable route upon bid
Config::Set('DISABLE_SCHED_ON_BID', false);

Yeah, if that’s true and someone bids on the schedule, the schedule is removed from the listing until the bid is removed (didn’t you request that? lol)

I was just trying to give you something to build on as far as whats wrong. what is working and what is not.