Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 0 replies
- 1.8k views
Hi Wondering if AIRAC updates are progressing any further (Ref. Hosting and Navdata Updates ) Around our neighbourhood the airways and fixes has changed a lot since the first version and we hope to se an update able airac soon so we can easily keep it updated. Uptil now we have been updating some fixes ourself but its not the best solution. Thank you Jan Tore
Last reply by jantorre, -
- 2 replies
- 1.8k 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, -
- 4 replies
- 1.8k views
Hello everybody, I have one problem, and many questions. Problem one: I have download the last BETA form PHPVMS. and install that. but i have 1 problem, i cant update my MySQL? MySQL give a error that the database is al ready (and wich MySQL file must i upload?) questions one: I will see in flight log, that the pilot the automatic pilot turned off, is that posible? and how? questions two: How can i see the points of the flight in the flight map or in the live map? questions three: is it possible to change all flight numbers in one time? i have more than 1000 schedules, But the flight numbers is not good it must change. i hope that one person or more can help m…
Last reply by joeri, -
- 2 replies
- 1.8k views
What do I need to do to center the Live Map on the USA? http://www.virtualual.com Thanks A Lot!! Daniel Sage CEO of United Virtual Airlines
Last reply by mrredbeard, -
- 3 replies
- 1.8k views
I am not entirely sure what's happening here. But when I install Ela skin, it keeps giving me this error. https://i.imgur.com/12t8yYK.jpg I have gone to that line and looked at it. This is a code on that line. Am i supposed to put the path of the template there? Any help would be greatly appreciated. Thank you.
Last reply by flyalaska, -
Some "bugs"
by JHAir- 3 replies
- 1.8k views
Hello to everyone! One of our airline pilots wanted to change he´s password and after change, phpVMS system told him to wait for admin approval - so he didnt access the webpage anymore, neither with old or new password. So I went to the admin page and found out new "pending pilot". What I did? I went to the active pilots page, changed he´s password manually and then rejected this so called "pending pilot" (I thought that it is some kind a bug). It also deleted the active user and also all pireps and other data. So... 1.Why users need an administrator approval to change their passwords? 2.Why it is shown as a pending pilot? 3.And if I want to delete a pilot or he wa…
Last reply by JHAir, -
- 4 replies
- 1.8k views
I seem to have run out of colors. Is it something I did, or need to do?
Last reply by CrashGordon, -
- 2 replies
- 1.8k views
I was looking at my finances and the fuel figure was way up there, further inspection i realised that the fuel figure from FSACARS was being send in lbs, have i missed a setting somewhere because my site is configured for KG.
Last reply by mark1million, -
- 2 replies
- 1.8k views
Hello! I have been working on starting up my own VA. I just, without error, uploaded all of the PhpVMS files onto my 000webhost site. Then, to test my files before i chmod them, i went to my site at http://superdomestic...all/install.php and got the following message: Fatal error: Class 'DB' not found in /home/a5450006/public_html/core/common/SettingsData.class.php on line 28 How can i fix this? Thanks!
Last reply by Coach0512, -
- 2 replies
- 1.8k views
I want to use this code, but show the silhouette no avatar image that I have instead of just the words No Avatar: <?php if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'No avatar'; } else { echo '<img src="'.SITE_URL.AVATAR_PATH.'/'.$pilotcode.'.png'.'" width="300px" height="195px" alt="No Avatar" /> '; } ?> Thanks for your help!
Last reply by in2tech, -
- 1 follower
- 4 replies
- 1.8k views
Hi guys. Using Simpilot's version 5.5.2, I added a drop down box in my registration form and have 3 choices in there to make. I logged out of the site and went and looked and the drop down works like a charm. The issue is when a candidate makes a selection via drop down and submits, it reverts back to choice number 1. Anyone ever had this issue? apache server php version : 5.6.25 MySQL : 5.7.14
Last reply by Parkho, -
- 1 reply
- 1.8k views
Hi all. I was wondering if a news item could have its own view/page? For instance: va-domain.com/news/1, va-domain.com/news/322, etc What for? Have the possiblity to show more content, have each news item marked as "Like" on Facebook or shared on other social networks, etc.
Last reply by mark1million, -
- 3 replies
- 1.8k views
Hey Guys, It's been a while since I've last been on these forums, and I can for sure tell you, I was a very immature person. Therefore by saying this, I'd like to remove a topic about my old virtual airline, in which I portrayed improper manners and immature behavior, as well as having an immature VA. Is there anyway I can delete that topic, and start from a fresh slate? Thanks, Alex
Last reply by AlexS, -
- 1 follower
- 2 replies
- 1.8k views
Hello all! Having an issue where I'm trying to display a pilots current location based on their last PIREP, however on any page that calls for the location from their last PIREP, it still displays their hub. For example, on my profile page I'm using: <?php $lastreport = PIREPData::GetLastReports($userinfo, 1); if(!$lastreport) { $location = $userinfo->hub; } else { $location = $lastreport->arricao; } ?> <?php $airport_info = OperationsData::GetAirportInfo($location); $airportname = $airport_info->name; ?> <li><strong>Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?>…
Last reply by Dyl1103, -
- 2 replies
- 1.8k views
Question for all the PHP guru's out there. I'm looking to restrict content based on days since the pilot was hired. Something like after "X" amount of days certain content will automatically show up in the pilot center. My whole idea is to make pilots wait to get certain perks, add-on liveries, etc. without them having access to it on day one then leaving the VA. Any help with this would be greatly appreciated. Thanks, Keith
Last reply by TennShadow, -
- 2 replies
- 1.8k views
Now that I am advancing in building my va, I get more questions, and I guess, you all understand that. I wonder about the function of hub and airline. Suppose I have a passenger airline, and would like to start a freigher part as well. Added to the same hub? Or create a freight hub? Or create a freight airline? I have seen that a pilot can be a member of either, different hub and/or airline. What are the advantages or disadvantages for doing one or the other.
Last reply by mischka, -
- 3 replies
- 1.8k views
Fatal error: Class 'DB' not found in /membri/itavanew/core/common/SettingsData.class.php on line 28 Hello guys, any news about this error? Database is Active with InnoDB, PHP5.3
Last reply by Sorbelloluca94, -
- 2 replies
- 1.8k views
Is there an easy way to adjust the live map so it is not centred around US/Europe. I would like to have it see the whole world?
Last reply by Jas, -
- 2 replies
- 1.8k views
Hi guys I'm getting the following erros on the route map page with version 2.0.840 Any ideas? Thanks. Chad C.
Last reply by piper338, -
- 3 replies
- 1.8k views
hello all, i have been searching for hours with no luck....can anybody tell me how i can change the flighttime_stamp from when a pirep is being submitted into the data base instead of reading as time it just reads as numbers....for example when its inserted into the database it reads 5:00....i would like for it to read just 5 so i need to know what file i need to change so that when its going into the database it just reads the number and what in the file do i need to change? thanks so much
Last reply by simpilot, -
- 2 replies
- 1.8k views
So once we have logged into our airline pilots are seeing these many many erros: Anyone with answers I thank. Thankssss
Last reply by Picowatt, -
- 5 replies
- 1.8k views
This may or may not resolve my previous problem. When I insert my information into the field it says it has been added, yet if I come back later on it disappears. This has happened for everyone who has joined my VA. Does anybody have any ideas why it's not 'sticking around' as it would seem?
Last reply by Nabeel, -
- 5 replies
- 1.8k views
My apologies in advacne as I am more than sure this has been covered so many times it is getting old hearing about it again. I am looking in my admin panel at finances and I'm looking at the over view and it shows my aircraft miles wrong. For example, my A388 shows as being flown for 00:00:35 hours and 10 nm That is just a tad on the off side. Have I missed a fix for this somewhere? I am looking to keep an accurate account of all aircraft for 100 hour maint checks. I am using Version 2.0.795
Last reply by TAV1702, -
- 3 replies
- 1.8k views
Hi Nabeel, since last update i have these two errors : - one in the main admin page : Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in /var/www/vhosts/volovirtuale.com/subdomains/vvair/httpdocs/admin/modules/Dashboard/Dashboard.php on line 106 the second one reported by a user that tried to enroll : Fatal error: Call to undefined function filter_var() in /var/www/vhosts/volovirtuale.com/subdomains/vvair/httpdocs/core/modules/Registration/Registration.php on line 203
Last reply by Nabeel, -
- 2 replies
- 1.8k views
No biggie, but....I noticed that when I added an airline in the admin panel, it would not fit the entire airline name. I was using "Eastern Pacific Virtual Airways", but it dropped the "s" in airways. So I assume it is only allowed a 30 character limit!?
Last reply by Strider, -
- 2 replies
- 1.8k views
Hey guys, how can I remove the Route Map, shown on the Schedule Details page? It isn't coded in the template file. I also tried to set the width and height to 0px in the local config, but it didn't work. Does anyone has an idea? Regards Bueno
Last reply by Bueno93, -
- 4 replies
- 1.8k views
When i changed a pilots id from 116 to 103, the next pilot to join automatically got 117, i then changed 117 to 116. the next day a new pilot joined and he automatically got the PID of 118. is there anyway to fix this to where there are no blanks without changing everyone's PID?
-
- 1 reply
- 1.8k views
Help! The first thing I need to talk about is the website crashing. The site runs fine until I go to the admin panel. It then takes about 5 mins to load the admin panel The second thing I get error messages when I try to change a setting. It happens with everything I can change from adding new aircraft to my fleet to adding a new base. Another bug I get is when looking at my bookings - http://puu.sh/hXse4/c2a07e8233.png that is the error i get. EDIT: I am now being told that users are getting a socket error when trying to sign up.
Last reply by alpyeni1, -
Hi All, Does anyone have any ideas what the following errors are? [17-Feb-2019 16:39:54 UTC] PHP Warning: SimpleXMLElement::addChild() expects parameter 2 to be string, array given in /home/*****/public_html/crew/core/common/CentralData.class.php on line 198 [17-Feb-2019 16:39:55 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/crew/core/common/CentralData.class.php:198) in /home/*****/public_html/crew/core/modules/kACARSII/kACARSII.php on line 644 Phpvms 5.5.2 CentralData.class.php 195 # Add any children who might exist... 196 …
Last reply by ProAvia, -
- 1 reply
- 1.7k views
Hi there, All the new updates look great and work just as well, but there is one thing that is bugging me. Maybe I'm just too used to it, but I still like it. Right now with the new Google Maps whenever I look at the map of all my flights, they are shown as completely straight lines, whereas the lines previously were curved to follow more closely to the actual flight path. I have not checked, but I assume that this is also appearing on the Live ACARS Map. I would be 150% satisfied if there was a way to get the curved lines back. Thanks in advance.
Last reply by Nabeel,
