Error: No bookable flight found!

Information about the VA integration pack
Post Reply
apolloHR
Rampie
Posts: 1
Joined: Sun May 29, 2011 2:25 pm

Error: No bookable flight found!

Post by apolloHR » Sun May 29, 2011 5:31 pm

Good Day!

After the site was updated, some days ago, it came up a problem by booking the flights on our webpage of Apollo Airlines and non of our pilots can book a flight, except if he try from fsairlines site.
When Selecting "Flight Booking" even thought, both Pilot and A/C are available, message "No bookable flight found!" is displayed.
We are aware that this is an old issue to other VA's, but it came up to us just the day after the fsairlines site update.

Thanks

George Trifyllis
Apollo Airlines

Konny
FSAirlines Developer
Posts: 1564
Joined: Sun Sep 25, 2005 10:40 am
Location: Munich, Germany
Contact:

Re: Error: No bookable flight found!

Post by Konny » Sun Jun 12, 2011 5:14 pm

I think I fixed this problem about one week ago.
Konrad - FSAirlines Developer
Image

Marius C.
Ticket Agent
Posts: 6
Joined: Tue May 24, 2011 7:40 am

Re: Error: No bookable flight found!

Post by Marius C. » Tue Jun 21, 2011 1:27 pm

Hello

No bookable flight found ! This is the error I receive when I try to book a flight from V.A's website.
Does anyone have any idea how can be solved?

Thank You
Image

Konny
FSAirlines Developer
Posts: 1564
Joined: Sun Sep 25, 2005 10:40 am
Location: Munich, Germany
Contact:

Re: Error: No bookable flight found!

Post by Konny » Tue Jun 28, 2011 10:08 pm

Does it work now?
Konrad - FSAirlines Developer
Image

Marius C.
Ticket Agent
Posts: 6
Joined: Tue May 24, 2011 7:40 am

Re: Error: No bookable flight found!

Post by Marius C. » Tue Jul 05, 2011 3:35 pm

Let's say..only 50% ..

now my flight is listed ...
Image

but after clicking on icon ..i receive this
Image
Image

Konny
FSAirlines Developer
Posts: 1564
Joined: Sun Sep 25, 2005 10:40 am
Location: Munich, Germany
Contact:

Re: Error: No bookable flight found!

Post by Konny » Thu Jul 07, 2011 11:53 pm

Next time this happens can you please tell me the url of the page where the problem occurs? There seems to be a problem with the title=off option.
Konrad - FSAirlines Developer
Image

Marius C.
Ticket Agent
Posts: 6
Joined: Tue May 24, 2011 7:40 am

Re: Error: No bookable flight found!

Post by Marius C. » Fri Jul 08, 2011 10:02 am

this is our web page with "the problem" : http://airdanubius.weebly.com/dispatch-office.html
Image

Konny
FSAirlines Developer
Posts: 1564
Joined: Sun Sep 25, 2005 10:40 am
Location: Munich, Germany
Contact:

Re: Error: No bookable flight found!

Post by Konny » Thu Jul 14, 2011 9:40 am

Thanks, I can see the problem now. Your iframe-tag looks like this:

Code: Select all

<iframe id="blockrandom2" name="iframe" src="http://remote.fsairlines.net/v1/dispatch.php?rvi=18066=off" width="830" height="325" scrolling="Auto" align="center" frameborder="0" class="wrapper"> </iframe>
As you can see there is a =off at the end of the url which you have to remove. It should be:

Code: Select all

src="http://remote.fsairlines.net/v1/dispatch.php?rvi=18066"
Konrad - FSAirlines Developer
Image

Marius C.
Ticket Agent
Posts: 6
Joined: Tue May 24, 2011 7:40 am

Re: Error: No bookable flight found!

Post by Marius C. » Fri Jul 15, 2011 3:49 pm

Yes Konny ... now is OK ! Thank You
Image

Post Reply