Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 4 replies
- 2.5k views
I accidentally clicked the Reset Pilot PIREP count link in settings. All my pilots are at 0 now. Is there a way to get them back?
Last reply by flyalaska, -
- 6 replies
- 2.5k views
Hello, I´m the webmaster from an airline, I will like to change the callsing from all the pilots. Its autogenerating. And I will like to change it. For example I´m NAS0001 and I will like to be NAS001. Only 2 ceros and not 3. How I do this? Regards, Nicolás Pombo
Last reply by Leiserson, -
- 6 replies
- 2.5k views
Hi all!!! I am trying to set a VATSIM image in sidebar but I cannot get it. I have modified frontpage_main.tpl and set VATSIM image in images folder... can you help me? . . . . . . . . . . <?php echo count($guestsonline);?> guest(s) online in the past <?php echo Config::Get('USERS_ONLINE_TIME')?> minutes.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?> <p><img src="images/vatsim.gif" alt="VATSIM" w…
Last reply by freshJet, -
hi to all ! i have some problem to export pirep in vacentral FAILED exporting PIREP #5812 - No response from API server any idea?
Last reply by Tac01, -
- 5 replies
- 2.5k views
I am creating an acars for our VA and my question is I have created a new module as per API but how do i remove the banner and the pilot info so it returnes a single line ? By example <?php require_once($_SERVER['DOCUMENT_ROOT'] . '/phpvms/core/codon.config.php'); class APV extends CodonModule { public function pageone($fruit='', $orange='') { echo "The fruit is an {$fruit} and the color is {$orange}"; } public function pagetwo() { echo "The fruit is an {$this->get->fruit} and the color is {$this->get->orange}"; } } what i mean that in my browser i need only the fruit is an apple and the color is green without any visuals Thanks
Last reply by Tom, -
- 2 replies
- 2.5k views
can anyone aid me in installing phpvms with my joomla site. I host the site myself on a Xampp Server. if some kind person is willing, I can give you Admin privileges, and you can install it for me ;D. Thanks so much! WAdams CEO, Nova Virtual Airlines www.novavirtual.org
Last reply by WA101-ALLAN, -
- 5 replies
- 2.5k views
Hey everyone, I was wondering if there was any way to add to the active/inactive in the pilot admin? I would like to add a couple more status' than that. Then show the different status on the pilot roster. Chris
Last reply by ACVA_CEO, -
- 4 replies
- 2.5k views
Hey everyone, I'm trying to put phpVMS into a template I like, and when I use the code from frontpage_recentpilots.tpl to show the most recent pilots on the front page, it gives me this error: Warning: Invalid argument supplied for foreach() in /home/airtranv/public_html/lib/skins/AirTran/layout.tpl on line 223 Here is the code that I used which resulted in that error <?php foreach($pilots as $pilot) { ?> <p><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a></p> <?php …
Last reply by Kyle, -
- 5 replies
- 2.5k views
I have searched the full Forum here for codes or ather Things to bring the Notam to work. Nothing is working. SO if there an actually Way to Display the latest 4 Notam´s in the Schedule Brief Site? Many Thanks
Last reply by Vangelis, -
- 11 replies
- 2.5k views
Hello friends, I have a problem, my system with this error SEND LOG DATABASE ERROR and FLIGHT FROM VA system not fulfilling automatically, the flight plan. I've checked the Permissions 777 but the problem continues. can someone help I look
Last reply by CN@ndo, -
- 6 replies
- 2.5k views
I am in the process of implementing a new skin for my operation. My main pages will be .php type pages. The strange thing is they all have the same code but only 3 or 4 act up and I am baffled... this is the error.
Last reply by RogerB, -
- 6 replies
- 2.5k views
Hey, just a question, or maybe a feature request. Is it possible to set pilot ranks as admin ranks, or force change ranks? Because my virtual airlines (Virtual Norwegian Airforce) depends on certain people having different ranks and access to different parts of the admin center. Is that possible? Mathias
Last reply by Jonay@UKMILOOPS, -
- 6 replies
- 2.5k views
The route map module that was made by Nabeel called Modules and API Tutorial, Part 1 and 2 on the tutorials page is missing :'( I would really like to get it up and running on my site ASAP. If it is at all possible could someone that has it please bundle it up and make it available to me somehow. Any help most apprecaited .
Last reply by Nabeel, -
maby a stupit question, i am using a template for our site but i can't put in images in the header or footer. www.tnt-virtual.be i want some pictures under forum and maby later alsow under new pilots. gr joeri
Last reply by simpilot, -
- 5 replies
- 2.5k views
<B>WARNING</B>: STRPOS() [<A HREF='FUNCTION.STRPOS'>FUNCTION.STRPOS</A>]: EMPTY DELIMITER IN <B>/HOME/STARALL1/PUBLIC_HTML/CORE/COMMON/SCHEDULESDATA.CLASS.PHP</B> ON LINE <B>167</B><BR /> 1|FLIGHTPLAN if(strpos($flightnum, $a->code) === false) This is line 167 I getting this error code in xacars in comming in my arrival icao code goes in Xacars Thank you Brian
Last reply by Nabeel, -
- 6 replies
- 2.5k views
Hello again! I want to change the "text message" that is sent to a "new" pilot when he registers. I also want to change the "text message" that is sent when I activate or decline a "new" pilot application. Where are those messages located, and what are they called? In the first case, I'm just looking to change the wording a bit. In the second case, I want to be able to change the wording to let him know that I will be sending "another message soon", that will include his Forum "Username" and "Password". Thanks guys!
Last reply by AAG001, -
- 6 replies
- 2.5k views
1. I want to create a group for deleted pilots so that they they are treated just like a guest, but so that I've got records of the flights etc, so what would the code be for the group in the PilotData.class.php ? 2. My PDF documents won't load via the links in the pilot centre. Just reuploaded them all, which took away the error about them being damaged, but now they don't load. Any ideas? 3. Some pilots are still getting the inactive login notice. However, I changed the php so that they'd be able to login to access the Pilot Centre, but it's not working. Any ideas?
Last reply by Strider, -
Small Help
by kamal- 8 replies
- 2.5k views
in my va web when I open the pilots page on home page and try to open any profile i get this msg This pilot does not exist! PIREPs List No reports have been found I have over 20 pilots in my VA but i can't gets any info about any pilot from this page can any one help me with this problem
Last reply by kamal, -
- 2 replies
- 2.5k views
Hello, Just wondering if theres any code so when you reach a the phpvms site on an mobile device it will auto recognize and change the skin to a more mobile supported one? Thanks! Jacob
Last reply by vader21, -
- 1 follower
- 5 replies
- 2.5k views
How do you guys handle website development with an active site? Do you have another domain, or sub-domain. Or is running a local server such as easyphp the best way to do that. My site is up and running fine, however I am wanting to develop a wider skin and don't want to risk messing something up at my main site.
Last reply by Strider, -
- 3 replies
- 2.5k views
Hi, My name is Liam Boyer and I am an administrator of American Airlines Virtual for Infinite Flight. I am seeking a way for my pilots to enter PIREPS or Flight logs into one system that I can view and show their status. My website is a free version of WIX. Please help. Thanks Infinite Flight is a Flight Sim on mobile devices, not as awesome as FSX, but good enough for those who play on Mobile. My Website: http://americanairlinesif.wix.com/virtualamerican
Last reply by t_bergman, -
- 3 replies
- 2.5k views
I have recently installed phpVMS in my website for establishing a virtual airline but facing some problems. The first problem is, whenever a person tries to register, they get an error "Unable to open socket". Also when I try to add airports manually I get an error "There was an error adding the airport". As a result we are unable to develop our website for our virtual airline. Also I'd like to mention that we are currently using a free host for developing our website but are planning to buy a host once we are ready to operate. The Link of our website is : http://virtualindiaair.net84.net/ Regards.
Last reply by StartVM, -
- 3 replies
- 2.5k views
Hi, In my VA I recently encountered some issues where we had to boot our CTO. The problem with that is that he had full admin powers, and I can't find the way to give myself full permissions. Any help would be much appreciated. Cheers! -Mar
Last reply by TennShadow, -
- 7 replies
- 2.5k views
If you go to my site: http://bluehawkvirtual.net/index.php/ You will see, that beside "Operations", the "Flights" box is blue and messed up. Here is the entire code from my core_navigation.tpl file Any ideas on how to make the Flights bar be like the others? <nav class="navbar navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"&g…
Last reply by tobyrice01, -
- 2 replies
- 2.5k views
Hi All, It appears that my host provider (Bluehost) recently tried to upgrade me to PHP version 5.6 which caused a bunch of problems. They have since put me back to PHP version 5.4.43. The site now seems to work but I am getting an error on the PHPVMS Dashboard page. The error as follows: Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: <br /> Has anyone seen this before and can you give me any guidance on how to repair this issue? Is this caused by a setting in the php.ini file maybe that was changed? The host provider says this is a script issue and forwarded me on some error message: America/Denver] PHP Warning: Creating …
Last reply by mltpilot, -
- 5 replies
- 2.5k views
Does anyone know how to display on the routes map a routing across the Atlantic ie using the following format. GORLO UL980 LAM/N0477F380 UL179 CPT UL9 STU UP2 BANBA/M084F380 DINIM 5000N/02000W 4500N/03000W 3900N/04000W/M084F400 3600N/04500W 3200N/05000W 2700N/05500W RKDIA/M084F400 A516 OBIKE The system doesnt line the coordinates 5000N/02000W or 5000N02000W or 5000N 02000W Thanks, Mark.
Last reply by ProAvia, -
- 4 replies
- 2.5k views
Hi. After switching hosts and getting a nice new up to date install of phpvms running I noticed a problem. The graphs in the admin panel are totally out of wack. I attached a screenshot so you can see what I mean. Thank you and if you need any more information please let me know. Also when I try to add airports, and click look up, it just says fetching data...forever, is this becuase of the live pricing issue?
Last reply by patva1, -
- 3 replies
- 2.5k views
Where i can find files to change size of map in (tried config dont work) My Routes Map
Last reply by Jamie, -
- 3 replies
- 2.5k views
Hello My VA was up and running and all of a sudden my site was replace by lines and lines of Warning: Creating default object from empty value in /mysite/public_html/core/classes/Vars.class.php on line 74 Strict Standards: Accessing static property Finance::$post as non static in /mysite/public_html/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Finance::$get as non static in /mysite/public_html/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Finance::$controller as non static in /mysite/public_html/core/classes/CodonModule.class.php on line 70 So i re-installed phpvms, and got the…
Last reply by RogerB, -
- 6 replies
- 2.5k views
Hi All, Am I the only one or do other CEOs get the same problem. Do you find that some people join your VA for the sake of downloading what they can and have no intention of flying? Is there a way to restrict download section access to pilots unless they have completed a set number of hours say...10hrs. Then this can be lifted so they can gain access to scenery, aircraft ect. Just an idea would be set the initial account to student (without download access) Once 10 hours have been flown, the account is progressed to download section access.
Last reply by shaun105,
