Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 1.6k views
Hi, all Can't connect by kACARS_Free client to site. Web server work on nginx + php-fpm. Prior to that, he worked at the site apache22 and had no problems. nginx.conf: server { listen *:80; server_name example.org; access_log /var/log/nginx/exmple.access.log; # access_log off; location / { root /www/example; index index.php index.html; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?q=$1 last; } } location ~* ^.+\.(jpg|jpeg|gif|png|svg|swf|ico|js|css|mp3|ogg|mpe?g|avi|zip|gz|bz2?|rar|xml)$ { root /www/example; expires max; } location ~ \.php$ { fastcgi_pass unix:/tmp/php-fpm.sock; fastcgi_index index.php; fastcgi_…
Last reply by Khuman, -
- 1 reply
- 1.6k views
Hello everybody! First of all happy new year to all! I have a question, is it possible to get auto generated flight numbers instead of when we are making the schedule we put it ourselves? It will be great if someone could help me! Regards.
Last reply by Fernando, -
- 4 replies
- 1.6k views
Can i set rankings so that i can appoint them to pilots like coo and staff members?
Last reply by RocketRod, -
- 2 replies
- 1.6k views
Hello fellow Aviation Enthusiasts! I recently started fumbling my way through phpVMS, and up until this issue the "search" function has been GREAT! I just installed the Plugin Manager and everything appears operation EXCEPT instead of the "Plugins Home" and "Upload Plugins" links I get -- plugins/sidebar.php Has anyone else encountered this issue, and if so, how did you fix it? Many thanks in advance for your assistance. Kind Regards, Dan Attached: Screenshot of issue
Last reply by danielatc81, -
- 3 replies
- 1.6k views
Hi All, I was wondering, Is this the right way to go about calling whether the pilot has flown a flight or not to display a notifcation? <?php if ($userinfo->totalflights<1) echo "You Have Not Completed A Flight Yet Please File A Report To Avoid Being Removed" ?> Help Appreciated Jon
Last reply by Kyle, -
- 2 replies
- 1.6k views
Hello to everyone here! I don't know where to start from, since I really don't even know what am I gonna ask. but here I go.... We have a Virtual Airlines running on WIX servers https://www.southamericanva.com/ And currently, we are using UESVA acars to monitoring the flights and pireps sent from the pilots. However we just bought the SmartCARS from TFDI but I'm not quite sure what to do. I've been trying to read some about it but there are so many concepts, terms and words that I don't understand. English is my second language, and I assumed I have issues trying to understand those concepts. Does anyone here can help me or guide me? I don't know …
Last reply by Strider, -
- 2 replies
- 1.6k views
Hey guys, Any one know how to edit/add your schedule search so you can choose a Departure Airport, and Arrival Airport. So it shows the flights between the two airfields?? Just a Question
Last reply by Dyl963, -
- 1 reply
- 1.6k views
Hi friends... How do I center the live map on my page?? http://www.kafly.com.br/do/index.php/acars Look around and help me, please ... Thanks ..
Last reply by simpilot, -
Hi guys all good? The system of rank, when I set up so that I can change it manually, it keeps automatically changing with the hours of pilots? or I have to manually switch pilot when it's time to be promoted? Thank you for listening! The system is great!
Last reply by Jeff, -
- 0 replies
- 1.6k views
Hey I am simply trying to create a list of all flights in a range of numbers. For example all flights with a flight number beginning with 33. I have tried everything and have gone in so many circles now that I am just ULTRA confused. I was basing it on a wildcard search of '33%' I can't figure out how to setup my class, modules, and templates...or even know any more if I need to or if I can just put code directly into the page itself ?? This stuff is very confusing. I would like my finished product to be a scheduled list of all flights with number starting with 33 Any help would be greatly appreciated. To make matters even more frustrating it seems to me like it …
Last reply by kbohme, -
- 6 replies
- 1.6k views
Right off the bat, I will apologize if this has been asked before. If I am wanting to allow some of my pilots to use XACARS is there a way to get it to work with VMS? We are currently looking at the possibility to use VMS and are currently testing to see if we can make the move. With out loosing to much data on the pilots. Also long with going to a Automated PIREP reporting system. Thanks, Jon Leach Chief of Staff, USAVAF www.usavaf.com
Last reply by TAV1702, -
- 3 replies
- 1.6k views
-
-
- 2 replies
- 1.6k views
1.- As the news can turn off so that they are not on the main page. I just want to disable them, but not delete them, if later I would like to publish them 2. It can limit the number of news that you can see on the main page?
Last reply by Jeff, -
somebody can give me a PHP code for standart page in the PHPVMS
Last reply by Strider, -
- 0 replies
- 1.6k views
Hi All thank you for everything I am working with my friend to create new Airline Virtual everything has been created and website work well Just free acars dose not work i don't know what is the problem i am thired to solve and fix the issue i need help from all to be our virtual work with acars i will attach some photos about the issue the we had and need help thx all CAVacars free we use i am already install it .. before CAVacas open it shows to me this problem just press okay the software will open I am already enter the virtual information , then will show the green box just when i am click GET FLIGHT AS you can see the problem will shows to …
Last reply by alyousafi, -
- 4 replies
- 1.6k views
This is something that i never seem to get round to but i have the following error with my hub / routemap, Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'RouteMap::hubmap' was given in /home/mgrant/public_html/grantsva.com/core/classes/MainController.class.php on line 292 I posted about a year ago and Nabeel posted a line of code to add, is this still relevant? Im on the latest beta but its never worked now or ages
Last reply by mark1million, -
- 5 replies
- 1.6k views
Hi when I go on my schedules its all out of place -
Last reply by Jeff, -
- 3 replies
- 1.6k views
Hello all, How to install ips for phpvms, i've uploaded the files but the flight doesn't appear .
Last reply by Heritage1, -
- 3 replies
- 1.6k views
Nabeel, I am using the command DB::get_row($query) to run a query on the database but it seems to limit the number of times I can run it on one page view to four..... Does this make any sense to you... after the fourth call it always comes back empty.... I can make it work using a standard sql select from the tpl file but do not want to do that.. you can see what I mean at the link below then click on KBOS http://www.simpilotgroup.com/dev/index.php/RealSchedule Here is the snippet public function get_next_flight($aircraft, $location) { $query = "SELECT * FROM ".TABLE_PREFIX."schedules WHERE aircraft='$aircraft' AND depicao='$location'"; return…
Last reply by Nabeel, -
- 1 reply
- 1.6k views
Hi I would like to know how I do administrator, as added aircraft and add routes as please help me.
Last reply by simpilot, -
- 1 reply
- 1.6k views
Hi Guys, In my admin pirep list i have a bug with jqMdoal dialog popup. I dont know why but the dialog only displaying once and i need to refresh the page after i validate every pirep you can help me Thanks Mattia
Last reply by CedGauche, -
- 2 replies
- 1.6k views
Hey, I want to know how to retrieve monthly data for a statistics report that I make at the end of each month. Last month was the first full month of operations for freshJet so this is my first report. I basically need: No. of Flights flown (PIREPS) No. of Hours Flown No. of New Pilots There is more but I can do that myself. I'd be grateful to anyone who could give me some answers.
Last reply by Nabeel, -
- 2 replies
- 1.6k views
This might have already been asked here, but how do I make it where the pilots ID is like EXX001 insted of EXX0001?
Last reply by disconett, -
- 3 replies
- 1.6k views
Dear members I have problems in Map when we use the fsacars, aircraft displays the map just pointed downward. An example map, anyone have any ideas? Luiz Fernando CEO - Gol Virtual - Here we give you wings to fly! Senior captain- Pilot ID GLO0004 Visit our website: www.voegolv.net
Last reply by Toyuko, -
- 1 reply
- 1.6k views
Hey, Could someone please direct me to where phpvms stores the database details (i.e. the file)? I cant seem to be able to find it. Thanks
Last reply by Kyle, -
- 1 reply
- 1.6k views
i have got to the last part of the installer and got this error when i got to the index.php Fatal error: Cannot re-assign auto-global variable _FILES in /home/heartsf1/public_html/core/common/PilotData.class.php on line 436 All help would be great Thanks
Last reply by simpilot, -
- 4 replies
- 1.6k views
I have routes like this: ROK100 MDW-LAS-SFO When someone flies just the MDW-LAS route, it also shows me someone flew the LAS-SFO route. Is there a way to make it so its not the flight number, but the route number ( schedules/details/1,2,etc..)? Or will I just have to set it up so LAS-SFO is ROK100-1 or something? Thanksss!
Last reply by Nabeel, -
- 1 reply
- 1.6k views
I randomly went on to my site and simly got this message: An Error Was Encountered Database connection failed (2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)) I also got an error message, it is too long to post, so here is the start: [07-Dec-2009 19:24:26] PHP Fatal error: Class 'Config' not found in /home/zoomvirt/public_html/index.php on line 25 [08-Dec-2009 18:27:56] PHP Warning: Invalid argument supplied for foreach() in /home/zoomvirt/public_html/lib/skins/zoom/registration_mainform.tpl on line 47 [08-Dec-2009 18:28:08] PHP Warning: Invalid argument supplied for foreach() in /home/zoomvirt/public_html/lib/skins/zoom…
Last reply by Nabeel, -
- 4 replies
- 1.6k views
Currently all e-mails that the system generates has my e-mail address as the "From". I set the Webmaster Email Address in the Site Settings to my HR address but it doesn't work. I'm assuming it is picking the e-mail for user ID #1. I'm guessing this is a bug or do I need to look somewhere else for this setting? Thanks!
Last reply by TennShadow, -
- 1 reply
- 1.6k views
hi, I have 2 problems , only when my pilots using FSFK! #1 ____________________________ In live map , the flight STATUS will show ENROUT! for all positions of aircraft! the ESTIMATED DISTANCE and ESTIMAITED ENROUT TIME will show wrong! * I have no problem with kACARES! see the attached pic... how can i solve this? #2 ________________________________ when i get a pirep from FSFK in my admin panel (where i Accept/Reject the pireps!) i get this error : No aircraft for this PIREP. You must edit and assign before you can accept it. how can i solve this?
Last reply by tutmeister,