Mickey Posted July 2, 2019 Report Share Posted July 2, 2019 Hi, 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? Quote Link to comment Share on other sites More sharing options...
gio1961 Posted July 3, 2019 Report Share Posted July 3, 2019 13 hours ago, Mickey said: Hi, 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? Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted March 29, 2020 Report Share Posted March 29, 2020 as you see here im using fltbook module [14:13] the aircraft reg is EC-AMH [14:14] but in the schedule im using a fake aircaft with reg A320CALLSNG like at fltbook instructions but in the acars the registrations is the one specified at the schedule module The popup works correctly and the aircrafts list correctly Quote Link to comment Share on other sites More sharing options...
web541 Posted March 29, 2020 Report Share Posted March 29, 2020 8 hours ago, Cristian9711 said: 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 AND s.aircraft=a.id to this AND b.aircraftid=a.id You may have some success Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted March 30, 2020 Report Share Posted March 30, 2020 Im getting this error Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted March 30, 2020 Report Share Posted March 30, 2020 Wich acars do you recomend me to use? Quote Link to comment Share on other sites More sharing options...
gio1961 Posted March 30, 2020 Report Share Posted March 30, 2020 (edited) I have tried it now. I state that I do not use the form "Fltbook" but other. I haven't edited any files You can see it here. It is not free. https://www.tfdidesign.com/smartCARS.php Edited March 30, 2020 by gio1961 Quote Link to comment Share on other sites More sharing options...
web541 Posted March 30, 2020 Report Share Posted March 30, 2020 11 hours ago, Cristian9711 said: Im getting this error 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. Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted April 3, 2020 Report Share Posted April 3, 2020 I reinstalled everything again i purchased a vps and now when i book a fligh it says that i dont have any flight bidded I tried with crystal skin. Quote Link to comment Share on other sites More sharing options...
web541 Posted April 3, 2020 Report Share Posted April 3, 2020 1 hour ago, Cristian9711 said: I reinstalled everything again i purchased a vps and now when i book a fligh it says that i dont have any flight bidded I tried with crystal skin. Are you sure you installed the full module, including uploading the .sql file to your database? Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted April 3, 2020 Report Share Posted April 3, 2020 Yes i installed the sql file Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted April 4, 2020 Report Share Posted April 4, 2020 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 Quote Link to comment Share on other sites More sharing options...
Cristian9711 Posted April 4, 2020 Report Share Posted April 4, 2020 Did you tested the module with any acars? Quote Link to comment Share on other sites More sharing options...
web541 Posted April 4, 2020 Report Share Posted April 4, 2020 20 hours ago, Cristian9711 said: Did you tested the module with any acars? 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. 1 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted April 4, 2020 Administrators Report Share Posted April 4, 2020 Post the full link when you hover over the "Bid" button. RIGHT click, copy the link and post it here. Possibly the schedule ID isn't getting passed. Quote Link to comment Share on other sites More sharing options...
Curshad Posted December 29, 2020 Report Share Posted December 29, 2020 anyone found a fix for his issue? Quote Link to comment Share on other sites More sharing options...
Curshad Posted January 29, 2021 Report Share Posted January 29, 2021 Dead post then? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.