phpvms / phpvms_v2

Virtual Airline Management (not maintained)
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
41 stars 46 forks source link

Bids disappearing after a certain time #59

Closed druptown closed 12 years ago

druptown commented 12 years ago

We have been experiencing something weird.

When we place a bid, it disappears after a certain time. Is this normal?

nabeelio commented 12 years ago

Haven't heard of that - what version,etc? How long is a "certain time"

druptown commented 12 years ago

I think I've located my problem.

Instead of using 10 737's where are using only 1 with 737 as callsign and this for all flights that use a 737.

My partner had multiple flight bidded with that aircraft and around the time he sent his pirep, the next bid in line disappeared which uses the same aircraft.

Will disabling sched_on_bid solve this?

-----Oorspronkelijk bericht----- From: Nabeel Shahzad Sent: Monday, February 06, 2012 4:03 PM To: druptown Subject: Re: [phpVMS] Bids disappearing after a certain time (#59)

Haven't heard of that - what version,etc? How long is a "certain time"


Reply to this email directly or view it on GitHub: https://github.com/nshahzad/phpVMS/issues/59#issuecomment-3829796

nabeelio commented 12 years ago

I believe it will, but it won't block any schedule that's been bid on.

druptown commented 12 years ago

should i make this change in both local config and app config?

What is the difference between those 2?

-----Oorspronkelijk bericht----- From: Nabeel Shahzad Sent: Monday, February 06, 2012 4:03 PM To: druptown Subject: Re: [phpVMS] Bids disappearing after a certain time (#59)

Haven't heard of that - what version,etc? How long is a "certain time"


Reply to this email directly or view it on GitHub: https://github.com/nshahzad/phpVMS/issues/59#issuecomment-3829796

nabeelio commented 12 years ago

Only in local.config app.config has the default options, they are overridden in local

druptown commented 12 years ago

bids still disappearing after some time. I'll try to find out how long.

nabeelio commented 12 years ago

Bids have an expire time:

https://github.com/nshahzad/phpVMS/blob/master/core/app.config.php#L102