Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 26 replies
- 7.3k views
Hi, I'm sure it was asked before, but I'd like to make it in a different form. How do I display a country flag onto a departure/arrival airport? Basically, I'm getting a list of departures from the database, and listing them one by one. Inside my foreach I have: foreach($deps as $departure) { $dep_airport = OperationsData::getAirportinfo($departure->depicao); ?> <tr> <td width="10%"><?php echo $departure->depicao; ?></td> <td width="10%"><img src="<?php echo Countries::getCountryImage($dep_airport->location); ?>" /></td> <td width="60%"><?php echo …
Last reply by Jiko, -
- 1 follower
- 26 replies
- 6.4k views
I'm having a weird issue with pilot pay. It's not adding up correctly on the PIREPs. For example, my rank pays $100.00/hr and I flew a 5 hour flight I only got paid $100.00. It doesn't matter if I'm using Smartcars, KACARS custom, or file a manual PIREP. I've recalculated the ranks and have ran the maintenance script but that didn't make any difference. I'm running version 2.1.936. Has anyone seen anything like this and know how to fix it?
Last reply by FDC001, -
- 26 replies
- 3.6k views
I am currently installing PHP v5, and I am recieving the error: Data too long for column 'lastip' at row 1 Here is a screenshot: https://prnt.sc/red7p9 I checked my database and it seemed to be there: https://prnt.sc/redf48 Thanks
Last reply by AMAviation, -
- 1 follower
- 26 replies
- 6.1k views
Afternoon chaps, I have a small question, we recently switched to phpVMS with our small virtual airline, everything is working great and we are on: Version 5.5.2.72 simpilot/php7.2 Confirmation Sent Thanks for registering for Open Air Virtual, you will be notified via email of your registration status. Fatal error: Uncaught Error: Class 'SMTP' not found in /var/www/html/core/lib/phpmailer/class.phpmailer.php:1736 Stack trace: #0 /var/www/html/core/lib/phpmailer/class.phpmailer.php(1861): PHPMailer->getSMTPInstance() #1 /var/www/html/core/lib/phpmailer/class.phpmailer.php(1774): PHPMailer->smtpConnect(Array) #2 /var/www…
Last reply by William, -
- 25 replies
- 4.4k views
Hey i was wondering how i could get the pireps that are sent in from FSACARS to show in the admin pannle to show where it says Latest Stats 0 PIREPs pending, is there a way to get them to show up there and under the PIREPs view pending??
Last reply by Nabeel, -
- 25 replies
- 3.7k views
Everytime a pilot of mine files a pirep and i accept it, it is doubled in the roster, one guy flew once, had 6.3 on the roster then flew again and got 10.5, it came out as 27.3 is there anything i can do to fix this? If so which file do I have to edit to fix it? Cheers Dan C
Last reply by Nabeel, -
- 25 replies
- 5.4k views
I want to have a default avatar if the user doesn't have one selected, i have tried several different things to no avail ...... Something like this...Although it is not finished...
Last reply by loplo, -
- 25 replies
- 6.7k views
One of our pilots got this: Attempt To connect to website...Connection etablished - OK. phpVMS/FSPAX ACARS Omega-Air Virtual Airlines/******* selected 8 total flight, 1 flights marked as not exported. Ready to export... -Exporting of 1 Flights started: -Error, unable to export flight number 8 ->Error - The web site didn't replied 1 flights could not be exported. Any thoughts on what this is likely to be? Let me know if more info is needed TIA.
Last reply by Nabeel, -
- 25 replies
- 4.5k views
Gday Guys Can someone point me in the right direction with this. My Roster and footer are not centered correctly(only on the Pilot Roster Page for some reason). Im not sure what files need to be edited. Thanks
Last reply by Nabeel, -
- 25 replies
- 4.1k views
Just an odd thing here......In the SQL database and the admin section of PHPVMS all looks fine, however.... This was a flight from Halifax(CYHZ) to Sydney(CYQY). Can't figure out why it did that. I am using FSFK for live acars, btw.
Last reply by hjhjhgjgjh, -
- 25 replies
- 6.7k views
Ok, i been having problems, since that my pilots can't join like when they fill out everything and they click submit, then they are redirected back to the form. and i didn't get the pending in my admin center. whats wrong with it?
Last reply by BinterVirtual, -
- 25 replies
- 3.7k views
When I was resetting the finances, I got a Internal Server Error. Is there a permission that needs to be set for that?
Last reply by Nabeel, -
- 25 replies
- 8.9k views
Hi. Everytime I try to add a route I get this error message: There was an error adding the schedule, already exists DB error: Unknown column 'maxload' in 'field list'. Can anyone tell me how to resolve this issue? Thank you.
Last reply by patva1, -
- 25 replies
- 4.5k views
I know this may be a silly question. I just updated to the newest version. (without a backup of course...DOH) Now I have nothing but problems again. Is there any way of going back to the old version ? Like an undo ? I know, probably not, but I have to ask
Last reply by kbohme, -
- 25 replies
- 6.2k views
-
Last reply by Kyle, -
- 25 replies
- 3.9k views
hi all boys I created this code to see, (in pilot_public_profile.tpl,) how many flights did today a pilot, but does not work. the result is always 0 <?php $query = 'SELECT COUNT(*) AS total FROM '.TABLE_PREFIX.'pireps WHERE submitdate >= NOW() -172800 AND pilotid = $userinfo->pilotid '; $result=DB::get_row($query); if (!$result){ echo 0; } else { echo $result->total; } ?> Can you help me to understand why?? thank you very much
-
- 1 follower
- 25 replies
- 17.4k views
Hi All, I felt this would benefit a lot of people! Lets get started... 1. Choose hosting company and register your domain. Download phpVMS and extract it to somewhere where you can find it later. Recommendations: Paid Hosting: http://www.fivedev.net/ - http://limenex.com/ Free Hosting: http://www.000webhost.com/ NOTE: FREE WEB HOSTING MAY NOT WORK. Domain Registration: https://www.123-reg.co.uk You can get a free domain with a free hosting company or just google free domains. 2. Download FTP client Recommendation: https://filezilla-project.org/ 3. Log into cPanel on your chosen web hosting's website. 4. Navigate to view FTP details or something similar E.G.…
Last reply by Tummi, -
- 25 replies
- 6.4k views
I'm wondering how to get an altitude and speed chart on pirep_viewreport.php like the one in vataware? I know data can be extracted but dunno the implementation of the code. Any help?
Last reply by shakamonkey88, -
- 25 replies
- 3.8k views
Hi all, I met a little trouble. Indeed, I have the list of pilots (pilots & group --> view all pilots) that appears in my dashboard. But when I click on "edit", I have an empty page I reloaded the files to see if I had a problem but nothing to do have you ever encountered this type of problem? I'm in phpvms 5.5.2 Php 5.6 Thanks for you help Best Regards Laurent
Last reply by larabrian, -
- 25 replies
- 3.3k views
Hey, I'm new to this forum so please excuse me if this is in the wrong place. I am getting my VA I started earlier this month ready for people to sign up. I'm trying to use CCFTracker. I've installed the Module to my core/modules as per the installation. I then installed the pilot client and I entered all the appropriate details. I've seen previous threads about this issue and I can confirm that: There are no silly errors with like spelling or putting the module in the wrong folder directory. I am running CCFTracker in administrator. I have checked and double checked my pilot ID and password against what I've got on the airline's website. …
Last reply by Strider, -
- 1 follower
- 25 replies
- 3.8k views
I have an issue that I dont know why it is happening. No pireps have been recorded today yet pilots have flown and have filed the pireps as I have gotten the emails stating they have. But they are not submitted, but it shows on the front page as they have flown, but the pirep ID is some really big number but the ID in the pirep table is not that big. Anyone know what could cause an issue like that? Or has anyone encountered this problem and fixed it, if so how did you fix it. I had to move to a new db, recently, and had to reimport the schedules db. Could that have caused a problem with the bids?
Last reply by Strider, -
- 1 follower
- 25 replies
- 1.5k views
Hello, the website is out of service, it has several errors
Last reply by ProAvia, -
- 24 replies
- 3.6k views
I updated phpvms to vers. 1.2.660 as orderd in the admin Menue:-) Since this update, we got the problem, that fsacars give out a databse error when our Pilots try to send their pireps - even so, the pireps get into the Web-sytem Edit I just found out, that also the fsacars log is corrupted it only loggs the "half" of the whole logg Here is the last logg i sendet ------------------------------------------------------ [2009/03/31 17:19:00] Flight IATA:EUV769 Pilot Number:EUV0001 Company ICAO:EUV Aircraft Type:A330-200 Aircraft Registration:OE-LAM Departing Airport: LOWW Destination Airport: LTAI Online: No Route:PLEASE ADD THE ROUTE 17:19 Zero fuel Weight: 1…
Last reply by Nabeel, -
- 24 replies
- 4.4k views
last update of the beta 850 to send the log giving this error when clicking two and the same log is sent several times
Last reply by Nabeel, -
- 24 replies
- 4.3k views
We are having problems with users that use IE, when you click on Bid it takes you to page with just No route! displaying. I have tested this out on IE, and get the same problem. I am using phpVMS Version 2.0.846 My IE Version 7
Last reply by flyalaska, -
- 24 replies
- 5.2k views
Hi, my freind is trying to install phpvms, but it won't find the database. But we have the database in the same server. My ferind and I been kinking out all night why won't phpvms find the databse and recreated the database over a hundred times and redownloaded the files and reinstall everything but it won't still find the database. Do you know whats wrong? One Point for someone who helped us getting it work.
Last reply by Nabeel, -
- 24 replies
- 5.8k views
I'm a idiot and posted in the wrong forum. But here is my problem: I'm the OPS manager at Southern Air Transport Virtaul. And this morning when I went to accept new pilots, the system generated the new pilot number, but it wont create the new pilot number in the scheduling system so new pilot can file a priep. In our Pilot database the pilots go from SJM9501-SJM9531, but it the schedule it only goes to SJM9529. So our two new pilots are unable to file PIREP's in our system using thier pilot numbers SJM9530,and SJM9531. Any Idea's? We are using admin versin 2.0.846. Any help would be greatly appreciated. Jon Bailey
Last reply by Nabeel, -
- 24 replies
- 4.5k views
I just got all my file transferred to the FiveDev server, I noticed when I go to edit a pending PIREP that all the fields are blank and the links on the left are for sending email to all pilots. When I first tried the links were for Pilot Shop, I deleted that MOD and I get the email links. ANy ideas whats causing this?
Last reply by flyalaska, -
- 24 replies
- 6.6k views
Hello, gentlemen! This is my first post in this forum. I'm am the CEO of Brisa VA, from Brazil (www.brisalinhasaereas.com, several language versions ). We're setting phpVMS up, after two years using VAFS. We are very happy with what we already got from phpVMS, although there are a lot of things to do yet. But there is a bug stealing a lot of time our staff. All the pilots who try to register in our site recieve the same error message: "This e-mail is already in use!" I'm sorry if there is already a topic about it. If so, please let me know the link so I can check the answers. Best regards to everybody!
Last reply by ynotdoit, -
- 24 replies
- 6.8k views
G'day Guys, I have been trying to get my new drop down menu working for my site, I've spent quite a few hours on this, but am getting nowhere. Some help would be very greatly appreciated, to point my back in the right track menu here: http://qantasvirtual.com/dev/ if you need to take a look at the coding, just let me know and ill chuck it up. I am unsure why the footer has moved to its current position. what i am aiming for is to get the pilot center to display under crew when logged in, and not be there if a user isnt logged in. Cheers
Last reply by Tylor Eddy,