Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.9k views
Hi there, today I started developing a theme based on Bootstrap 4. All went well so far until I came to the point where "bids" won't work. The error that shows up reads "No route passed" once I clicked on "add to bid". This is an error Log from the console: also attached you find the theme I am currently working on (very basic progress): custom.zip Info: PHPVMS 5.5 on PHP 7.1.3 Thanks in advance Pascal
Last reply by LeonardIGO4036, -
- 1 follower
- 10 replies
- 1.9k views
Hey guys, I'm really stuck on this one and need a fresh pair of eyes. Running CrewCenter with OSM Leaflet conversion. On the frontend every Map works fine, Acars, Schedule details, Flown-Routes, Trackflight, etc. In Admin it's a nightmare, I cannot get the Map to display in Pireps, no matter what I try. Layout file is ok, scripts are all there. Pirep is parsing through json but something is preventing the Map from loading altogether. Any ideas? Below is the current route_map code: <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php // SKINNED FOR CREWCENTER - OPTIMISED FOR PIREP…
Last reply by William, -
- 4 replies
- 1.9k views
Good eve, question, last month I added a lots of expenses (purchase etc.), but it seems that all expenses did not recorded to the last summary. Could you please help me and tell me, why it´s not charged? I now tried to edit one of my monthly expenses, but I received a ERROR when EDIT EXPENSE was pressed. Really need your help.
Last reply by JHAir, -
- 6 replies
- 1.9k views
Warning: Invalid argument supplied for foreach() in /home/boeing75/public_html/core/templates/touchdownstats/touchdownstats_index.tpl on line 21 How do i get this mod to work... PLEASE HELP Thank you Brian
Last reply by SAV_Brian_CEO, -
- 3 replies
- 1.9k views
How can I set it up to where pilots can create their own routes? Like Canadian Xpress, you put in the departure and arrival and select the aircraft from their fleet you want to fly. You don't have to book a flight and the airline doesn't have to have it set as a particular flight..... Can someone tell me how?
Last reply by DesComm, -
I have one problem. In the default skin for phpvms, when i click on 'Live Map', there are siting old flights that i had/or other within the VA had done, even i i'm flying new flight. For instence, now (11.07.2012 1940z) member in our VA is currently flying LWSK-EHAM, and this flight isn't shown on the live map. The one that are shown are the previous he did LWSK-LYBE which was done at about 1230z. So how can i fix this. Ah also I noticed on other VA, which i used to fly previously, that there is an option for live map to make status like climbing, descending etc. and not just depart, cruise,arrived like we got now.
Last reply by Tom, -
- 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, -
- 4 replies
- 1.9k views
Hello! I have added two custom field in my registration main form: VATSIM ID and IVAO ID. However, when a new pilot registers in my VA and introduces his IVAO ID, this one is not registered in his profile. There's no problem with VATSIM ID. If the pilot edits his information in the Pilot Area, he can set his IVAO ID and it's shown in his profile. I am using this code in the registration main form and edit profile form. The IVAO ID code does not work in the registration form only. VATSIM ID code <input name="VATSIM ID" class="form-control customfield_textarea" type="text" value="<?php echo PilotData::GetFieldValue($userinfo->pilotid, 'VATSIM ID'); ?>">…
Last reply by Imanol, -
- 1 reply
- 1.9k views
i hear there is a black admin skin. how do i change to it?
Last reply by Nabeel, -
- 6 replies
- 1.9k views
I don't remember where i can change the pilot number for exeple after his join in the VA his pilot number is 1XXX i want change thi 1XXX for 6XXXX where i can made this ? Thanks
-
- 1 reply
- 1.9k views
Hello, The server I use was just down for days...they ended up having to reload everything from an out of date backup. Unfortunately my pilots have now lost quite a few of their flights. This makes me unhappy.. I was wondering if I could setup a (i think its called cron) command that would automatically backup the database on my server and send the file to another server I use. I use a cron to do daily maintenance on the site tables etc...and was oping I could do the same thing with a backup. I am hoping to automate it as there are times when I can be away from a computer for up to a week at a time because of work, so my manual backups won't be adequate. Any help woul…
Last reply by TennShadow, -
- 4 replies
- 1.9k views
Hi there I've been having a problem with the reports sent by my pilots. When they send the pirep it shows in admin center like this: Then I check the DB and the PIREP table and the aircraft->name is being inserted rather than aircraft->id. I checked the SchedulesData and everything is correct, I checked the fspax.php and it's correct too ($aircraft = $sched->aircraft;) : Anybody knows where the problem is? I appreciate it.
Last reply by joeri, -
Hello I come to an error that is on my website, here is the message: Fatal error: Class 'StatsData' not found in /home/smartbirqc/www/core/modules/Frontpage/Frontpage.php on line 25 Here is the code of the page: class Frontpage extends CodonModule { public $title = 'Welcome'; public function index() { $this->set('usersonline', StatsData::UsersOnline()); $this->set('guestsonline', StatsData::GuestsOnline()); $this->render('frontpage_main.tpl'); } } Link site web : http://smartbirdva.fr/index.php/
Last reply by Jonathan, -
How do you view all the ranks on a page?
Last reply by OmerAslan, -
- 4 replies
- 1.9k views
Hello, I have updated to V2 but i notice that in the Admin panel it still shows 2.1.938 Capture.zip
Last reply by Jimmy_S, -
- 7 replies
- 1.9k views
Hello all, I've make a flight KD717 fom UMKK to LFPG on the new phpVMS 2.1.939, but I've problem's with Gross Revenue, Fuel Coast. The price is 0 why??? here you can look there http://kdavia.net.ru/index.php/pireps/viewreport/1 I make this flight with kACARS. Please Help me with those problem! Thank you! PS. the pilot have Total Money: $ 0.00 whyy???
Last reply by Nabeel, -
- 4 replies
- 1.9k views
Evening! I've modified the registration module, but it simply won't submit whenever the button is pressed. I am unsure what I've done wrong, or what's causing the error. Any help is greatly appreciated, here's my code: <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <div class="row"> <div class="col-md-8"> <div class="shbox"> <div class="header"> vPrimera </div> <form method="post" action="<?php echo url('/registration');?>"> <div class="table"> <table class="table table-striped"> <tbody> <tr> <td><b>First name: *</b></td> <td><in…
Last reply by Strider, -
- 8 replies
- 1.9k views
Hello Guys, when a comment is deleted from a pirep there is only "Deleted a comment" written in the Log. Is there a chance that (like when a pirep comment is added) there is also written the pirep number from which the comment was delete? I tried with "LogData::addLog(Auth::$userinfo->pilotid, 'Deleted a comment' . $pirepid);" but without success. Thanks in advance for your help. BRGDS Thomas
Last reply by Thomasha, -
- 8 replies
- 1.9k views
Good evening all, just popping in to ask a question before I get to bed. Setting up a new installation for a friend of mine and I am having a hell of a time finding an ACARS that will work. The VA is new and he doesn't want to invest financially just yet. Anyway, I digress. I settled on trying cACARS since kACARS isn't available anymore, and am getting errors stating that it is unable to connect. I will provide the need stats below: PHPVMS Version: 5.5.2.72 PHP Version: 7.2 Hosting: Namecheap.com Stellar Paid Package cACARS Installed Client Version: 1.03 cACARS Module Version: 1.0 (in <phpvms root>/core/modules…
Last reply by Heritage1, -
- 3 replies
- 1.9k views
Hey all, I been serching for php codes to dislay the airline's stats. like, total pilots total flights total flights today total flight tours total pax carried total flight miles total schedules If you are willing to share it here, I would be happy and i would give you one point. Maybe this board can go to code spinets. Thanks!
Last reply by Jeff, -
- 7 replies
- 1.9k views
How to add images to replace text in pilot center? I am using obsess blue skin. Please Help?
Last reply by Thomas Rozanov, -
- 2 replies
- 1.9k views
Hey, If I add a CodonEvent:Dispatch into the ApprovePilot area, will it affect anything to cause errors? Here's how I have it done... CodonEvent::Dispatch('pilot_approved', 'PilotAdmin', $_POST); If I added this, and then add a module listener. Would the CodoEvent:Dispatch work in the 'pilot_approved' area? Any help would be great! Thanks!
Last reply by Kyle, -
- 1 follower
- 3 replies
- 1.9k views
Hello guys, I need more information on <script type="text/html" id="navpoint_bubble"> <span style="font-size: 10px; text-align:left; width: 100%" align="left"> <strong>Name: </strong><%=nav.title%> (<%=nav.name%>)<br /> <strong>Type: </strong> <% if(nav.type == 2) { %> NDB <% } %> <% if(nav.type == 3) { %> VOR <% } %> <% if(nav.type == 4) { %> DME <% } %> <% if(nav.type == 5) { %> FIX <% } %> <% if(nav.type == 6) { %> TRACK <% } %> <br /> <% if(nav.freq != 0) { %> <strong>Frequency: </strong><%=nav.freq%> <% } %> </sp…
Last reply by Vangelis, -
- 4 replies
- 1.9k views
Hey I need a help because my system ever flight dont send the log i dont know why anyone can help me please
Last reply by vicente, -
- 6 replies
- 1.9k views
Hello, I'm currently trying to install phpVMS, but I keep getting my previous VA's information and pilots. Thus I need help how to get rid of every single file containing data for phpVMS. Regards, Renzo, CEO FlyIWA
Last reply by Kyle, -
- 2 replies
- 1.9k views
Hello, How do you make custom module pages so that only staff can see them? is there a piece of code that you put at the top of the page? All help appriciated!
Last reply by joeholden, -
- 5 replies
- 1.9k views
When i add a very long route it breaks the table in the Schedules page check the attachment. The other problem is the search engine when using "By Aircraft Type" it only finds one flight per type. Plus i would like to have all the search boxes showing for better searches. broketable.jpg
Last reply by maxwaldorf, -
- 6 replies
- 1.9k views
I recongnize that the system displays ranks on the basis of hours and that I could probably alter something, somewhere to credit our pilots for time served under our old system, but our "executives" shouldn't have their hours displayed because I'd have to set executive rank hours absurdly high to prevent some one from replacing me as CEO. ;D Is there something I missed that would allow me to display executive ranks that are independent of hours?
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Just came across the following setting Config::Set('SITE_LANGUAGE', 'en'); What exactly does this change as phpvs comes in (only?) english ?
Last reply by Sammy, -
- 4 replies
- 1.9k views
Hi There, After moving servers we now have a problem with the ADMIN side where there are no route maps being displayed. All that is displayed is a blank pop up window with "Route Map" in the top left. Any help please. David Oz Flyer.
Last reply by OzFlyer,