Support Forum
Any questions or bug reports go here.
7146 topics in this forum
-
- 4 replies
- 2.2k views
Where are the flight phases created? Are they in a file, or part of Acars? I ask, because I want to change the standard names. My VA is Military based, and my aircraft do not do 'boarding' and 'taxi to gate', so I want to change the names rgds
Last reply by Curshad, -
- 1 follower
- 3 replies
- 1.3k views
Hi all, I have encountered an issue that has only just started happening on my site. When someone logs onto my site the URL page stays the same https://virtualei.net/index.php/login and the main page does not appear. If you then click on a button on the Home tab all works fine. Can anyone advise what they think is happeneing . Thanks in advance https://prnt.sc/xbcuo1 after logging in https://prnt.sc/xbcvld after clicking home button
Last reply by ProAvia, -
- 1 follower
- 2 replies
- 1.1k views
Completed the .htaccess/url rewrite actions tonight on my website but am running into an issue with making the icons re-appear on various pages. I did figure out the view pirep page fix by changing var url = window.location.href.split("index.php")[0]; to var url = window.location.href.split("pireps")[0]; inside of the phpvms.js file but can not quite figure out how to fix the live map in air icons with the following code written in the acarsmap.js const getHeadingIcon = (heading) => { if (!(heading in headingIcons)) { headingIcons[heading] = L.icon({ iconUrl: url + "/lib/images/inair/" + heading + ".png…
Last reply by skyguyt, -
- 1 reply
- 889 views
Hi Guys, So I did a lot of research and found this. To which it didn't really help but it sorta did. I use the auto accept PIREP Module, and I learned/noticed whenever a PIREP is rejected an email is sent out, this is the code I found in the PIREPACData Class file //If sendmail_to_pilot=1 send email to pilot that the pirep has been rejected if ($settings->sendmail_to_pilot == '1' && $pirepdetailsafter->accepted =='2') { $sub = "Your PIREP {$pirepdetails->pirepid}({$pirepdetails->depicao} - {$pirepdetails->arricao}) has been rejected "; …
Last reply by Curshad, -
- 0 replies
- 831 views
Hello everyone! If you are having an issue with Fltbook bids not showing up on your "my bids" page with the StislaSkin when bidding on a flight through smartCARS. I've finally figured it out to fix the issue!!! Enough talk! Go to: /lib/skins/StislaSkin/schedule_bids.php go to line 31 and change: $bids = FltbookData::getBidsForPilot(Auth::$userinfo->pilotid); to $bids = SchedulesData::getBids(Auth::$userinfo->pilotid); There! PROBLEM SOLVED! After nagging and looking in the forums for months! And getting no response or help from anybody about it I was fiddling with the codes and found out that FltbookData was the reason that was happeni…
Last reply by Curshad, -
- 6 replies
- 1.2k views
Hi all, I am currently facing and issue where when a pilot registers for the VA and his registration is still pending, the pilot will receive an email stating that he is retired. The last filed PIREP date would be indicated as 01/01/1970. This is due to the fact that we have the auto retire system turned on. Is there a way to correct such an issue ? Thanks Sean
Last reply by warathand, -
Im using php7.2 Trying to install phpVMS 5.5.72 and am using mysql 5.6
Last reply by ProAvia, -
- 2 replies
- 1k views
I am building my Virtual Charter Airline. I am interested in buying one of the Charter modules from Crazy Creatives. I sent them a message about 5 days ago in regards to pre-sales questions. I still have not gotten a response. So if it's ok, I will ask here. Maybe someone here has purchased the Charter Ops Extended module, and would be willing to help me out with an answer? I am wondering if the Charter ops Extended module has the feature where you can add descriptions & pictures on the flights page like the Executive Flight Division does (I really like that idea for my airline). I looked through the pictures of COE but didn't see that anywhere in th…
Last reply by cfitz619, -
- 4 replies
- 1.1k views
I am wondering how VA's in the community rank staff members. For instance, staff, instructor, ceo, hub manager, etc. Are your staff members visible on the public ranks page? Thanks
Last reply by cfitz619, -
- 1 reply
- 1k views
Hello, which ACARS Software is working for both?
Last reply by ProAvia, -
- 9 replies
- 2k views
Hello Friends, i have installed the blueicev2 skin and all the modules where coming with the file. When i will update my Stats.data.class i will become the following Failure. "Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /www/htdocs/w01501e7/test.lausitz-aircargo.de/core/common/StatsData.class.php on line 879" on this line i have set up the following code from the Documentation public static function get_stats_by_cur_month($howmany) public static function TotalPilotMiles($pilotid) { $key = 'total_miles'; $key .= '_'.$pilotid; $total = CodonCache::read($key); if($total === false) { $total = 0; …
Last reply by vFAB, -
- 19 replies
- 2.2k views
phpvms 5.5.2.72 PHP: 7.2 Skin: blue ice v2 P7 mysql 5.6, md 10.2 Can someone help me please? I have been trying to figure out why I can't add aircrafts. I get the error message "cannot add aircraft". How do I turn on error reporting? I have searched the forum but can't find what I am looking for. Thank You.
Last reply by ProAvia, -
- 1 follower
- 5 replies
- 1.3k views
Hi all, I wish I had seen the comments about Crazy Creatives not being active anymore before I purchased his Airline Route map. I have tried to contact him but I am not getting a reply. I am appealing to you all for some help. My map is blank and I do not know how to fix it. Can anyone advise what I need to do. I realize that this is a paid module but as Crazy Creatives are not active I do not know where to turn to. Please see below. https://prnt.sc/x2amn2
Last reply by Virtualei, -
- 7 replies
- 1.3k views
Hello all. I made a banner for my virtual airline. I changed it to the size of the original banner, and named it header.jpg. I uploaded the banner to my server into the skin/images folder, but it won't change on the website. I previewed the image on the server and it is the right image. I have tried: 1.) clearing my browser cache 2.) clearing phpvms cache in settings. Any thoughts? Thank You.
Last reply by cfitz619, -
- 13 replies
- 1.8k views
MOD note: OP is using BlueIce skin and having an issue with the instructions in that skin. I am trying to install phpvms 5.5.2.72. I am following all of the instructions in the readme. I copy and pasted this from the readme to StatsData.class.php, but it's not working. If I leave this part out my website works, but if I put it in, the website wont load. Any help would be greatly appreciated. Thank You.
Last reply by cfitz619, -
- 1 reply
- 1.1k views
Good evening folks (and happy new year!) Just did the Leaflet conversion on phpvms 5.5 but am now left with blank white maps everywhere. Console is throwing up three errors and I don't know enough about web-design to know where to start in order to remedy these. acarsmap.js:36 Uncaught ReferenceError: acars_map_defaults is not defined at acarsmap.js:36 (anonymous) @ acarsmap.js:36 Uncaught ReferenceError: renderAcarsMap is not defined at profile:401 (anonymous) @ profile:401 the rest of the errors are all "DevTools failed to load SourceMap" Any help is greatly appreciated!
Last reply by ProAvia, -
- 10 replies
- 5.5k views
Good morning, we have recently migrated from VAM Manager and I need a little help, we have a Home Page that is outside the 'PHPVMS' folder of the installation, I have managed to make the Pilots Markers, N ° Flights, Routes etc. work. . But the custom map we have needs to show the Live Flights of our PHPVMS installation and I don't know exactly what codes I should change and where the Custom Map file should be, if I can help someone I would be super grateful.
Last reply by Waters10, -
- 1 reply
- 864 views
Hi guys Just downloaded and setup on my host (1and1 using php 7.4) All went well until I log in. and I get the error that it can't find /profile/1? Also no icons are showing. I had to delete my main folder .htaccess file as I would get a 500 page error otherwise trying to setup
Last reply by kelsoroofer, -
- 4 replies
- 1.2k views
When i want to add a skin, after installing the skin, i get this message (photo below) What do i do. I treid adding (/home/u937587418/domains/accessairvirtual.org/public_html//lib/skins/Clarity-Crew-Center-1.1/header.php) on line 231 in the quotations just as instructed, bit it just made it worse. What is the key to activating the skin?
Last reply by miniarma, -
- 6 replies
- 1.9k views
Does anyone know the trick to the SmartCARS to get it to show bids? I'm getting "You have no bids." I saw the post where Web said there was something but didn't list it.
Last reply by Curshad, -
- 1 reply
- 992 views
I have a website that was built for me by Jasper Bussemaker, who I gather is no longer in business? My website is hosted by GoDaddy.com in the USA, and has recently started giving me some error messages (I suspect because MY software is very old, and no longer compatible with the platform on which it's being run)? Is there someone around who could/would take a look at my software for me, and give me a price on bringing it kicking and screaming into the present day? Thanks for any and all replies. I am not a computer web programmer, but I feel confident the skillset resides somewhere in this community. Thanks Al Rose…
Last reply by servetas, -
- 8 replies
- 1.6k views
Good evening all, just popping in to ask a question before I get to bed. Setting up a new installation for a friend of mine and I am having a hell of a time finding an ACARS that will work. The VA is new and he doesn't want to invest financially just yet. Anyway, I digress. I settled on trying cACARS since kACARS isn't available anymore, and am getting errors stating that it is unable to connect. I will provide the need stats below: PHPVMS Version: 5.5.2.72 PHP Version: 7.2 Hosting: Namecheap.com Stellar Paid Package cACARS Installed Client Version: 1.03 cACARS Module Version: 1.0 (in <phpvms root>/core/modules…
Last reply by Heritage1, -
- 6 replies
- 1.6k views
Hello friends, While browsing the Github site, I found something awesome. Route planning software. It would be great if anyone can do this to adapt it as a plugin for phpvms. https://github.com/shinoyasan/Airway-Route-Finder
Last reply by Heritage1, -
- 0 replies
- 860 views
Hello to everyone !!!☺️ First of all I would like to say that I am very happy with phpvms I am new and I will really try day by day to learn and read more and more to get better. My point is this: I would like to add the flags of the countries next to the ICAO airpots on recent flights. I try some things buy I dont found any solution unfortunately. Is that possible? If anyone knows something about that please help me. Thank you so much !!!
Last reply by Jiko, -
- 1 follower
- 26 replies
- 6.9k views
Hi, I'm sure it was asked before, but I'd like to make it in a different form. How do I display a country flag onto a departure/arrival airport? Basically, I'm getting a list of departures from the database, and listing them one by one. Inside my foreach I have: foreach($deps as $departure) { $dep_airport = OperationsData::getAirportinfo($departure->depicao); ?> <tr> <td width="10%"><?php echo $departure->depicao; ?></td> <td width="10%"><img src="<?php echo Countries::getCountryImage($dep_airport->location); ?>" /></td> <td width="60%"><?php echo …
Last reply by Jiko, -
- 0 replies
- 888 views
Hello to everyone !! I have 2 modules to my VA. The FltbookSystem-v2 (freeware) and the Charter Ops v1.11 from Crazy Creatives (payware) I make 2 different callsings to my VA. One for schedules and the other for Charters. I want for the charter filghts do not change location of the aircraft, only the pilot. But i don't know how to do this. If anyone from here have the knowledge to help me pls contact me with PM because the second module is payware and i know the rules of this forum. thank you very much !!
Last reply by Jiko, -
- 1 reply
- 1.7k views
Hey folks hoping somebody can help me. ive just set up PHPvms and got everything working how i want to. However because we are a va without any limits we let pilots fly where ever they want to. so in order for our pilots to create a charter flight in smartcars i found an airport databse with 40k+ airports. Thats all well and good until you go to file a manual Pirep. when you click the dropdown box for the airports the browser crashes as its wanting to load them all. and when it doesnt crash it takes forever to scroll through to find your airport. My question is this. is there a way in which i can disable the dropdown box and have the user instead type in …
Last reply by Jiko, -
- 1 reply
- 1.6k views
G'day Guys, Has anyone customised the icons displayed on this page to replace the current red google markers, im presuming this can be altered through acarsmap.js but im struggling to find a solution. If anyone has any idea on how to alter these it'd be great to hear from you
Last reply by warpennys, -
- 9 replies
- 2.1k views
I found out something this week about FSAcars and the way it works (or doesn't) with PHPVMS v.2. If your registration number is too long, FSAcars will truncate it, and when you go to send the pirep, the registration won't match with the one in the database. As a result, it will enter a 0 as the aircraft id into the phpvms_pirep table. Since there are no aircraft with a 0 for an id, the system will nut up and that pirep will need to be edited to show the proper aircraft before it can be approved. Just something to keep in mind if you get that error. kACARS seems to work fine.
Last reply by ProAvia, -
- 5 replies
- 1.3k views
phpVMS version : Simpilot 5.5.2 PHP version: php5.6 MySQL or Maria DB version: MariaDB 10.4.17 Skin used: Crystal Hi, using kACARS or CCFTracker i see this error: Error: (1406) - Data too long for column 'lat' at row 1 In phpmyadmin i have a table phpvms_acarsdata and in column lat and lng VARCHAR(15). I change to VARCHAR(7) but error remain. In log.txt for see error i find coordinates like this one; '39.8207508932871','-8.88761192976597' How to fix this, anyone know's? Thanks guys. Regards. Miguel
Last reply by ProAvia,