Please can somebody help? I have searched all over and cant find the answer to resolve my issue.
I have the issue of when I try to book a flight through this, the pop up box to select registration of aircraft quickly flashes and disappears. I have tried various of recommendations on other topics and none help?
Please can somebody help? I have searched all over and cant find the answer to resolve my issue.
I have the issue of when I try to book a flight through this, the pop up box to select registration of aircraft quickly flashes and disappears. I have tried various of recommendations on other topics and none help?
but in the acars the registrations is the one specified at the schedule module
Not sure exactly as I have never used that ACARS software, but from a quick look at the module (in core/modules/CCFTracker/CCFTracker.php) around line 397, if you change this
Hmmm, are you sure you still have a bid? Make sure that there is a flight booked on the website first then it should show up. If not, try replacing this (around line 113)
$biddata = self::getLatestBid($pilotid);
with this
$biddata = FltbookData::getLatestBid($pilotid);
If that doesn’t work then there’s something else going on as it should be pulling straight from the phpvms_bids table. The ACARS software you choose is up to you, but if you want to use Fltbook then there is sometimes extra work that’s needed regardless of the ACARS.
What i seee at the database is that the aircraftid at bids table is the same id on aircrraft table I tried to insert b.aircraftid=a.id but it doesnt get the flight and the problem with any flight bided is solved the module was installed wrong
No I haven’t, but I have seen others using different ACARS systems with success. Most ACARS you use will require slight changes to the module files to read the aircraft properly, but the bid should still show up normally without any adjustment.