Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 2 replies
- 3.5k views
Can someone tell me how to get an updated pilot badge? I changed the background picture, so how do I get it so that it is that picture and not the default one? I went and edited the image and uploaded it.
Last reply by jacksonscott, -
- 7 replies
- 3.5k views
I have noticed that phpVMS isn't quite writing anything into the MySQL database. For example, if there is a new pilot registration, the Admin Center does nothing when i press "Accept Pilot" Same for "Profile Edit", it doesn't show any errors, but neither it updates anything. The only way i do it is via the phpMyAdmin through the cPanel. This is kind of frustrating everytime, does anyone know how to fix this??
Last reply by LeonardIGO4036, -
- 8 replies
- 3.5k views
My VA's pilot roster no longer shows up. It was there last night, but today it says no pilots in our HUBs Anyone have any suggestions???
Last reply by infidel, -
- 10 replies
- 3.5k 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, -
- 8 replies
- 3.5k views
hi, i dont know why in the live map dont show the departure and the arrival?
Last reply by loplo, -
- 5 replies
- 3.5k views
I have just noticed, after looking at a few Pireps on my Va, which are all auto complied by kacars, that the 'flight' time allocated is the total time. for example, here is a log from a flight the log was started at 19:34, and filed at 20:37, BUT the Flight time, from take off to landing was only 46 mins. The pirep when filed by Kacars, had the hours allocated as 1:02. But the pilot should only get 46 mins of flight time? Is this set up correct or something I am doing wrong?
Last reply by ukmil, -
- 1 follower
- 8 replies
- 3.5k views
How to cancel the Google verification code when register? Or replace other verification code?
Last reply by youngbuckscrew, -
- 5 replies
- 3.5k views
I don't like the fact that inactive pilots cannot access the website. So, they contact Human Resources, and then I set them as active, but I think the system changes it back. It's so annoying. How the hell do I turn it off - it's creating problems!!!
Last reply by RocketRod, -
- 9 replies
- 3.5k 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, -
- 2 replies
- 3.5k views
Fatal error: Cannot re-assign auto-global variable _FILES in /home/*****/public_html/core/common/PilotData.class.php on line 436 hello i move to godaddy paid hosting and i have the php version when i switch to 5.3 its fully work , how i fix it ?
Last reply by davidulman, -
- 7 replies
- 3.5k views
Getting this error Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096): /home/u852556312/public_html/user//lib/skins/Arctic/<h3>Registration</h3> <p>Welcome to the registration form for India VA. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://user.indiava.ga/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /&…
Last reply by ahsanshahbaz, -
- 11 replies
- 3.5k views
Hello! I got a realy big and strange problem! All the flights from flight schedules has been disappear! look a the screen shot ! and the data base is full! and the schedules_results.tpl is the following: <?php if(!$allroutes) { echo '<p align="center">No routes have been found!</p>'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Flight Info</th> <th>Options</th> </tr> </thead> <tbody> <?php foreach($allroutes as $route) { /* Uncomment this code if you want only schedules which are from the last PIREP that pilot filed */ /*if(Auth::LoggedIn()) { $search…
Last reply by Mysterious Pilot, -
- 1 follower
- 8 replies
- 3.5k views
phpvms 5.5.2 on php 5.5: I am getting the following errors trying to run maintenance.php as a cronjob. Warning: Creating default object from empty value in /home/flyelite/public_html/admin/maintenance.php on line 26 Unauthorized access - Invalid Permissions. Return to Homepage Line 26 is: Auth::$userinfo->pilotid = 0; When I run maintenance.php while logged on from my admin user account, it runs without problems. When I ask my host provider about it, they say phpvms is not compatible with php 5.5 and to downgrade to php 5.3. However, this makes no difference …
Last reply by William, -
- 10 replies
- 3.5k views
Does anyone know where I can get a code to read when a pilot is in fight on vatsim?? Thanks in advance! Regards Allan
Last reply by Allan, -
- 12 replies
- 3.5k views
Hello I am trying to add that the last 10 routes flown are shown, I have not been lucky thanks for the help this is the Module / Pireps code public function routesmap($pilotID,$limit='') { if (!Auth::LoggedIn()) { $this->set('message', '<div class="alert alert-danger alert-dismissable">You must be logged in to access this feature!</div>'); $this->render('core_error.tpl'); return; } $this->title = 'My Flight Map'; $pireps = PIREPData::findPIREPS(array( 'p.pilotid' => Auth::$pilot->pilotid,$limit )); …
Last reply by FlightDeckES, -
- 9 replies
- 3.5k views
Hey guys, Right heres the thing i've been re-doing our pilot registration page and added a few more things like DoB, City of Residence, Why they want to join our VA and one or two more things I want to add. Anyway I'm not sure how I would get this information to like send when the pilot sends it. With the DoB and Why they want to join just want that for admins to see so what do I need to add and where? I know its prob a big task? but if someone can just get me going then im sure I'll be fine (fast learner) Thanks!
Last reply by Joshua John, -
- 7 replies
- 3.5k views
Good day, When I use IE8 and view a PIREP report the Google map comes up blank, only the heading "Route Map" displays after the ACARS report. If I use FF the map displays perfectly. I know the one simple solution "Don't use IE", I would appreciate some help please. Using 2.1.915 and only added <div> at the top of the code to center in display area, no other changes. Cheers Mark
Last reply by saapilot, -
Hello guy's, E put in the directory("/public_html/core/modules/adicionar") this code: <?php class adicionar extends CodonModule { public function index() { Template::Show('adicionar.tpl'); } } ?> . now the problem is, when i put this(<?php echo $userinfo->firstname; ?>) in the file(adicionar.tpl), the pilot's name does not appear to me why? ho and i'm logged in....
Last reply by Joaogl, -
- 10 replies
- 3.5k views
Hi, I got a csv with all out schedules. When I import it, it is being processed and the routes are added normally. I can see no errors. However, afterwards no schedules are showing up and they are not added to the database either. Adding a schedule manually works just fine though. Any idea what is causing this and how I can fix it?
Last reply by ProAvia, -
- 10 replies
- 3.5k views
I was watching some stuff on the GoogleDevelopers channel and fell in love with HTML5. But I have a few questions because I have chosen to use HTML 5 to build my virtual airlines new site. 1. What browser (and browser versions) support HTML 5 + CSS 3? 2. Would it be hard to implement it into phpVMS? 3. (Off Topic) When is IE 9 being released? Thanks, Mitch
Last reply by Nabeel, -
- 13 replies
- 3.5k views
I tried using many methods of displaying the pilots Id on the main menu, i tried: <?php echo PilotData::getPilotCode(); ?> also: <?php echo $pilotcode; ?> full example: <li><a href="<?php echo url('/pilots'); ?>"><?php echo PilotData::getPilotCode();?></a></li> (etc) I can only get these to work, when i am in pilotcenter, i need them in my core_navigation main.
Last reply by in2tech, -
- 1 follower
- 8 replies
- 3.5k views
Hi all, If a pilot files a manual pirep it gives a landing rate of 0. I understand why this happens but I have been reading this post http://forum.phpvms....t-modification/ and would like to use it. I think I display it a different way as I keep getting errors. I have it on my front page and this is my code. <h2>LAST FIVE FLIGHTS</h2> <div style="width:550px;height:130px;border:2px solid green;"> <?php> $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <div> <table> <thead> <tr> <th>Flight </th> <th>Departure</th> <th>Arrival</th> <th>Duration</th&…
Last reply by freshJet, -
- 3 replies
- 3.5k views
Hi, I recently got a phpbb forums for my Va and i want to put a mod on it (reputation system) I was wondering how do i upload it to make it work. Thanks
Last reply by TAV1702, -
- 1 reply
- 3.5k views
I'm Getting this error on the contact form. Any one got any ideas? ERROR: Invalid domain for site key
Last reply by simpilot, -
- 6 replies
- 3.5k views
First, the FSACARS plane icon on the LiveMap does not change its heading. Second, some of my VA members are encountering a FSACARS crash while starting their flight. Any help would be greatly appreciated! Thanks, Carl
Last reply by Nabeel, -
- 11 replies
- 3.5k views
Gentlemen, hi again: i wrote this code to show total passengers carried by pilot <?php $query = "SELECT SUM(load) as totalpax FROM phpvms_1pireps WHERE pilotid = '$pilotid' "; $result=DB::get_results($query); echo $result[0]->totalpax; ?></td> Dont work, Any help is welcome. Best regards.
Last reply by Strider, -
- 13 replies
- 3.5k views
Hi, Is there any way to have the schedules in nautical miles. I know in the local.config I can have either miles or kilometres but all the flying I do is always in NM.
Last reply by danmand, -
- 11 replies
- 3.5k views
Hi all, I have been using phpVMS for some time now, but on a new installation, the last page of the installer is blank except for the phpVMS logo and header (no "Thank you for installing, click here to go to admin panel, etcetc"), and the link to the admin panel does not appear when logged in. Ubuntu 12.04, PHP 5.3. CURL is installed. Am I missing something? Josh
Last reply by Zeusking19, -
- 1 follower
- 7 replies
- 3.5k views
Can someone just point out the differences between the various versions of phpVMS? What's the latest stable version?
Last reply by in2tech, -
Hi, i can't edit expenses, in admin panel when the expense is selected the respective expense data appear in blank. Regards
Last reply by Brian,
