Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 2 replies
- 1.6k views
So, I'm trying to convert some schedules from a PDF to input into the .csv. What does everyone use to create a workable excel document? I'm using the US Airways schedule, if that helps. Michael Erdelyi
Last reply by SeekanDStroy, -
- 8 replies
- 2.1k views
Today, according to the "Guests Online" feature I have over 850 guests online. Any idea on what would make it so high? I know I don't have that many people looking at my site right now.
Last reply by vrlovemamu, -
Statistics
by Stefan- 3 replies
- 1.6k views
Hello can anyone help me with a simple statistics that i can put on my website? Such as Hours flown, Flights flown, Pilots etc... Also i need to put the pilot information in my custom acars aswell, can anyone tell me how to change that image? ScreenShot080.bmp
Last reply by shiljo, -
- 2 replies
- 948 views
Hello, I want to create a fuction/module which would send a email automatically to the pilot if his / her bid is removed automatically from the system due to not flying it in the specified time. Could this be possible? Regards
Last reply by STARs, -
- 1 reply
- 1.1k views
Hi to all! need some help...welll i would love to link only pilot ID not whole name in recent pilots.tpl , and my code is : <?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><img src="<?php echo Countries::getCountryImage($pilot->location);?>" align="right" alt="<?php echo Countries::getCountryName($pilot->location);?>" width="16" height="11" /><br /></p> <?php } ?> So anyone can help me...i tried …
Last reply by shiljo, -
- 0 replies
- 754 views
Hello, I want that if a flight has been paused it's all flight details color should change to silver. I mean like: CAV0001 CAPT. TEST OMDB CYYZ 11:45 DEPARTED CHANGES TO WHEN PAUSED CAV0001 CAPT. TEST OMDB CYYZ 11:45 PAUSED
Last reply by STARs, -
- 0 replies
- 1k views
Hello, in the contact form that comes with phpvms, I want it to send the form to our admin e-mail, but I want it to show as sender the user it self and not the admin e-mail. Could someone give me a hand?
Last reply by valerio, -
- 2 replies
- 1.4k views
Hi all, Reagarding update by git, on domumentation show this way to make the update but i do not understand, can you help me please. Updating from Git If you installed phpVMS using git, do: cd phpvms git checkout v2.0 It will then automatically update to the latest. Navigation to install/update.php to complete the upgrade. At the moment, v2.0 is the latest tag which is available. When the next version is available, it will be listed here. Thanks and regards
Last reply by lorlandi, -
- 7 replies
- 3.2k views
Hello, I am having a weird issue with phpVMS and it counting PIREPs. It is able to count the hours just fine from the PIREPs submitted however it just sets the PIREPs for all pilots to 0. I also have this from the cron script as an error. Notice: A non well formed numeric value encountered in /home/gocanair/public_html/core/common/StatsData.class.php on line 171 I am guessing that could be causing the issue. Any ideas on a fix for that? Thanks, Nick
Last reply by Felipe, -
- 0 replies
- 933 views
Hi there, I have this really weird issue, we have just welcomed a new pilot. Last pilot received id FE1029, and the next received FE1041. There was no reason for bot spam or anything like that, as I haven't been deleting any accounts. When I try to change the Pilot ID, it gives me the following error. #1451 - Cannot delete or update a parent row: a foreign key constraint fails (`flyeurov_main`.`phpvms_fieldvalues`, CONSTRAINT `phpvms_fieldvalues_ibfk_2` FOREIGN KEY (`pilotid`) REFERENCES `phpvms_pilots` (`pilotid`) ON DELETE CASCADE) Edit:// I had a look at it, and Pilot ID (being the foreign key, I assume) was in tables phpvms_fieldvalues and groupmembers. I've de…
Last reply by HighFlyerPL185, -
- 0 replies
- 872 views
Hello everybody, Sorry I am using this account, I have an issue with my other account. Quick question how often do you get your Maintenance Cron Job to run? Regards all
Last reply by VirtualBMI, -
removed.
Last reply by mseiwald, -
- 1 follower
- 5 replies
- 2k views
Hi! I am working on a phpVMS site that I installed on my local PC - with use of XAMPP. If I would like others to view this site from around the world, I am assuming this is what I should do (but it is not giving me the result I need): 1. Configure my firewall to allow port 80. 2. Configure port forwarding for port 80. 3. Assuming my external IP address (using whois website) is xx.xx.xxx.xxx and my phpVMS site folder is called 'phpVMS-VA', I would assume for someone to view the site would have to put in their browser: xx.xx.xxx.xxx/phpVMS-VA What am I doing wrong here? Thank you!
Last reply by Oxymoron290, -
- 1 follower
- 5 replies
- 2.3k views
it was pointed out to me that even though we changed the fuel weight it was giving the numbers on phpvms, its still giving kilograms after being changed to pounds example one of my pilots did a flight KLAX-KMSP started with 54822lbs of fuel and ended with a use of 34939lbs. (by far everything is still accurate) when submitted and phpvms does all of its calculations, it says 15848.1 fuel used @ 0.8 / unit if you convert the 34939lbs to kilograms you get the roughly 15848kgs which phpvms is saying is pounds.... there is something wrong here becuase the way i am being charged for fuel is still in kilograms even though the back end settings are in pounds. I am being charge…
Last reply by Ariel, -
hi i want to count the number of Pauses in a particulor PIREP could you guide me how can i do that. i.e SIMULATOR PAUSED SIMULATOR UN-PAUSED SIMULATOR PAUSED SIMULATOR UN-PAUSED SIMULATOR PAUSED SIMULATOR UN-PAUSED Total Pauses: 3 I want to count the number of SIMULATOR PAUSED in a log file. Please guide.
Last reply by Oxymoron290, -
- 7 replies
- 1.8k views
First of all hi everybody. Than thanks for the site, phpvms and tutorials... i hava got a question; how we login into our site with pilot id? there is an example; www.metroairvirtual.com sorry for my bad english. best regards
Last reply by hoser70, -
- 1 follower
- 7 replies
- 1.6k 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, -
- 11 replies
- 2.7k views
I have just been looking at how the pirep log is displayed, <?php # Simple, each line of the log ends with * # Just explode and loop. $log = explode('*', $pirep->log); foreach($log as $line) { echo $line .'<br />'; } ?> If it possible to style based on an event, for example If the log contains Stall format that text in Red Bold for example, or if it contains a landing rate < -500 that is also formatted, im just trying to get some ideas on how to format the output based on different events and even if it is possible. Thanks.
Last reply by mattia, -
- 2 replies
- 1.1k views
I am also using Wordpress somewhere. and there is a backup functionality in it. Is it possible to make a backup functionality, from the database, that you eventually can schedule? Or at least can create a backup from the admin part?
Last reply by aarbee, -
- 2 replies
- 1.4k views
I need find this for edit or eliminate. In a TPL file? Thank of all for you cooperation. Best regards
Last reply by imnemina, -
Can't find ADMIN Panel
by Guest Martin- 6 replies
- 4.2k views
Hi all, My friend installed phpVMS on a server for me, he registered me as the only pilot, but when I log in, I can't find a link to admin panel! I tried http:// www . com/admin/index.php/Events_admin got: An Error Was Encountered Unauthorized access Tried on FFox and IE.. same. What shall I do ? I did search through forum for half a day, but no one had this exact problem. Thank you.
Last reply by DCaptainFunk, -
- 4 replies
- 1.2k views
Hello, I want to create my own custom PHP Page in phpvms for my va members (public view also) how can i do this. regards
Last reply by Strider, -
- 2 replies
- 1.1k views
Hi there, I have a banner in my website structure below my navigation bar. Since I wanted to display it on all of the pages, I have defined it in layout.tpl like this... <div id="banner"></div> <div class="boxmain"> <?php /* This will insert all of the "meat" of the page in there - the template which is generated, depending on which page you're on. To change these templates, check out the docs on the site. They're under the /core/templates folder, and to change them, copy them into the folder of your skin (the folder this file is in right now. */ echo $page_content; ?> </div> 'boxmain' class is my main p…
Last reply by HighFlyerPL185, -
- 14 replies
- 2.8k views
Hello, I am looking to put a flight booking on the layout using simpilots module however it dosnt reflect the airports, how can I get it to read the airports from the database like it does on its standard page? Thanks Jacob
Last reply by avdesigns, -
- 0 replies
- 924 views
EDIT: I fixed the problem with the flight bidding. Was due to a permissions issue. I'm currently having an issue where I import the flights into MySQL, and only one of the aircraft is registered in the flight schedule. The rest of the flights just have a blank area for the aircraft list. I tried using the PHPVMS importer, although it said it was imported successfully, it didn't actually import at all. Any ideas? Thanks.
Last reply by hmmc97, -
- 9 replies
- 4.5k views
Hello all, I have been trying to work out how to change the fuel price from the default 5.1 (excessively high) to 2.94 as it is currently shown at our base airport. I have tried editing the fuel info in the app.config.php file however that removes all of my airlines schedules from the admin center (though they show for pilots in the flight schedule and can still be booked). How else can I go about doing this? I don't know anything about coding beyond basic HTML and CSS so please keep it simple.
Last reply by Ariel, -
- 3 replies
- 2k views
I have searched all over the forums and have not found anything on it. The gcmap went from flat showing my pilots 10 last flights to being a huge globe map showing the flights. Is there any way to keep the map in flat view? I searched gcmaps website and found no solution!
Last reply by Ariel, -
- 1 reply
- 1k views
Hi! I have seaerched for it, but cant find it exactly....so i want pilot roster to be without hubs, is it possible...Ive seen few codes, but i dont get it...i treied everything but says no pilots pls help me thank you
Last reply by TAV1702, -
- 1 follower
- 4 replies
- 1.5k views
Hello, We are having problems with our schedules system. For example If I search for a schedule the page does not load any schedules and will appear blank. Other members are able to view a few and then if they click on them to get the dispatch details, they go blank again. Examples This is what loads after pressing 'Search' Any ideas?
Last reply by TAV1702, -
- 0 replies
- 830 views
How can i move flag on signature, i mean position it Thank you very much...
Last reply by shiljo,