Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 7 replies
- 2.1k views
Good morning guys, In really need help to create and import the csv-file. Well I downloaded the csv-file and operated with Microsoft Excel to insert all my datas. Then saved it as CSV and tried to import this, but everytime I got following note: Airline with code NXA;1;EDDH;EDDC;-;D-AHAA;-;;0300;0345;;-;0;P;123456;1 does not exist! Skipping... Whats wrong with it? This is the headline in my CSV: code,flightnum,depicao,arricao,route,aircraft,flightlevel,distance,deptime,arrtime,flighttime,notes,price,flighttype,daysofweek,enabled I really need your help, cause no flights insert at the moment and 8 pilots waiting for new routes. Thank you very much and best regards…
Last reply by Nabeel, -
- 7 replies
- 2.1k views
Hello y'all, Sorry if my questions has been already asked but didn't find anything about them. - Can I install and run phpVMS system on an already existing VA website made with Guppy ? - Is it compatible with IVAO ? - Is it or will it become compatible with FsCaptain ? - Can I record previous flights flown by members with passengers, cargo, fuel, miles traveled, etc... ? (total on each category not every single flight). - About FsAcars, is it mandatory to use it or is it just optionnal ? - Will you recommend using FsAcars as it is much better with phpVMS or doesn't change things too much ? Thanks for your cooperation. Sincerely, Alex
Last reply by Nabeel, -
- 3 replies
- 2.1k views
Hello I am currently unable to get onto my VA's website. Wierd thing is I seem to be the only one every one else is logging on fine. When I go to the URL I get an automatic download and then the website doesn't load. Below is what the download is: some php stuff.
Last reply by BMI Baby HR, -
- 4 replies
- 2.1k views
If I wanted to restrict the fleet to a certain number of pilots? For example, I would like to create a private flying club internal my VA, using airplanes that are not in the fleet (eg Cesna ETC .....) wanting to do a tour like dangerous from IVAO. How could limit its use as it does with the rating in the ranks. One could, for example, use an award and those who do not have the award can not use these planes and use its schedule. Do you think this is possible? I hope I explained myself..Sorry for my bad English ....
Last reply by monitral, -
- 3 replies
- 2.1k views
I have tried several different ways, but I can't register a new user on my site. I don't get any error, it goes right back to the Reg page and does not register.I also don't see the download link for the acars config??
Last reply by Nabeel, -
- 9 replies
- 2.1k views
Pilot Brief is throwing up this, Fatal error: Call to undefined method Schedules::findschedules() in /home/mgrant/public_html/grantsva.com/core/modules/Schedules/Schedules.php on line 95
Last reply by mark1million, -
- 6 replies
- 2.1k views
I need to remove this to get rid of the "no route passed" error but if i delete it, it mucks up the layout of the skin. <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/trip/js/jquery.js"></script> Anyone any ideas how to fix it.
Last reply by mattsmith, -
- 1 reply
- 2.1k views
hey im wondering if i could get the API so i can get the services on my site.
-
- 4 replies
- 2.1k views
Hi guys. I'm having a problem with my VA. when pilots try to do click on: Add to Bid, the process does not run correctly, and appears a message saying: No route passed How can I fix this problem so that the option to work properly?
Last reply by El Macara, -
- 3 replies
- 2.1k views
Hi, I tried to install the plugin manager addon, and this message has appeared. Can someone please tell me why this has happened, and how to solve it? Jack - jackw2603@gmail.com
Last reply by simpilot, -
- 4 replies
- 2.1k views
Hello, I have updated to V2 but i notice that in the Admin panel it still shows 2.1.938 Capture.zip
Last reply by Jimmy_S, -
- 2 replies
- 2.1k views
this may have been covered, but my search has not found a solution. As my Schedule list grows, I am wondering if there is a way to only show flights that a pilot can actually do? At present, the full list shows, and the pilot can limit the selection manually by selecting his airport from the drop down, but is there a way to alter the list, so it automatically only shows flights from the airport he is located? I see no point in showing him any others since he is unable to bid on them?
Last reply by ukmil, -
- 2 replies
- 2.1k views
Hi Folks, I'm hoping someone can lend a hand. I am trying to call up a page on our site using the php script to open it, however its not working. My knowledge of php isn't strong enough to understand what I'm missing. The feet page file (html) in question is being stored in a fleet module folder, which I am then calling up using the script below. Everytime I try the script though I get an error saying "error module does not exist". Any help would be much appreciated. class Fleet extends CodonModule { public function index() { Template:Show('fleet_main.tpl'); }}
Last reply by ahughes3, -
- 6 replies
- 2.1k views
Hi all, I have a template and it works great, however I have been having to copy and edit every single .tpl possible to get the DIVs to be inside the design template. it just seems like there should be another way am I missing something. I tried editing something like page content.tpl but that didn't work. Thanks, Chad
Last reply by Nabeel, -
Hi, whenever I click on my live map link nothing shows up the page is just blank. Also, when I click on a flight the route map does not show up instead it says javascript must be enabled and a box pops saying the Google API was created for another site. Anyone know how to get this working? EDIT: I am 100% sure I have javascript enabled. I also get a second box on the route map saying google maps is not compatible with my browser but I have tried firefox and internet explorer.
Last reply by TechAir, -
- 6 replies
- 2.1k views
A few of my users are reporting that FSacars will not update the map after they start the flight. Any ideas on how I can troubleshoot this? I'm using the release version. Thanks, Keith
Last reply by TAV1702, -
- 1 follower
- 7 replies
- 2.1k views
Hi there, I'm trying to print the aircraft's full name, but the array comes out as NULL. Any ideas? $aircraft = OperationsData::getAircraftInfo($pirep->aircraft); <?php echo $aircraft->fullname; ?> If I do var_dump($aircraft); it comes out as NULL. $pirep is taken from a foreach($pireps as $pirep). I'm trying to parse it in frontpage_main.tpl.
Last reply by Parkho, -
- 4 replies
- 2.1k views
I am trying to return the total distance of a route, rather than the great circle distance. I have a complicated method, but I'm not convinced with the result: function getFPDistance(){ $schedule = SchedulesData::getScheduleDetailed($_GET['plan']); $params->deplat = $schedule->deplat; $params->deplng = $schedule->deplng; $params->arrlat = $schedule->arrlat; $params->arrlng = $schedule->arrlng; $params->route = $_POST['route']; $routedata = NavData::parseRoute($params); $depairport = OperationsData::getAirportInfo($schedule->depicao); $arrairport = OperationsData::getAirportInfo($schedule->arricao); $end = (count($routedata) - 1); $tot…
Last reply by freshJet, -
- 3 replies
- 2.1k views
See Below
Last reply by t_bergman, -
- 3 replies
- 2.1k views
Hi guy I have recently added the Leave of absence module now in this module in the pilot center it wont let you enter a start date so after a bit of tinkering i manged to get it to let me choose a start date for my leave of absence as a drop down box now the thing is in the admin center it still shows today date as the start of my leave of absence even tho in the pilot center i choose a different date now how do i get it to display the start date correctly in the admin center il post some screen shots too
Last reply by Sava, -
- 4 replies
- 2.1k views
needing help i am getting this error what am i miss Notice: The template file "/home2/emaresh123/public_html/phpvms//lib/skins/FireCrew3-master/header.tpl" doesn't exist in /home2/emaresh123/public_html/phpvms/core/classes/TemplateSet.class.php on line 248 https://1drv.ms/u/s!ArNZgmIvO603t22FYEaaNuqY121m
Last reply by gio1961, -
- 4 replies
- 2.1k views
Hi There, After moving servers we now have a problem with the ADMIN side where there are no route maps being displayed. All that is displayed is a blank pop up window with "Route Map" in the top left. Any help please. David Oz Flyer.
Last reply by OzFlyer, -
- 3 replies
- 2.1k views
Hi Everyone, I was wondering if anyone could help me. I have entered the schedule using days 0-6 however only day 0 is showing once I load this on the admin panel. could someone tell me what I've done wrong? Zipfile Pic 1 shows you how I have loaded my CSV file, ZipFile Pic 2 shows they aren't showing on the site. Zipfile Pic 3 shows you the same on my admin panel. on the CSV file we have 631 flights, however only 94 are being uploaded to the site. Today being Wednesday I'm only being shown Sunday flights but as a general thing we are only able to see Sunday flights (if i looked on Friday I would only see Sunday flights. I'm sure its someth…
Last reply by ProSkyDesign, -
Last night Troy and I were testing some flights....I did a 40 minute flight and put in the info in...I entered the time as .40 and it blew the pirep up!! LOL So Troy did one and entered as 0.40 and we are good...Just thought I would share...
Last reply by Nabeel, -
- 8 replies
- 2.1k views
Serious error ive just noticed, Fatal error: Call to undefined method SchedulesData::getscheduleflowncounts() in /home/pulseair/public_html/members/core/modules/Schedules/Schedules.php on line 79 This is when i click on "View Route".
Last reply by Nabeel, -
- 6 replies
- 2.1k views
Warning: set_time_limit() has been disabled for security reasons in /home/a5554578/public_html/admin/modules/Import/Import.php on line 90 Hey guys Can anyone please help me fix this error - I keep getting it - any advice?
Last reply by edmundk, -
- 4 replies
- 2.1k views
Hi chaps, I followed the Recaptcha v2 guide above and that worked, but when I run a test registration, I get the confirmation and I get the email, but the user is not added to the database?! My last working registration was 31/03, just before Recaptcha was deprecated. Anyone got an initial steer? I changed a few things trying to upgrade to v2 before I spotted the guide, but I reverted all those changes as far as I know (although it's possible I may have missed something...)
Last reply by ukvirtual, -
- 3 replies
- 2.1k views
Can anyone tell me how to change the location fo the map, and if my FSACARS tables can be converted into the VMS tables?
Last reply by Nabeel, -
- 4 replies
- 2.1k views
hello i know this issue is posted too many time but i tried all solutions posted here but none worked the problem is : in my admin panel i can't see schedules airports and pilots , but in the website as a pilot or visitor i can see them the other problem is : when a pilot bid a flight it doesnt show in his ( my bids ) in pilot center , but it does in default skin thank you
Last reply by SaudiaVA, -
Signatures
by roboa- 6 replies
- 2.1k views
Hi, Is there a way to move the text on the signatures around? cheers, roboa
Last reply by roboa,