Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 7 replies
- 3.1k views
Hi, I have a seperate homepage (As found on these forums, adjusting the Frontpage module) but I now want to restrict access certain pages to only logged in members i.e don't want pilots public profiels or pireps accessible to 'outsiders'. How would I do this? Thanks, Graham
Last reply by Tom, -
- 6 replies
- 3.1k views
Can you protect a .php file, so when an admin logs in they can acess the php file.. This code does not work for .php <?php if(!Auth::LoggedIn()) { Debug::showCritical('Please login first'); die(); } if(!PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { Debug::showCritical('Unauthorized access'); die(); } ?> I Really need this, and i cannot make the php file intoa .tpl If this is possible please let me know
Last reply by Jason, -
- 8 replies
- 3.1k views
Hey guys I am currently changing a site to vms, I use 1&1 Hosting and created a new MySQL Database but cant rename the actual database. Where in the vms files can i just change the database name its looking for? or any other solutions? Thanks Mitch L.
Last reply by Mitch L., -
- 5 replies
- 3.1k views
Hello, I have a question Could someone help me. this program working on my airliner to get? on the site does have a manual. but I can not get very far. I tried but without success. I hope someone can help me with the module. (this is the website: http://www.virtual-dispatch.net/?page_id=46 and see than: How-To: Acars module message structure How-To: Use the Acars module Thanks for the help already Greets: Michael Kraan
Last reply by michael Kraan, -
- 9 replies
- 3.1k views
Hey is there a way to make the pilot who has done a flight only be able to do a flight from that airport they landed at instead of juts being able to fly from they airport they started at the last flight. So I fly from EGLL to EGCC then I can only do flights starting from EGCC instead of being able to do this flight EGLL to EGCC then EGLL to KJFK If you get what i mean
Last reply by Stealth - QCX002, -
- 4 replies
- 3.1k views
Hey Guys, Curious to know if I could change the country location to by default not show up as Afghanistan but United States. Basically when you load up the page on any page with the country list on it. It shows this: Instead of this (which is what I want it to show): Any help would be much appreciated. Thanks!
Last reply by Sava, -
- 15 replies
- 3.1k views
Fatal error: Call to undefined method SchedulesData::GetScheduleFlownCounts() in /www/zzl.org/s/u/n/sunsetva/htdocs/core/modules/Schedules/Schedules.php on line 79 its where im going to get more details on a flight /index.php/schedules/details/35
Last reply by JohnMck93, -
- 1 follower
- 13 replies
- 3.1k views
We are trying to set it up, so that all we have to do is put the website url in our comments section of the online flightplan, and it would record our flights as pireps. The person working on this, asked this below. I am a newbie to this so I don't know the answer, LOL "I think I got the API mostly worked out, but I need to know if the internal search functions of the VA System you have will pull out an IVAO ID number and if not, what table it’s in and the name of the column." Thank you in advance!
Last reply by Steve Bartlett, -
- 10 replies
- 3.1k views
http://www.easternvirtualairways.com/eva/index.php Ive changed the bg image of my navbar to a dark blue but the text is grey and unreadable, ive tried all i can change in the skins style.css but cant find the code that controls it!! Please point me to the code? Cheers, Dave.
Last reply by davehardy, -
- 10 replies
- 3.1k views
Hullo On my site (flyeug.co.uk) I'm not receiving any emails when pilots register. I have no idea if pilots are getting emails, but emails are working on another site hosted on the same account which is why I didn't think it would be worth bringing up in the fivedev forum. Any ideas?
Last reply by Nabeel, -
- 8 replies
- 3.1k views
Hi, I want to implement this system: Pilots can only bid for flights in his present location. Example if you are in LEBL only shows flights from LEBL. Today even if I am in LEBL, it shows me all the flights of the day, not only from LEBL ... And if pilot don't start flight in 1hour, his bidded flight expire of his bidded flights, and flight turn to "view schedules"? How can I do?
Last reply by cgentil, -
- 3 replies
- 3.1k views
I am wondering how to install phpvms 4
Last reply by servetas, -
- 5 replies
- 3.1k views
Hi, Maybe the answer is in this forum but I couldn't find anything via search (my bad searching abitilty). Anyway, I'd like to know if there is a way to restrict phpvms to assign a pilot number before he/she is approved by admin? Cheers, Arslan
Last reply by airmermaid, -
PLEASE HELP!!! EMERGENCY
by Guest- 10 replies
- 3.1k views
Hello, First, sory for my english im living in quebec city so i'm french ... My problem is that the admin of my VA and me are not able to connect on the Admin Panel .. it says : An Error Was Encountered ... Please login first. And for them how think i'm not intelligent, "YES I'M LOGGED IN". It's an important problem because we cannot accept pilots and pireps. THX !! Dominique Nordair Virtuel http://www.nordairvirtuel.ca
Last reply by samdy1, -
- 5 replies
- 3.1k views
Hi Guys, Because I run an alliance VA, we have multiple airlines, multiple routes etc. We are currently standing at 32k routes and it's basically sending my php memory limit into spasms! So my question or challenge is; would it be possible to create or modify a function within phpvms so that rather than the standard form trying to pull all routes to then search on (tell me if I'm wrong on this, just my understanding), I can use a form to purely select from DEP ICAO, ARR ICAO, Aircraft Type, Distance and it then make a query to the database to return only the results needed? This issue is having a knock-on effect for me with modules also that require routes to be booked…
Last reply by ahughes3, -
- 8 replies
- 3.1k views
Firstly, I did "several" searches to find the answer to this question. Please forgive me if I missed it. When navigating (clicking on a link) in the Pilot Center, I find that I can not get back to the last screen I was on. If I use my browser's "Back Button", I am taken back to the main Pilot Center window. I am concerned with how confusing this would be for my pilots that are new to phmVMS. Thank you in advance for your responses! Murray
Last reply by AAG001, -
- 11 replies
- 3.1k views
Hello All A while ago I posted a topic regarding a way to insert the A/C into the bids table and I figured out that part and was able to insert that value into the table. Now a new problem is come up and that's when I hit the "Add to bid" link it's supposed to change to "Bid Added" but it doesn't and when I look at the DB the bid was actually added with no problem. Some people were helping me out but they suddenly stopped responding and left me in the dark and I believe that has something to do with the browser but still can't figure out where the problem is. Please help with this issue I really appreciate it. Thanks
Last reply by Parkho, -
- 4 replies
- 3.1k views
Hello all! I use Xampp on my local machine to help when I work on changes to the phpVMS files. (Xampp runs a local version of Apache and PHP so I can view the files on my local computer.) Once I am happy with the changes to file and everything works fine, I then upload to my web server for my live site. I have Xampp installed on several computers...and all have worked fine for the phpVMS system. But I recently installed Xampp and phpVMS on a new computer and now get this error at the top of the phpVMS pages: Strict Standards: Accessing static property Contact::$post as non static in C:\xampp\htdocs\cogva\core\classes\CodonModule.class.php on line 67 Strict Standard…
Last reply by Marmus, -
- 6 replies
- 3.1k views
Hello, so basically when i log in our out of my webpage, i need to reload the webpage so indeed the action take place. Example: I put my details and press log in button. The webpage just keeps banner and navigation bar, i need to reload and then im logged in, same with log out.
Last reply by simpilot, -
- 5 replies
- 3.1k views
I have a little problem in my VA. I searched in the forum but i not found this case. In Aerolineas Argentinas virtual, pilots ascend for two conditions. Hours and a examination. A pilot only can take the examination for the next rank if he has the required hours. But, if the pilot fails the examination, he remains in the range that has now. In the pilot profile says "You have X hours left until your promotion to next rank" X is a number and next rank is one of the ranks on my VA This is a code on core/templates/profile_main.tpl <p>You have <?php echo ($nextrank->minhours - $pilot_hours)?> hours left until your promotion to <?php echo $nextrank-&g…
Last reply by imnemina, -
- 11 replies
- 3.1k views
Hello, I was trying to login into kACARS and I get this error "Switch=Verify Contact system administrator" I triple checked my FTP information and kACARS free is in the modules as it should be. Help would be greatly appreciated.
-
- 1 follower
- 9 replies
- 3.1k views
phpVMS creators, In my efforts to create a system that generates TeamSpeak Privilege keys, I decided that the best way to do it was to create a new core module. I've written all the necessary code, and uploaded it to the server, but when I select the page in the navigation bar, it comes back with an HTTP Error 500. I've looked through the code, and haven't found any reason why this would be happening. Keys.php <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs *…
Last reply by Nabeel, -
- 6 replies
- 3.1k views
Hi! I'm having a problem that has been mostly covered by this forum. However, I've literally searched up all the posts related to this, and nothing worked. The pilots, schedules and airports list pages are all blank. Tried opening the file in a different editor to see if there are any weird symbols; changing all the links to https:// (since we recently moved to SSL and that's when the problems appeared); changing error reporting settings in local.config; turning on debug mode and checking log files; nothing helped. A close look in the console in Inspect Element appears to be some error in jQuery, but I'm not really sure. I've already asked this on phpVMS Discord Serv…
Last reply by SuadCobo, -
- 8 replies
- 3.1k views
I have this code in pilot_list.tpl: <?php if (PilotData::GetFieldValue($pilot->pilotid, 'LOA' == "LOA")){ echo "<td style=\"color: orange;\">LOA</td>"; }else { echo "<td style=\"color: green;\">Active</td>"; } ?> I have a pilot's account set to LOA, but it still shows green Active. Do you know why? Here is my pilot roster; www.virtualamerican.org/index.php/pilots. Thanks.
Last reply by Jacob Armstrong, -
- 7 replies
- 3.1k views
Hi All, I am currently getting the no route passed error when bidding for a flight. I understand this is due to unneeded javascript in the layout.tpl but i cant find any. Any help would be appreciated. Here is my layout code: <link href='http://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <link href="http://www.xlava.co.uk/en/lib/skins/XL%20VA/menu.css" rel="stylesheet" type="text/css" /> <link href="css/modal.css" rel="stylesheet" type="text/css…
Last reply by freshJet, -
- 1 follower
- 7 replies
- 3.1k views
Hello, I am trying to enter routes / schedules. After providing all the information, it says the flight with flight number, etc. has been saved successfully. However, the flight does not appear in the schedules section. Also, I have noticed that I can add manually aircraft just fine. When I am trying to import them from a file, it lists all the aircraft and says the import was successful. However, they do not appear on the list of aircraft later on. What am I missing?
Last reply by bbuske, -
- 8 replies
- 3.1k views
Hello, I Installed the Flight Keeper in my VA using the SDK files from Thomas Molitor web page and it works fine, but, I want to know how I install the same using the files from PHPvms, I mean, doing the integration of the phvms system with FSFK. Thanks fort your help
Last reply by vicenteh, -
- 9 replies
- 3.1k views
Hello All, I have since made my own bootstrap based skin for phpvms and since I have done that the accept/rejecting pilots function nolonger works. You can click it however it does nothing. I am not really sure what is causing it however I have refrenced the core_htmlhead.tpl in the header.tpl so all phpvms functions are still included. Here is some of my code: <div class="airlinelist"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-bar-chart-o fa-fw"></i></h3> </div> <div class="panel-body"> <h3>Pending Pilots</h3> …
Last reply by dmks1234, -
- 13 replies
- 3.1k views
I did build www.citylink-va.com for my own va, and use a paid version of kacars on it. The free version works as well. VLMVA.com did ask my help to build a website and implement some kind of acars. The website functions, but kacars free, ccftracker are not working at all. In CCFTracker I get the error: Login error - The Connection to the VA Site has timed out!!. I got from Free kAcars about the same issue. I know that I did install the website part of the site, and I wonder what the issue is. It is not the login, as that works on the site itself. Can somebody help me on the road? So I can help VLMVA.com? Thanks ahead, Rob Bindels
Last reply by ProAvia, -
- 7 replies
- 3.1k views
is there a way that i can only enable 1 bid at a time for all pilots?
Last reply by Ariel,
