Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 9 replies
- 3.8k views
I apologize if this has been brought up before... G'day all, Is their a way to find out how much HOURS a pilot has spent in each aircraft? The pie chart doesn't give us enough information... Thanks! Mitch
Last reply by CedGauche, -
- 8 replies
- 3.8k views
Displaying different badges for inactive pilots. would that be a major job?
Last reply by CrashGordon, -
- 18 replies
- 3.8k views
Hi, Can anyone suggest any reasons for this occurring? There are duplicates for lots of users, for no apparent reason. This occurs when tracking with both KaCARS and smartCARS. Thanks, PlumbBum
Last reply by PlumbBum, -
It seems at times that we are caught in a vicious circle. One issue fixed, the bids are jacked, other issue fixed, acars is jacked, fix this, 3 other issues are created. I am not trying to be an a**hole, but rather than adding other s***, from here on out why not concentrate on make the current build solid. Why not use this thread to post all current issues and see where things stand. What I am seeing so far: Manual reports aren't working The bid system is not working properly, schedules randomly disappear.
Last reply by Nabeel, -
- 1 follower
- 12 replies
- 3.8k views
Hi there, I am considering creating a Departure board, however I was wondering how can I extract a selected number of upcoming departures? For example, next 10 or 15 departures.
Last reply by mischka, -
- 5 replies
- 3.8k views
Hello, For some airports, when people spawn and try to start the flight on SmartCARS it gives them this error. INCORRECT SIMULATOR SCENARIO You must be at the departure airport to start your flight I suppose it has something to do with the coordinates I have added, I am actually getting the airport data from Phpvms fetching. If you know any fix to this issue please do let me know, because I have this issue on many airports. Thanks in advance Regards, Kishshey
Last reply by Kishshey, -
- 6 replies
- 3.8k views
Looking to move my admin center link from main nav, to my footer. I robbed the code out of the core nav for the admin link and it gave me a parse error on site and messed up the entire layout. Here is the code I tried to use. <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> I'm thinking I might just need to go with the following <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'"&g…
Last reply by Petey, -
- 9 replies
- 3.8k views
Had a quick search over the forums but no luck. People have asked I believe how to be able to search the schedules by using hundreds of different variations. But what I was wondering if it's possible to add an alternative flight search box by flight type? You know, when you upload the schedules you can say if each route is either: The reason I say it is as you know I have a charter airline and there are literally tens of thousands of charter routes, but then amongst those there are are few routes which are actually "Scheduled" routes. So to be able to filter those from the charter routes I was hoping to be able to search by either "P" passenger flights or "H" Chart…
Last reply by MBrown, -
- 1 follower
- 13 replies
- 3.8k views
This past weekend, I had a very rude awakening over deleting pilots and VA Central. I'm aware, when you delete a member his stats are lost and if he rejoins he has to start from scratch. What I wasn't aware of is his contribution to the VA is deleted from the data base. If I had kept all the inactive members we would have 123 man roster. We have found out the system doesn't delete anyone, Ours is preset from the beginning at 90 days but it has never dropped a single inactive member so we have to do this manually. This past Friday we were less than 100 hours to role over 10,000 hours and our second award. Sunday evening I went through the roster and removed 15 inactive mem…
Last reply by Bluemax, -
- 1 follower
- 18 replies
- 3.8k views
Hi, I am attempting to pass data in perhaps some kind of a variable to another page where I can actually submit a bid, however I've never extended any modules, and I was wondering if perhaps someone could point me in the right direction, and perhaps explain how passing variables and/or generating templates work? Basically, what I'm setting out to do, is for pilots to complete a form, after they've pressed "Book" in search results. Instead, the current Javascript which adds the bid to the user's record would be moved onto the form. The form would submit information into new columns of phpvms_bids table, once the actual "Book" in the form is pressed. Edit: I had a look at…
Last reply by Parkho, -
- 14 replies
- 3.8k views
I have a problem with frontpage, swf not work. You can see the test page here: http://sparkadsl.0lx.net/phpvms/ I dont have idea about this question, I would appreciate someone help me please. Frontpage_main.tpl <!--mi codigo script swfobject empieza aqui--> <script type="text/javascript" src="js/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; flashvars.xml_file = "photo_list.xml"; var params = {}; params.wmode = "transparent"; var attributes = {}; attributes.id = "slider"; swfobject.embedSWF("sparkadsl.0lx.net/phpvms/lib/skins/templatemo_254_agency/flash_slider.swf", "flash_grid_slider", "930", "250", "9.0.0", …
Last reply by ARV187, -
- 15 replies
- 3.8k views
if i wanted to add an upload button to my website how would i go about it? basiclly i want users to be able to choose a file and upload it to http:// www.example.com/uploads/
Last reply by Conor, -
- 2 replies
- 3.8k views
Good evening folks. I am very slowly progressing with my site. Firstly, thanks to all who have offered advice - highly appreciated. I have a slight issue with my acars not connecting to my site. It keeps giving me timeout. I am using CCFtracker - the free version. I have also viewed their forum and there are many views to the subject but no answers. I have also googled and cannot find any solutions. I am running the latest phpvms install so my PHP is 7 etc. I also have downloaded from their site (https://www.crazycreatives.com/ccftracker-free/). Admin, please remove link if not allowed. I have followed all the instructions but I just keep getting the timeout. I have …
Last reply by MacawVirtual, -
- 7 replies
- 3.8k views
Any idea why the weather charts are seemingly a few days old when you look at the weather brief for a flight?! Is there a setting to get the latest charts in a config somewhere?
Last reply by Nabeel, -
- 1 follower
- 12 replies
- 3.8k views
Hi all, Can you help me, I would like two languages on a same phpVMS website without "Google Translate". I would like a very good alternative not a simple link or drop down to Google Translate. Waiting for your answers. Gofast
Last reply by Ariel, -
- 15 replies
- 3.7k views
I'm trying to make a booking module, and I don't get any errors, but it doesn't update the flight schedules. I think it has something to do with the mySQL update. Here's the booking.php I havn't made any .tpl and dont think I need to, this is my first module and still figuring it out. <?php class Booking extends CodonModule { public function index() { $this->set('pilotcode', PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid)); ?> <p><span style="color: rgb(128,0,0)"><strong><span style="font-size: 36px">Book a Flight</span></strong></span></p> <form action="http://www.canforce.org…
Last reply by Aaron, -
- 1 follower
- 17 replies
- 3.7k views
Hello everyone, so I'm trying to make a module for the pilots to send suggestions of routes. But when I click to send it it does not send the email. My core/templates/routesubmit_mainform.php - MY BUTTON CODE <input type="submit" class="btn btn-primary btn-block btn-flat" name="submit" value='Submit Route'> My core/modules/RouteSubmit.php - MY SENDEMAIL CODE <?php class RouteSubmit extends CodonModule { public function index() { require_once CORE_LIB_PATH.'/recaptcha/recaptchalib.php'; $this->set('title', 'Add Schedule'); $this->set('allairlines', OperationsData::Ge…
Last reply by servetas, -
- 11 replies
- 3.7k views
I think this topic has been brought up before, but I have searched the forums up and down and couldn't find it anywhere... Is there a way to tie the downloads to rank, so the pilot can't download a certain plane until he reaches a certain rank. Even though the dowloads are there, they can't access them until they reach the rank that the download is attached to.
Last reply by NAdams, -
- 4 replies
- 3.7k views
Hello friends i find the boarding pass module where the download !!! PLEASE HELP ME thanks
Last reply by Toyuko, -
- 3 replies
- 3.7k views
Were do I go to change the wording on the main front page using Skin crystal to mine own words? Eric Maresh CEO Alaska Virtual Airline
Last reply by Nabeel, -
- 10 replies
- 3.7k views
I want to make a phpvms mod (of course i will add `based on phpvms` and link to the site, but... Can i? After all, i have access to the source.
Last reply by Nabeel, -
- 1 follower
- 6 replies
- 3.7k views
How are people here tackling GDPR within PHPVMS?
Last reply by Nabeel, -
After install PHPVMS ver.854 u have error "You must be logged in to access this feature!" Help me please! Thank you. Oleg
Last reply by Nabeel, -
- 19 replies
- 3.7k views
Okay so I wanted to try manual PIREP on my site to test it out. It worked my VA got 12 hours I deleted it and it still shows 12 hours when I deleted all the PIREP. I went to maintenance in site settings and reset hours. It show 12 hours found but I can't get rid of it. Link - flyemiratesva.co.cc
Last reply by EmiratesVA, -
I have a problem on the map The pilot can fly to any AIRPORT, aircraft on the map is just to one side. Anyone know how to solve?
Last reply by Fernando, -
- 9 replies
- 3.7k views
G'day All, I'm having some trouble manipulating the code below to get it to display the pilots first name, rather than their ID <?php if(Auth::LoggedIn() == false){ echo 'Hello Guest'; }else{ echo 'Hello '.PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); } ?> Some help would be great, i've tried a few times, and i just can't get it to work Cheers Tylor
Last reply by Tylor Eddy, -
- 18 replies
- 3.7k views
I am creating an external application and I need to incorporate all pilot names, codes and passwords for a chat system. $users=array(); $users[]=array("FRX0001 John Doe","password123"); Above is part of my code. Basically, I need PHP to get the pilot codes, names and passwords to go in that array. And do I use the usual PHP dbconnect?
Last reply by freshJet, -
- 12 replies
- 3.7k views
Install this module (php verion for PHPVMS 5.5.2) and get this error when selecting an aircraft, and the following screen http://....../fleet/view/(any aircraft) gives this error: Deprecated: Non-static method FleetData::getAircraftTotals() should not be called statically, assuming $this from incompatible context in /home/www/lakervirtual.com/core/modules/Fleet/Fleet.php on line 36Deprecated: Non-static method FleetData::get5MostRecentFlights() should not be called statically, assuming $this from incompatible context in /home/www/lakervirtual.com/core/modules/Fleet/Fleet.php on line 37Deprecated: Non-static method FleetData::getAllScheduledFlights() should not b…
Last reply by CFVA, -
- 18 replies
- 3.7k views
Besides the map not showing, I have a few other problems since the new update. Flight Bids not working on IE, now not on Fire Fox Pop Up login not working Users Online only shows on the users when on the index page.
Last reply by Nabeel, -
- 17 replies
- 3.7k views
I have a problem with one pilots flights.In his profile it shows him at 25 flights with the rank of First Officer. If you look at the log book he should have around 75 flights. He has 113.52 hours which should give him the rank of I have my logbook paginated @ 25 per page. I took the paginate page down and upload the the default template and still the same problem. So I know the pagination is not the problem. http://www.flyaka.com/index.php/profile/view/154 When I look in the admin under his PIREPS, it only shows 25 PIREPS. Another thing, he is the only one with this problem. I looked at mine an other pilots, everything matches. He files his PIREPS manually. All my …
Last reply by Nabeel,