Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.6k views
Hi all, could use some help with this problem.... if any of my pilots file a pirep manually it returns an error saying all fields need to be filled even though they are and the pirep does not file. anyone got any ideas? thanks Scott
Last reply by CrashGordon, -
- 2 replies
- 1.1k views
I just installed phpVMS, and have 3 pilots registered. I am pilot ABC001, my two registrants are Pilots ABC002 and ABC003. In the Pilot listing, pilot ABC001 (me) does not show up. Yet in the admin section, I am listed. Is it default that pilot ABC001 does not get listed? (assuming it is just an admin position) Do I need to create a seperate pilot number for myself and my flying? Thanks in advance.
Last reply by servetas, -
- 1 reply
- 4.2k views
The following code from another thread somewhere, showed a revenue breakdown per last 5 flights for the logged in pilot. How would I show ALL reports for ALL pilots with this code edited for that?? <?php $pilotid = Auth::$userinfo->pilotid; $reps = PIREPData::getLastReports($pilotid, 5); ?> <table class="balancesheet" width="50%"> <tr class="balancesheet_header"> <td colspan="5">Last 5 Flights</td> </tr> <tr> <td align="center"><strong>Flight #</strong></td> <td align="center"><strong>Duration</strong></td> <td align="center"><strong>Pilot Pay</strong></…
Last reply by CPC900, -
- 8 replies
- 2.3k views
Whats the code to add the status of a pilot in the pilots roster. <td><?php echo $pilot->status?></td> That doesn't work. Also how can I add more statuses. Other than Acitve and Inactive. Thanks
Last reply by mseiwald, -
- 3 replies
- 2.3k views
If I am using: Config::Set('USE_CRON', true); I edited that in my app.config.php, from false to true. Do I ALSO put it in my local.config.php??? Because that is what it indicates in my maintenance options screen: Also, remember to change in local.config.php, USE_CRON to true, so phpVMS doesn't try to automatically schedule these tasks to run. I would have to ADD that line into to the local.config.php, whereas the app.config.php already has that line, you would just have to change it from "false" to "true"
Last reply by CrashGordon, -
- 0 replies
- 1.1k views
Where is the code that displays the data from a custom field in the pilot's profile? I've looked in pilot_public_profile.tpl, but if there is any indication where the data is taken from, I missed it. TIA.
Last reply by CrashGordon, -
- 1 reply
- 1.3k views
Hello, Is there a way you can get rid of the default page titles in phpVMS and replace them with images? Any help much appriciated! Joe
Last reply by Parkho, -
- 1 follower
- 1 reply
- 2.1k views
Hi hope someone can help. I have installed Trellis Helpdesk onto my site and I am linking an email address to trellis. I have been trying to set up a cron job to upload the tickets from the email address. I have been trying /usr/bin/php -q /home/mywebsite/public_html/core/trellis/sources/pop3.php and php -q /home/mywebsite/public_html/core/trellis/sources/pop3.php but i keep getting a email saying Cron Daemon root@master.fivedev.net 4:35 PM (4 minutes ago) to me No input file specified.Thanking you in advance.Alan
Last reply by vJet2, -
- 30 replies
- 10.4k views
Hello I was just wondering the other day if there are any VA's that don't require their pilots to use an ACARS system? Most VA's require their pilots to submit some 'proof' that they did the flight by using ACARS and submitting the log, or submitting a tracker log from vatsim and the like. But honestly, why would a pilot lie/cheat about doing a flight? Reason I'm asking is that even though I wrote a pretty fool-proof guide on how to configure kACARS and xACARS for use with my VA, some pilots still struggle with it or the software causes other problems, so I'm considering to make this non-mandatory. Would I be the only VA doing that, or are there others out there w…
Last reply by Impulse, -
pilot pay?
by Kalo- 7 replies
- 2.2k views
Hello, Sorry if this has been posted before but I have not found any related topics in the search. I am just wondering what is pilot pay for? Can pilots of your airline use their earnings for anything? So far I have not found any use for pilot pay. Thanks!
Last reply by mischka, -
- 6 replies
- 1.9k views
Is there a way to add a member as part of the admin menu to see ONLY one thing. Basically, what I want is for someone to have access to the "Financial Reports" menu, but that is all I want to be available. Is that possible?
Last reply by loplo, -
- 7 replies
- 3.1k views
Since no-one has made a tutorial to set-up phpVMS. I've taken the liberty to do it myself. If the Admins want to put the video on the site they can.
Last reply by Sava, -
- 1 reply
- 2k views
If I have this set in my config: Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); What else must I do to make it appear?
Last reply by Parkho, -
- 4 replies
- 1.9k views
Does anyone were do I go or what do I do to be able to delete an airport from my airport list?
Last reply by Parkho, -
- 2 replies
- 1.2k views
Hello, I am having a bit of trouble with the Schedule search module by David J Clarke. I Have routes enabled on my site, but when i search for them, it simply says "no routes found". I tried with the default route finder, and they showed up, it's just this search module. I really need this module for my site, so i would really appriciate if you can reply soon! Many Thanks, Joe
Last reply by joeholden, -
- 6 replies
- 1.9k views
I've been tinkering with what is displayed in pilot badges, this morning. After each change. I've refreshed the badges, flushed the cache, etc. Why don't they all get refreshed? These are all from the same time.
Last reply by CrashGordon, -
- 0 replies
- 1k views
Hey can someone help me ? I am lookin to change /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: Black; <<<<<<<< THIS } img { border: 0px; } .size { width: 950px; margin: 0px auto; } TO THIS >>>>>>>>>>>>> http://lohrman.com/s...spanish-sky.jpg <<<<<<<<<<<<<<<<< How do i do it? I've tried this background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(194,236,255)), color-stop(0.71, rgb(20,145,255)), color-stop(1, rgb(0,115,255)) ); but it doesn't work.
Last reply by Curshad, -
- 2 replies
- 1.2k views
Hello, we are running a va which allows codeshare flights, so we have had to input multiple airlines on phpvms, is it possible that your pilots can have a single callsign instead of that airlines callsign. Eg. the VA's callsign is VVG123 but Virgin callsign is VIR123. is it possible that the pilots can only register with the VVG callsign? many thanks, Joe
Last reply by joeholden, -
- 1 follower
- 3 replies
- 1.4k views
Can anyone please tell me how to get rid of the black dots in the pilot center View my PIREPs View a map of all my flights File a Pilot Report View Flight Schedules View my flight bids View VA Finances Thanks in advance
Last reply by freshJet, -
- 1 reply
- 3.3k views
Hello There I now wana change my STATUS column to animated gif images, how can i do that? I am not getting any idea where to change the code <META HTTP-EQUIV="refresh" CONTENT="30"> <div style="position:relative"><h1>Flight Stats</h1> <p style="text-align: right; position:absolute; right:5px;top:0;"><strong>Share</strong><span class='st_blogger' ></span><span class='st_twitter' ></span><span class='st_facebook' ></span><span class='st_yahoo' ></span><span class='st_email' ></span></p> </div> <img alt="" border="1" height="136" src="http://www.air…
Last reply by freshJet, -
- 1 follower
- 0 replies
- 1k views
Delete this post please
Last reply by vJet2, -
- 2 replies
- 1.4k views
I've been tinkering in the operationsdata.class (and forums search of course) but haven't had any luck - I would like to sort the airports list by name instead of ICAO. Also, is there a way to display only the airports currently being used by the schedules? If I drop airports from the database that are seasonal or discontinued it throws off pirep data so I would like to keep them but not show up in the search's drop-down menu.
Last reply by Jetwave, -
- 22 replies
- 8.4k views
Hello there I am trying to place Airline logo on Flight Stats, but i am unable to, can any one help me out plz I tried using this code <img src="<?php echo fileurl('/lib/images/airlines/'.$airline->icao.'.gif'); ?>" alt="<?php echo $airline->name;?>" /> I have two airlines, Air India (AIC) & Air India Express (AXB). Thanx!!
Last reply by mikaelartur, -
- 3 replies
- 1.9k views
Hello all! I completed a flight today, submitted a PIREP just fine and closed the flight. The problem was that the Live Map was still showing the flight to be active a few hours after it was submitted. I thought starting a new flight would fix this issue, but it just replaced the old one after it was closed. I am using 000webhost as my hosting sight and kACARS_Free as my ACARS system and have had few issues before this. I was wondering how one, as soon as they close their flight, has their flight removed from the map. Any help is appreciated! Sean
Last reply by ATAvCEO, -
- 9 replies
- 3.1k views
I searched here in the forum something like Booked Flights, thought, but nothing worked properly. I visualized the Admin Center, my pilots booked 18 flights, but not me this script returns the same flights on the Frontpage_main.tpl,. Someone has something similar like this http://airmaltavirtu...ex.php/bookings The script I have is this, but he did not return the you that I see in the admin center. Current Booked Flights</h3> <?php /*echo '<pre>'; print_r($allbids); echo '</pre>';*/ if(!$allbids) { echo 'There are no bids!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Route</th>…
Last reply by loplo, -
- 4 replies
- 1.4k views
I'm Realizing That there are people invading the system through the link. example: www.yoursite/lib/skins/yourskin/ yourpage.tpl Simply put the member name of the page and to steal our work without authorization. How can we block. It is regrettable that.
Last reply by Fernando, -
- 4 replies
- 1.7k views
I never thought I'd be doing this again, but I'm going to resurrect my old VA. Installed phpVMS and everything appeared to go fine...until I tried to edit a page. That's when I noticed there was no editor function. Knowing me, it is probably something I did wrong, but for the life of me, I cannot figure out waht it might be. Any ideas?
Last reply by CrashGordon, -
- 4 replies
- 1.6k views
Just trying to edit my Front Schedule tpl, and I have forgotten where the list of aircraft is?! I remember adding all my aircraft types into a template, but for the life of me, I can't remember, or find it
Last reply by Parkho, -
- 0 replies
- 1.5k views
For some reasons,I want to add a disposable expense,but the default options do not include disposable,so how can I get it?Thanks!
Last reply by a786013819, -
- 5 replies
- 1.6k views
Can Someone tell me the code for only allowing only people above a certain rank to view a page. I'm guessing it goes something kind off like this but i'm not sure. <?php if(Auth::Rank() => FirstOfficer) { ?> <li><a href="<?php echo url('pages/discounts'); ?>">Discounts</a></li> <?php } ?> Is this correct?
Last reply by Parkho,