Page 1 of 1

Bug in XML-function getBookableRoutes

Posted: Sat Dec 15, 2012 3:45 pm
by MadJosch
Hi

I think I found a bug with the function getBookableRoutes
According to the wiki entry about the function it returns several codes about the success of the operation ( SUCCESS, NOT FOUND, FLIGHT BOOKED, GROUNDED, SUSPENDED, VA INACTIVE ).
But if I try to book a flight when there is already one booked, the function does not return an appropriate code (e.g. FLIGHT BOOKED).
Instead it produces an error message

Code: Select all

Warning: DOMDocument::load() [domdocument.load]: Start tag expected, '<' not found in http://www.fsairlines.net/va_interface.php5?va_id=XXXX&function=getBookableRoutes&pilot_id=XXXXX
(remark: va_id and pilot_id effaced)


Regards
Jörg

Re: Bug in XML-function getBookableRoutes

Posted: Sun Dec 16, 2012 4:28 pm
by Konny
Ok, thanks for the hint. I will check that.

Re: Bug in XML-function getBookableRoutes

Posted: Sat Jan 12, 2013 1:23 am
by Konny
I found the problem and fixed it :)

Re: Bug in XML-function getBookableRoutes

Posted: Mon Jan 14, 2013 3:38 pm
by MadJosch
It looks like the problem only changed:

Code: Select all

Warning: DOMDocument::load() [domdocument.load]: XML declaration allowed only at the start of the document in http://www.fsairlines.net/va_interface.php5?va_id=XXXX&function=getBookableRoutes&pilot_id=XXXXX
Still no functionality. :-(

Regards, Jörg

Re: Bug in XML-function getBookableRoutes

Posted: Sat Mar 02, 2013 2:10 am
by Konny
Guess it should work now, I found a major bug in the code.

Re: Bug in XML-function getBookableRoutes

Posted: Sat Mar 02, 2013 7:49 pm
by MadJosch
Thank you very much, works like a charm.