Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 5 replies
- 1.5k views
Hello, I want to add custom fields of pilots profile but they are not show. I have tried this code but it does not work: <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> However, I have used this one and it works but showing all the field values: <?php // Show the public fields if($allfields) { foreach($allfields as $field) { echo "$field->value"; } } ?> I looked for help at this forum but I did not find a solution for this issue. Thanks!
Last reply by web541, -
- 1 follower
- 3 replies
- 2.1k views
Solved , i missed some files
Last reply by Parkho, -
- 1 follower
- 3 replies
- 1.5k views
Hello On my Virtual Monarch in the PHPvms Admin panel when you try and edit or add a route, all me and my staff can see is a blank page
Last reply by Parkho, -
- 1 follower
- 1 reply
- 1.1k views
How can I make charter flights generate income? I am using kACARS
Last reply by Parkho, -
- 13 replies
- 4.8k views
Hello, The pilots of my VA do many non scheduled IFR flights, in various places of the world, and a lot of VFR on the same model. It works fine with the KACARS tracker but i would like a real manual PIREP system wich allows pilots to send a PIREP of any kind with the values they choose to enter. The only condition to respect may be that each field must be filled, but i don't want to check if a scheduled flight exists, wich is the case actually. I've tried some solutions by myself but each time when i test it, it doesn't work. How can i do to allows pilot to send all PIREPS they want manually ? Here's the pirep_new.php page i've tried to modify without success : <…
Last reply by RedKingOne, -
- 6 replies
- 2.7k views
When a pilot is selected from "all pilots" depending on the number of preps it can take over a minute for the graphics to show if the pilot has over 1000 flights. There is a issue regardless of number of flights, still very slow. we have verified this on 2 different servers, both paid. We have this running on AWS w/1cpu & 1Gb memory. Also have turned off "check for updates". Anything new since last posts in 2014
Last reply by servetas, -
- 1 follower
- 3 replies
- 2.2k views
Hello , I am using PHPVMS v5.5. I have installed AutoAccept PIREP Module by Baggelis.com. Initially after installation , it showed me errors but after browsing though the forums it helped me get rid of all errors. Now even after having no errors , its not accepting/rejecting the PIREPS. Any Solution?
Last reply by eliezerazevedo, -
- 5 replies
- 2.3k views
Hello, for my new VA website, the last big problem for me is the transfer of the number of flights. When i update the number of flights in the pilot profile, this number turns to 1 when a pilot fly for the first time on the new site. It's resetting the number of flights in the database. I've try to do the same thing wich works with the transfer hours. So i've created a new column "transferflights" in the pilots table of the database. In my admin/template/pilots_details.php, i've added this code : <td>Total flights</td> <td><input type="text" name="totalflights" value="<?php echo $pilotinfo->totalflights;?>" /></td> </tr>…
Last reply by orobouros, -
- 1 follower
- 8 replies
- 2.5k views
Hello, i would like to change the color of the callsign of the staff members in the pilots list. How can i do that ? (example : Turn staff callsign color in red instead of normal pilot color wich is blue in my case). I've search on the forum without success. Anyone has a solution ?
Last reply by orobouros, -
- 2 followers
- 12 replies
- 3.3k views
Does anyone have any idea how I could include the jump seat in the administrative panel. pilots_details.tpl <form id="dialogform" action="<?php echo adminaction('/pilotadmin/viewpilots');?>" method="post"> <table id="tabledlist" class="tablesorter" style="float: left"> <thead> <tr> <th colspan="2">Edit Pilot Details</th> </tr> </thead> <tbody> <tr> <td>Avatar</td> <td> <?php $pilotcode = PilotData::GetPilotCode($pilotinfo->code, $pilotinfo->pilotid); if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'None selected'; } else { ?> <img src="<?php echo…
Last reply by eliezerazevedo, -
- 5 replies
- 1.4k views
I am having a couple issues with airports with phpvms. I used my sql to upload my airports and it uploaded some except any American airports and omdb, egkk. Any ideas what could be causing this? Also if I add them manually they wont show up in my schedule search drop down. Any help would be great.
Last reply by tdohrer, -
- 1 reply
- 1.3k views
Hello, How do when a PIREPs rejected the hours are not added to the pilot ? thanks Rui Miguel
Last reply by servetas, -
- 2 followers
- 4 replies
- 2.4k views
Hello , I am new to phpvms. I am using PHPVMS v.5.5. Now , whenever a Pilot Registers , or requests for a hub change ,etc, no email is sent to it. I have read alots of forums posts here . I tried them all but none are working . Please help me out. I am posting all my settings here. I have made a server email "noreply@xxxxxxx.com" (Some words are hidden by "xxxxxx") util.class.php if(Config::Get('EMAIL_USE_SMTP') == true) { $mail->IsSMTP(); $mail->Host = Config::Get('EMAIL_SMTP_SERVERS'); $mail->Port = Config::Get('EMAIL_SMTP_PORT'); if(Config::Get('EMAIL_SMTP_USE_AUTH') == true) { $mail->SMTPAuth = Config::Get('EMAIL_SMTP_USE_AUTH'); $mail->SM…
Last reply by Parkho, -
- 1 reply
- 1.1k views
Once i have bid on a flight if i don't fly it , it automatically cancels and i need to bid on it again. Is there a way to stop this?
Last reply by web541, -
- 1 follower
- 3 replies
- 1.5k views
http://prntscr.com/cn8rxp
Last reply by Prop3ller, -
- 3 replies
- 1.5k views
Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'a3220069_Sim'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a3220069/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 Thanks for any help - Prop3ller Post #1
Last reply by Prop3ller, -
- 1 reply
- 1.3k views
Greetings all, I am trying to get vansers FleetTracker installed, however I have zero experience in adding any content to VMS. I followed the directions, but I am not sure where the module should be showing up as I have not seen it. At the end of the instruction, he says this is the link <a href="<?php echo url('/vFleetTracker/');?>">Fleet Tracker</a> I have no idea where to put this though? Any assistance is appreciated!
Last reply by ncd200, -
- 1 follower
- 3 replies
- 2k views
Hello, i hope i'll find someone able to help me because i've try several solutions without any result. My problem is that i want bids to auto cancel after 24 ou 48 hours if the pilot doesn't fly for his bid. I've try to setup auto cancellation in local.config.php like that: # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '24'); so, no result after several tries. I've try the solution given by Nabeel in this (old) post : http://forum.phpvms....bids#entry15404 I've inserted the code in differents lines and test, but without result too. Can someone help me to solve this big …
Last reply by servetas, -
- 11 replies
- 5.2k views
Apparently starting around July 2016 you have to get a code to use Google Maps on your NEW phpVMS installation. I did that, but I have to refresh the page many times before the map shows up. I DO NOT have to do this on my old site that did not require the new code at this time. On that site the map shows up immediately when I click the menu link for the acars map. Any ideas?
Last reply by OmerAslan, -
- 3 replies
- 1.6k views
Could someone please help me with my map.
Last reply by mattsmith, -
- 1 follower
- 4 replies
- 2.1k views
trying to of install phpvms, I find the following errors https://i.gyazo.com/f5ecf5c44c24a86d713c54ec4572b160.jpg https://i.gyazo.com/b3b2f55287a0199c04ae7bca9fee1978.jpg someone can help me thanks
Last reply by Vangelis, -
- 0 replies
- 1k views
It has some way to make when the pilot makes a comment on PIREP their status and automatically moved to "In analyzing"
Last reply by eliezerazevedo, -
- 0 replies
- 1.2k views
Hello, My country (Brazil) offers repetitive flight plans (RPL) of all domestic airlines to public consultation. The format and "TXT" would like to import that content to facilitate the registration of routes, does anyone have any idea how this could be done? File you want to import the information: http://www.cgna.gov..../Cia_GLO_CS.txt Source: http://www.cgna.gov.br/ Source: http://www.cgna.gov.br/?page_id=148
Last reply by eliezerazevedo, -
- 7 replies
- 3k views
I am having trouble getting my pilot list to show in order. It jumps from ID 1 to 900. I want it to go in order by pilot ID not Pilot Number. Any ideas?
Last reply by flyalaska, -
- 1 reply
- 1.4k views
Does anyone know how to reduce the time subsequent to a flight before your flight disappears from radar? For me, my flight will stay on the XACARS live radar for hours after my flight. Sometimes it will stay there UNTIL my next flight. Any help appreciated.
Last reply by TennShadow, -
- 6 replies
- 1.6k views
I was looking on my browsers error console. I noticed some errors. Here is my URL - Click here! Uncaught TypeError: Cannot read property 'mozilla' of undefined - script.js.554 Uncaught TypeError: Cannot read property 'msie' of undefined - script.resonsive 442 Uncaught TypeError: Cannot read property 'msie' of undefined - script.js 34 Line 554 is var wheelEvents = !$.browser.mozilla ? "mousewheel" : // IE, opera, safari Line 442 is if (!jQuery.browser.msie || jQuery.browser.version > 8) { Line 34 is if (!$.browser.msie || parseInt($.browser.version, 10) !== 9) { ANy help would be appreciated. I looked on google, with no luck.
Last reply by flyalaska, -
- 14 replies
- 4.7k views
for the past 2-3 days i have this problem. In the Acarsmap even there are pilots flying the map does not works. I have cleared the Acars table, the cache, optimize the tables. After all that the planes appear for 1-2 minutes and then nothing. In the SQL table there are the data of the pilots that flying and the folder cache has 777 permissions. Any help please.... http://www.gralexandair.net/index.php/acars
Last reply by web541, -
- 8 replies
- 2.5k views
I want to sort my bids according to the latest airfield. Example: Bid 1: SBGR-SBFL Bid 2: SBFL-SBPA Bid 3: SBPA-SBGR Bid 4: SBGR-KJFK Bid 5: KJFK-SBBR Bid 6: SBBR-SBGO
Last reply by eliezerazevedo, -
- 1 follower
- 2 replies
- 1.4k views
We have inactive set to 45 days. However it does not place members inactive, even though some have not filed a priep is over 90 days. This is our current settings in the local.config After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 45);
Last reply by Vangelis, -
- 5 replies
- 2k views
Hello! My site can't send email's any idear why? i have tried to set use smtp to false but doesn't worked. my local.config.php # Email Settings Config::Set('EMAIL_FROM_NAME', 'Kappa Airline'); Config::Set('EMAIL_FROM_ADDRESS', 'niklasfogdal@gmail.com'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.gmail.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'niklasfogdal@gmail.com'); Config::Set('EMAIL_SMTP_PASS', '********'); My app.config.php # Email Settings Config::Set('EMAIL_FROM_NAME', 'Kappa Airline'); …
Last reply by pilotisiciliani,