Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 2k views
On my briefing page I have the following code which gives me aircraft's name from schedules: <?php echo "{$schedule->aircraft}"; ?> Which outputs something like this: A320-214 I can also use: <?php echo "{$schedule->aircraftid}"; ?> Which gives me an ID of an aircraft from *aircraft* table. Knowing aircraft's name and id, how can I get aircraft icao code from *aircraft* database? (In aircraft database there are fields *id*, *icao*, *name* etc) Thanks!
Last reply by artem, -
Hi guys, for privacy reasons, I have to display only the name of the pilot and the first character of the last name, how can I edit this code? <?php echo $pilot->firstname.' '.$pilot->lastname?> Grace for a possible response
Last reply by gio1961, -
- 4 replies
- 1.5k views
Has anyone modified the way Airports are selected. Instead of having to scroll down thru a long list, entry by using the IACO code. Similar to what FlightAware has. For example only entering KLAX or EDDFF. There are over 2500 Airports worldwide that have commercial traffic. It is a real pain having to scroll down thru a list.
Last reply by gio1961, -
- 4 replies
- 1.6k views
Hello, Whenever i try to go to the login or join page, i keep on getting the "No input file specified" error. I've already tried everything in https://forum.phpvms.net/topic/6940-no-input-file-specified/ and https://stackoverflow.com/questions/21377321/nginx-no-input-file-specified-php-fast-cgi Here's my nginx config: server { listen 80; server_name www.welshairways.com; root /srv/new-website; index index.html index.htm index.php; charset utf-8; location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; lo…
Last reply by ikk, -
- 1 follower
- 4 replies
- 2k views
Hi guys, I have this code but the flag is not displayed. Any help is welcome. Thank you <?php $country = OperationsData::getAirportInfo($route->depicao); $imgicao = array_search($country->country, Countries::$countries); ?> <img src="<?php echo SITE_URL;?>/lib/images/countries/<?php echo strtolower($imgicao);?>.png" alt="<?php echo strtolower($imgicao);?>" /> <a href="<?php echo SITE_URL?>/index.php/airports/get_airport?icao=<?php echo $route->depicao ?>" target="_blank"><?php echo $route->depicao;?></a> (<?php echo $route->deptime; ?>) </strong> example …
Last reply by gio1961, -
- 4 replies
- 2.1k views
So, since Google browser is doing away with Flash in some very near future. Is there a way to take Flash charts and convert them to another source where every browser is able to display them? Thanks in advance.
Last reply by omglookeyhere, -
- 4 replies
- 2.4k views
Hi. I am having problems with the ACARS map, it does not show any flights, not even in the lists. On the home page of my site we have a table that shows flights in curos and works correctly. I don't know what the problem with the map might be. I leave the code of the php file and template. Thank you! ACARS.php <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alik…
Last reply by Imanol, -
- 4 replies
- 1.7k views
Is it possible to show on the frontpage, the pilots flying at the moment and where they are?
Last reply by ProAvia, -
- 1 follower
- 4 replies
- 1.4k views
Hi Could someone check what is going on with fivedev hosting? The webage is unaccesable for many of our users and most of the time. Some times it opens on mobile, sometimes on PC, some times on none with "The connection has timed out". We even cannot access fivedev.net / no cPanel, no nothing. This anomaly has been going on for 24 hours already. Any reason? Any solution? BR Heigo
Last reply by Nabeel, -
- 4 replies
- 2k views
Hi folks, is there anyway i can integrate phpvms and discord? Im developing a discord bot which will get info from phpvms my site. So basically each time a pilot send in a report, it will send a notification to my discord channel. Is there anyway i can do this?
Last reply by PikoSim, -
- 4 replies
- 1.3k views
Guys, good night. I have an error importing the CSV file to the site. It cannot import the data it contains into the CSV spreadsheet. Below are the prints of the errors that occur on the site and the way the data is being entered in the spreadsheet in CSV. Can you help me so that I can import correctly? I await a return. Imagem 309.zip Capturar 315.zip
Last reply by ProAvia, -
- 4 replies
- 1.2k views
Hi, I'm attempting to add multiple aircraft to a single route, his is a very common occurrence in many routes but doesn't appear to be possible. Could someone please clarify how to get around this?
Last reply by Haru, -
- 4 replies
- 1.7k views
Hi. I grabbed Nabeel files for moving to leaflet and all is well except 1 thing--whenever you click on an aircraft that's on live map you get the bubble popup that shows flight info, nav markers for route, etc. However, when you click X the only thing that disappears is navbubble. How do you get all the markers clear? --- SOLUTION --- If you want the points to disappear when clicking "X" in the pop up find the following in acarsmap.js .bindPopup(tmpl("navpoint_bubble", { nav: nav })) .bindPopup(detailed_bubble) and replace with .bindPopup(tmpl("navpoint_bubble", { nav: nav })).on("popupopen", () => { $(".leaflet-popup-close-button").on("…
Last reply by ProAvia, -
- 4 replies
- 1.8k 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
- 2k views
Hi, I recently discovered PHPVMS. Before I take the decision to buy hosting, I wanted to try and set it up using free hosting. I have spent all morning trying to set it up using 000webhost.com, but I only get as far as running the installation script - when I try to I see these errors: Warning: include(core/codon.config.php): failed to open stream: No such file or directory in /storage/ssd4/969/12445969/public_html/index.php on line 40 Warning: include(core/codon.config.php): failed to open stream: No such file or directory in /storage/ssd4/969/12445969/public_html/index.php on line 40 Warning: include(): Failed opening 'core/codon.config.php' for inclusi…
Last reply by DeletedUser, -
- 4 replies
- 2.1k views
Hi there, I am using Mark Swan's crew center and CCFTracker to track flights at my VA. However, the live ACARS map on the dashboard does not function as expected. I get all information listed for flights except altitude (which reads 0) and all flights on the map show up at roughly 0,0. Screenshot attached. I have not made any modifications to the relevant files. https://ibb.co/ZfPhvdH Please note that I have not included the information bar in the photo to protect the privacy of my pilots. Thanks!
Last reply by DeletedUser, -
- 1 follower
- 4 replies
- 1.7k views
Hi guys! I would like to know how you guys use ACARSMAP outside of PHPVMS. Follow link with my codes: https://nascoli.com.br/files/files.zip
Last reply by vFAB, -
- 4 replies
- 1.3k views
This time I have a problem. About the map. In practice, the percentage numbers are not aligned, but are displayed vertically. I can't attach a photo because no pilot flies. This happens if I insert the map into the pilot's profile. If, instead, I open the map by link, there is no problem. The numbers in the percentage are clearly visible. css file.... <style type="text/css"> div.progress-container { border: 1px solid #ffffff; width: 150px; margin: 1px 1px 1px 1px; padding: 1px; float: middle; background: #333; } div.progress-container > div { position: relative; font-family…
Last reply by ProAvia, -
- 4 replies
- 1.2k views
Hello Guys, i have yesterday upload the PHPVMS 5.25 to my server, but i can't send a Pirep to the system, and when i file a manuel pirep, he sad, the route dont exist, but it exist. where can help me? Gretings
Last reply by ProAvia, -
- 4 replies
- 1.3k views
When I reset the signature, I receive the message from some pilots Warning: imagecreatefromstring(): Empty string or invalid image in /var/www/vhosts/kids-boerse.ch/phpvms/core/common/PilotData.class.php on line 1016 Can someone help me there?
Last reply by Firebird, -
- 4 replies
- 1.3k views
I made a custom PIREP field but I want to delete, but whenever I click delete from this page, It sends me to this page (below) and when I click delete the page just refreshes and nothing happens Any help is appreciated, thanks (full picture of the window)
Last reply by Strider, -
- 4 replies
- 3.6k views
Hi, I started getting errors when there were no errors. ball pilot module not working. the same flights are sent several times. as a database error, how to correct it.
Last reply by Strider, -
- 4 replies
- 1.4k 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, -
- 4 replies
- 1.3k 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, -
- 4 replies
- 1.2k views
Hi all! Some airlines offer the possibility of earning points for each flight, landing, etc .; and I would like to know if anyone here knows what module is used for that and where I can find it for free or paid. I want to implement a points system in my airline like those of other airlines. Thank you so much. Julio
Last reply by VIELMA16, -
- 4 replies
- 1.3k views
Hello everyone, Our VA uses Version simpilot 5.5.2 I'd like to start Auto Accept/Reject Pireps submitted by our custom kACARS that was developed by FS-Products. Is there any such module available ? Could anyone point us in the right direction for us to accomplish this goal. We are not apposed to paying for quality services. Thank you
Last reply by Rod, -
- 4 replies
- 1k views
Hello About 2 years ago we upgraded to PHP 7 from PHP 3 (i know that I waited a long time to ask) .However we are still running phpVMS 2.1.936. Ever since upgrading we have been running into weird database issues. Basically if you try to delete a route a few (few because I don't know how many sometimes 2, 3,7) days later the routes will come back. Same thing when trying to edit routes. Edit the route say you want to make KLM 1234 go EHAM-EGLL instead of EHAM-LOWW. I edit it all is good, a few days later KLM 1234 is back to EHAM-LOWW. Just this past weekend i also noticed this same issue when trying to delete PIREPs I can't for the life of me fig…
Last reply by NWA1999, -
- 4 replies
- 1.2k views
Hello, I'm trying to load the page, but it shows this error: Parse error: syntax error, unexpected '[' in /storage/ssd4/490/17158490/public_html/core/modules/Weather/Weather.php on line 17 And this is the line 17 of the weather.php file curl_setopt($ch, CURLOPT_HTTPHEADER, ['X-API-Key: '.WeatherData::$api]); I've tried to delete the [ but it shows me another error. Hope you can help me Regards.
Last reply by ProAvia, -
- 1 follower
- 4 replies
- 1.4k views
Hello! Just a quick question, what does the Reset Pilot PIREP count actually mean? Does it mean to update it to 0 (zero) or just readjust them to be right?
Last reply by Daniboi, -
- 4 replies
- 738 views
When I go in to customize the crew center settings in v5, the site settings pages and such are non-existent. Photo attached here to show the only options under Site & Settings.
Last reply by DisposableHero,