Jump to content

Recommended Posts

Posted

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?

Posted
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?

 

  • 8 months later...
Posted

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

 

unknown.png

 

but in the acars the registrations is the one specified at the schedule module

 

unknown.png

 

The popup works correctly and the aircrafts list correctly

Posted
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

Posted
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.

Posted
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?

Posted

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

Posted
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.

  • Thanks 1
  • Administrators
Posted

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.

  • 8 months later...
  • 5 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...