Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 8 replies
- 2.9k views
Hi all, i wonder if it is possible to create a module to manually update the database navdata as for now it is only possible to do it directly in the database. A query module for the different fields to search on airway, location or name for easy searching and updating. Thanks and Regards
Last reply by lorlandi, -
- 6 replies
- 2.9k views
I'm trying to copy over the pilots list page. I am copying from the original pilots list page to a new page which is located in the skin folder. I have copied and pasted successfully but the pilots list doesn't load anything. The if (!$pilots_list) {} statement returns true and the operation to load the pilots is canceled, meaning something is wrong with calling the method. I'm sure that this has something to do with moving the code. Thanks in advance.
Last reply by WiltshireAirlines, -
- 11 replies
- 2.9k views
Hey guys, I'm completely new to this kind of website building (I use webs.com for my airline, but I'm switching to http://www.000webhost.com/ to get PHP). I have no idea how to give permission to whatever and that stuff. Can anyone help me by installing phpVMS to my website? If you could that would be great.
Last reply by mark1million, -
- 8 replies
- 2.9k views
I renumbered all my flights and want to kow how to erase all flights in my system before I upload the new CSV file. How do I do it? Also will this mess up all the pireps I have in the system already?
Last reply by mark1million, -
- 7 replies
- 2.9k views
Hey guys I tried using this code to display an image on the day the flight is flown: <?php if($route->daysofweek == 1) { echo'imagehere' ; } ?> Now, if I want to display a empty entry if there is no flight on that day, I will use this: <?php if($route->daysofweek == 1) { echo'imagehere' ; } else { echo''; } ?> For some reasons, this isnt working and its either showing nothing or the image shows up even though there is no flight on Day 1. Does anyone have a quick fix for this? Thanks in advance and have a good sunday. Pierre
Last reply by simpilot, -
stats date
by joeri- 13 replies
- 2.9k views
haviong a quick question curently i use this to see my pilots count Total Pilots: <?php echo StatsData::PilotCount() ?> but it will show all active and inactive is there a way to only show how many active pilots there are. gr joeri
Last reply by joeri, -
- 13 replies
- 2.9k views
Just checked on my site and got this: Last time I checked it was fine and I haven't edited anything since. Anyone know what's happened?
Last reply by freshJet, -
- 9 replies
- 2.9k views
Hello Some of you may know the website fuelplanner.com They have an API now, where you can post variables and get variables back, so you can seamlessly integrate fuelplanning in your website (eg pilot brief) I'm very inclined to spend the 20 bucks, but there's nothing known about how to integrate it with phpvms. Does any of you use this API and can shed a light? Just so I wouldn't have to reinvent the wheel.
Last reply by mischka, -
- 1 follower
- 5 replies
- 2.9k views
Dear folks i am willing to put search function by airlines please help this what i have in schedule_searchform.tpl <h3>Search Schedules</h3> <?php if(Auth::LoggedIn()) {?>[/size][/font][/color] [color=#000000][font=Verdana, Arial, Helvetica, sans-serif][size=2]<form id="form" action="<?php echo actionurl('/schedules/view');?>" method="post">[/size][/font][/color] [color=#000000][font=Verdana, Arial, Helvetica, sans-serif][size=2]<div id="tabcontainer"> <ul> <li><a href="#depapttab"><span>By Departure Airport</span></a></li> <li><a href="#arrapttab"><span>By Arrival Airport&l…
Last reply by jamyboy, -
- 1 follower
- 7 replies
- 2.9k views
Can someone just point out the differences between the various versions of phpVMS? What's the latest stable version?
Last reply by in2tech, -
- 6 replies
- 2.9k views
Airline with code FLY,032,EGLL,LOWW,,FLY1003,,688.323,09:20," 11:40"," 0"," "," 300"," P"," 16"," 1" does not exist! Skipping... Airline with code FLY,033,LOWW,LBSF,,FLY1003,,435.457,12:40," 14:15"," 0"," "," 300"," P"," 1"," 1" does not exist! Skipping... Airline with code FLY,034,LBSF,LOWW,,FLY1003,,435.457,15:55," 17:45"," 0"," "," 300"," P"," 1"," 1" does not exist! Skipping... Airline with code FLY,035,LOWW,UUDD,,FLY1003,,901.619,19:00," 21:45"," 0"," "," 300"," P"," 1"," 1" does not exist! Skipping... Airline with code FLY,036,UUDD,LOWW,,FLY1003,,901.619,02:35," 05:35"," 0"," "," 300"," P"," 2"," 1" does not exist! Skipping... Airline with code FLY,037,LOWW,LCL…
Last reply by 5SA CEO, -
- 6 replies
- 2.9k views
Hello, I am having the following issue when any pilot tries to add comment to his/her pirep. I am displaying the following code on the view pirep report page (where all data of the pirep is displayed): <?php if($comments) if(Auth::LoggedIn() && Auth::$userinfo->pilotid == $report->pilotid) { echo ' '; foreach($comments as $comment) { ?> - <?php echo $comment->comment?> <i>(<?php echo $comment->firstname . ' ' .$comment->lastname?>)</i><br> <?php } echo ''; } ?> <a href="<?php echo url('/pireps/addcomment?id='.$report->pirepid);?>">Add Comment</a><br /> </td> &l…
Last reply by STARs, -
- 1 reply
- 2.9k views
Hello ;D I have install phpVms and have after install many errors Warning: Creating default object from empty value in /kunden/xxxxx/hosting/dev/testen/phpVMS/core/classes/Vars.class.php on line 74 Strict Standards: Accessing static property Dashboard::$post as non static in /kunden/xxxxx/hosting/dev/testen/phpVMS/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Dashboard::$get as non static in /kunden/xxxxx/hosting/dev/testen/phpVMS/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Dashboard::$controller as non static in /kunden/xxxxx/hosting/dev/testen/phpVMS/core/classes/CodonModule.c…
Last reply by jamyboy, -
- 19 replies
- 2.9k views
I was trying out the awards system and gave myself an award. But it now shows my awards on all of the profiles. For example I give 'A' and award but 'B' also gets the awards shown on his profile even though it doesn't have it on the Admin Panel. I have updated all the systems and this is still occurring. Does anyone know how to resolve the problem? Jack
Last reply by Wayne, -
- 14 replies
- 2.9k views
Getting this error when pilots apply.
Last reply by Nabeel, -
- 16 replies
- 2.9k views
Every flight my VA is doing is not gaining profit from it have i set up something wrong
Last reply by poole3003, -
- 7 replies
- 2.9k views
hello all i am stuck again building a new template i need to change the width of the finance charts and stuff i alterd every code i found related to that but it keeps the samle width as you seen in the picture the chart is smaller but the black sheet stays large regards joeri
Last reply by tutmeister, -
- 1 follower
- 9 replies
- 2.9k views
Hi Everyone! "Houston, I´ve a problem" 😁 Hello everyone! I have been working on customizing my SKIN using AdminLTE. I have a problem, because I could not change the position that the messages appear. See image! I've tried to change the template files: core_message, core_error and core-success, but, nothing happens. Can someone help me?
Last reply by Nascoli, -
- 7 replies
- 2.9k views
Hello I want change time format for Total Flight Hours in my website , 25.49 -> 25:49:00 (HH:MM:SS) I try to sum flighttime_stamp in pireps table : $params = array( 'table' => TABLE_PREFIX.'pireps', 'fields' => 'SUM(`flighttime_stamp`) AS `total`', 'where' => array('accepted' => PIREP_ACCEPTED), ); $sql = DB::build_select($params); $results = DB::get_results($sql); echo $total = $results[0]->total; That code shown Total Flight Hours 20:30:12 (HH:MM:SS) but my VA Total Flight Hours is 25.49 . I don't understand why !! Tnx
Last reply by piuozorio, -
- 6 replies
- 2.9k views
Hi, I am new here, I have with the help of dunnies guide got phpVMS up and running, I have added my fleet of aircraft now to start on the airports, but that the issue. I go to add the airport enter the ICAO 'EGKK' then click look up and nothing, so enter the details manually takes a while. then click hub then 'add airport' and I get an error message 'there was an error adding this airport' what am I missing? Thanks Dean 5SA CEO http://5starvirtualaviation.com/
Last reply by 5SA CEO, -
- 12 replies
- 2.9k views
Wich web hoster do i must use to install the virtual airline thing from phpvms?
Last reply by Talisman57, -
- 9 replies
- 2.9k views
Dear Fellow Members i want to check possibility to add multiple segment flights i.e. by softening the rules to add flight schedule, such as particular flight EK688 - OPKC-OPQT-OPZB-OPDI-OPPS-OPRN / Equipment: A330 Leg 1 / EK688 / OPKC-OPQT Leg 2 / EK688 / OPQT-OPZB Leg 3 / EK688 / OPZB-OPDI Leg 4 / EK688 / OPDI-OPPS Leg 5 / EK688 / OPPS-OPRN In this 5 segment flights, you can see the call sign is same but Origin & Destination are changing per each leg. So is it possible by modifying the script we can able to get the same above result. Looking forward.
Last reply by simpilot, -
- 7 replies
- 2.9k views
Good Day, My site is http://www.bluexpressvirtu.joomlafree.it/phpVMS/index.php# In home letter à - è - é - ò is � Why? Is possible delete �?? Thanks!
-
- 5 replies
- 2.9k views
Hi, You can add expenses on a pirep. For catering or so. I tried this out, and found out, that it did not function. In the send pirep, I see the expenses, but under Reports and Expenses it is pretty empty. If I click on expenses it says: No expenses have been added So is there a switch to set? RobB
Last reply by aarbee, -
- 9 replies
- 2.9k views
Where is this defined? It doesn't seem to be a php function and I want to change it so all the dates recorded are GMT. I've already set the php default timezone to GMT in local.config.php, however this doesn't seem to affect now(); How can I change it? Thanks
Last reply by savagegrave, -
- 10 replies
- 2.9k views
Hello again, I have decided that until further notice, my VA will use the pure_HTML5 skin. The default picture is 630x260px, and I can edit that easy, but how to I make it a slideshow? Here is what I want in it: http://slideful.com/...78108823_pf.htm Site: www.bluehawkvirtual.net
Last reply by alblua, -
- 1 follower
- 10 replies
- 2.9k views
Had to reset my password this evening. Was notified that email was sent with new password - none received. Tried a couple times...no joy. how much trouble am I in?
Last reply by flyalaska, -
- 1 follower
- 5 replies
- 2.9k views
I have moved the website of my va, to a newer hosting company. Except for several errors, which have been corrected, or are only a small nuisance, I have one that is bugging me. 75% of the mails send to pilots do not arrive, because the mails receive a 550 message, meaning that the email address does not exist. Further investigation tells you that the mail has been rejected because the mailserver was on a blacklist. I emailed my hosting company and they said:"If you use the standard smtp on port 25, you have the risk that it is blacklisted". You should use the fixed address and ports. It was not difficult to find, where to change it, but I could not find where/how to…
Last reply by aarbee, -
- 9 replies
- 2.9k views
Hi guys, im having trouble locating the settings when a pilot logs in they are redirected to their main profile. I have this setup before but after some changes and updating its gone back to when you log in you go back to the main index. Thanks.
Last reply by mw308, -
- 9 replies
- 2.9k views
Hi, I dont have option to change server time. Support server answer: How i can change the phpvms time? may be in local.config.php? My time hour is (UTC+01:00) Bruselas, Copenhague, Madrid, ParÃs Regards!
Last reply by ARV187,