Unlock Routes

Hello fellow members,

I am having a bit of trouble here… I want to unlock routes that currently have flight bids. Our VA is filled with people who love to fly with a whole group of people to the same destination, but that is rather difficult when only one person can bid on the flight before it is locked. Is there a way to unlock the routes?

Thanks so much for your help in advance fellows!

Answered many times…

Search will find ->

in local.config.php find

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', true);
Config::Set('DISABLE_BIDS_ON_BID', false);

and change it to

# If someone places a bid, whether to disable that or not
Config::Set('DISABLE_SCHED_ON_BID', false);
Config::Set('DISABLE_BIDS_ON_BID', false);

Sorry to have missed it, didn’t know what keywords to search…

He gave you what to change in the post