FsPassengers Forums
FSPax and VA - Printable Version

+- FsPassengers Forums (http://www.fspassengers.com/forum)
+-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3)
+--- Forum: FsPassengers Support (http://www.fspassengers.com/forum/forumdisplay.php?fid=5)
+--- Thread: FSPax and VA (/showthread.php?tid=7369)



FSPax and VA - nckheinrich - 06-04-2008

So I am trying to set up my VA using FSPax and I have no idea what I'm doing. I read the read me and don't understand a word
of it. Can
someone help me. Please contact me at nckheinrich [AT] yahoo.com


Re: FSPax and VA - DBE - 07-04-2008

Hey Nick,

The whole issue of support forum is to be able to share solutions with as many people as possible. So one-on-one communication isn't really
something to be encouraged!

Which part of the setup are you having problems with?




Re: FSPax and VA - matt974 - 13-04-2008

Hi

I have a problem with the "179_PHP_VirtualAirlineScript15" field. Indeed, wgen I use the localhost to understand what I have to do to add FSP to my
VA, my browser says me that there are a lot of "Notice: Use of undefined constant name" or "Notice: Undefined index:"
If someone can help me to understand what is the problem please?


Re: FSPax and VA - eazy - 13-04-2008

The php error report level seems to be set to E_NOTICE which is a little too "talkative". Try putting this in the first line of the script:

error_reporting(E_ERROR);

or, if you can access the php.ini file, edit it accordingly.