Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 0 replies
- 1.3k views
In pilot public profile I'm getting "Pilot is currently Offline" even if the pilot is on and flying. Anyone knows what could be wrong? <?php $usersOnline = StatsData::UsersOnline(); $check = false; if($usersOnline != null || !empty($usersOnline)){ foreach($usersOnline as $user){ if($user->pilotid == $pilot->pilotid){ $check = true; }else{ $check = false; } if($check){ break; } } if($check){ echo 'Pilot is currently Online'; }else{ echo 'Pilot is currently Offline'; } }else{ echo 'Pilot is currently Offline'; } ?>
Last reply by loplo, -
- 2 replies
- 1.3k views
How do i make the download link clickable?
Last reply by mattsmith, -
- 0 replies
- 1.3k views
TFDI database lost my airline and thru smartcars into maintanience mode. Just need help on how to properley input my smartcars script mine reside on my server in my httpdocs/core/smartCARS folder Any help plse
Last reply by Wildone, -
- 2 replies
- 1.3k views
Hello phpVMS fans, I am not a php expert by any means and this is probably a simple one but annoying me to no end none the less. I have gotten the site up and running with some success and I have all pages centered except the "route details" page. It functions correctly but the page jumps to the left margin all the time. Simply annoying to me : If anyone could give me a hint in the right direction it would be greatly appreciated. The site is newenglandair.simpilotgroup.com The page in question is http://www.simpilotgroup.com/newenglandair/index.php/schedules/details/800
-
- 1 reply
- 1.3k views
Hello Nabeel, Vacanetral i think has problems , as yesterday my airline was ranked 12 with all the flights and everythign and when i checked today i have 0 of everything and iam rank 60 . I dont get how when we did 5 flights yesterday and it was working good . So please look into the problem . Thank you
Last reply by Nabeel, -
- 0 replies
- 1.3k views
Where is the code that displays the data from a custom field in the pilot's profile? I've looked in pilot_public_profile.tpl, but if there is any indication where the data is taken from, I missed it. TIA.
Last reply by CrashGordon, -
- 0 replies
- 1.3k views
Hello, I installed phpvms 7, I can not put acars to connect with my company. follow the example of the Demo-Baggelis.com configuration, sempro returns error 404. I use windows 10x64, fs9. some other acars that I can roll?
Last reply by Hetzel, -
- 1 reply
- 1.3k views
Hi All, I'm wondering if it is possible to report the -fpm amount from the ACARS logs onto the home page foreach PIREP filed? Eventually i would be looking to have a league table with these figures on them, but any assistance to getting to the first stage would be appreciated. Many Thanks,
Last reply by Nabeel, -
- 1 reply
- 1.3k views
When creating a schedule, if I enter in my airports from the drop down the hit the calculate link, I get the following return in the field box. <br /> <b>Warning</b>: call_user_method_array() [<a href='function.call-user-method-array'>function.call-user-method-array</a>]: Unable to call calculatedistance() in <b>/home/paranorm/public_html/phpVMS/core/classes/MainController.class.php</b> on line <b>274</b><br /> I just updated to a beta version a few days ago. Prior to that it worked. If I leave the field 0, it calculates like it should. Version 1.2.775
Last reply by Nabeel, -
- 1 reply
- 1.3k views
I added more hubs but when going to the roster instead of displaying the icao like the other versions have it just says "There are no pilots!" 3 times as seen here http://nicktyson.me/simb6/index.php/pilots. I haven't edited any php. Thanks for any help! <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="100%"> <thead> <tr> <th ><div align="center"><a href="#">PID</a></div></th> <th><div align="center"><a href="#">Name</a></div></th> <th><div align="center"><a href="#">Rank</a></div></th> <th><div…
Last reply by Flightguy123, -
- 1 reply
- 1.3k views
Good morning, one of my pilots received, while trying to send the PIREP via XAcars, the information "No Flight/Log for this Pilot". Well, the flight was limited to day 2 and he tried to send the PIREP on day 3. Everything was booked on day 2 .... Is this the problem? How to fix that one? Please note, that we try to create a flightplan as real as possible ... so eacht aircraft can handle a max of 24 hrs a day. That´s the reason why we limited flights at several days. Thanks a lot for your comments und help! Best regards from Germany
Last reply by Nabeel, -
- 0 replies
- 1.3k views
I discovered that my problems with installation and work occuring because of provider. There is specified configuration of PHP core. I checked on the other server with other settings of php core. PHP works perfect... with php version 5.2.17 On my host provider it not works good. I have lot of errors. Below is php core conf which is work fine i have found major differences: allow_url_include disable_functions enable_dl include_path Can somebody tell which positions is really important to proper work phpvms script ?
Last reply by Mark12s, -
- 0 replies
- 1.3k views
I've added a new flight type "Maintenance". How can I stop phpVMS from assigning a passenger load? Thanks
Last reply by CFVA, -
- 2 replies
- 1.3k views
hello installed the new beta version but the last I saw the fsacars and not working are not working here to give flight problem on esvio you could tell me what may be happening on the old version works fine. This released the 777
Last reply by M-Queiroz, -
- 2 replies
- 1.3k views
I am looking for some help, on inserting the Pilot Id & Password into the acceptance email. Any help would be greatly appreciated. Regards, Allan
Last reply by Allan, -
- 1 reply
- 1.3k views
Hello! How can I edit an aircraft's location in the admin panel?
Last reply by mseiwald, -
- 2 replies
- 1.3k views
is there any way of doing return flights apart from doign the whole route again
Last reply by poole3003, -
- 3 replies
- 1.3k views
Esteemed. Passing a thousand problems with this environment. When one thing is fixed, I move on another ... I came to ask the masters and magicians for help here. a) My List of Airports and Pilots disappears every time I put the blessed recaptcha code. b) Someone who can help me in Portuguese or who explains how to fix this thing ??? I already took RECAPCTHA and I don't even know where to move or missing ... Can someone also tell me what PHP these codes are in ... because I think I deleted lines and I don't remember which ones they were .... I'm not even flying anymore to be able to take care of this matter ..
Last reply by Strider, -
Build Log question
by Guest lorathon- 2 replies
- 1.3k views
So I have been reading through all of the Build logs and updates. And have a couple of questions. 1. Can you just get the last version or do you need to get all of the in order? 2. What is the best practice to update a site. I downloaded one and see that the install folder is in there. Can the other files just be dropped in the site or do you need to wipe and then install fresh? Thanks
-
- 0 replies
- 1.3k views
Greetings friends, I have a simple problem, I'm with a lot of headache to find the error. In Shedule_details.tpl when I open, it seems that exit the system, but when I navigate to other pages I realize that I am connected. anyone have any idea?
Last reply by Fernando, -
- 0 replies
- 1.3k views
Evening everyone, I have for a while been trying to figure out, whether or not if it's possible to restructure the pilot ID? As it is by default, it assigns each pilot with the ICAO ID of the airline, and then a number (but you all know that already.. ). What I want to do, is the following: Assign the ID's based on names, let's use me as an example, my full name is Jakob Lindved Marker. In my case, the pilot ID would result in "LINM" (without the ""). Basically the system would take the last three characters of the first name (in my case my middle name), and put it together with the first character of the last name. In case the pilot ID has already been assigned, it m…
Last reply by Shepred, -
- 0 replies
- 1.3k views
Hi all, any chance to convert this map (googlemap) into openstreet map. This code can show the schedule route and route made in the same map. Now i have a map were only show a schedule route in openstreet map. <section class="page-contents"> <div class="container"> <div class="mapcenter" align="center"> <div id="routemap" style="width:1106px; height: <?php echo Config::Get('MAP_HEIGHT')?>"></div> <?php /** * * This is the new Google Maps v3 code. Be careful of changing * things here, only do something if you know what you're doing. * * These are some options for the map,…
Last reply by lorlandi, -
- 1 reply
- 1.3k views
When in the admin centre, I always get the same problem. In the pilots section, when I edit a pilot, country is always Afghanistan (first alphabetically) and the rank is always trainee. This means I always have to check the country and rank before editing, and make sure that I change them. Is there an easier way to do this, so that the selected item is always the right one? Thanks.
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 1.3k views
Is there a way to check if a schedule is bid on with PHP? Say I bid on schedule #979 and I didn't bid on #980. Is there some array or something to tell me which schedules I did or did not bid on? I don't want to find out which schedules are bid on by every person. I just need to find out which schedules are bid on for my single pilot ID in my PHP code.
Last reply by Parkho, -
- 1 reply
- 1.3k views
Hi guys there, please help me, i got this report when i try to run the install.php file. please find in attachment file for the report. thank you
Last reply by web541, -
- 1 follower
- 1 reply
- 1.3k views
Hi guys, happy new year! On last year, I can do 2 flights in my VA and send normaly. But in this week, any pilots are reporting that are occurring error during send log... The error is data type conversion error. I restore my FSACARS.php but until now dont solved this. One main detail is when I confirm which my aircraft is on Departure Airport I get the triangle in Date Time on FSACARS DATA. And my log started like this... 65535/65535/65535 05:39:00] Flight IATA:RCT8551
Last reply by Parkho, -
- 0 replies
- 1.3k views
Hi ! I've just installed phpvms 7.0 and when i cliked on the install button i've this message : Error 404 - Not found Le fichier requis n'a pas été trouvé. Il peut s'agir d'une erreur technique. Veuillez réessayer ultérieurement. Si vous ne pouvez pas accéder au fichier après plusieurs tentatives, cela signifie qu'il a été supprimé. My php version is 7.2 and i'm in 1&1 service for hosting .. Plz help me which folder i need to fowload on github ? Bye Baptiste
Last reply by TheGmader, -
- 1 reply
- 1.3k views
Hello Guys and Girls while the installation following screen appears: Installing the tables... Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Lost connection to MySQL server at 'reading initial communication packet', system error: 146 (2013)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /mnt/weba/40/03/52426403/htdocs/core/classes/ezdb/ezdb_mysql.class.php on line 99 What can i do?
Last reply by Nabeel, -
- 0 replies
- 1.3k views
I am really having issues with this. I am wanting to put the table on one part of the page and the map on another. Every time I try to move them around the map just doesn't show. Help appreciated Jon
Last reply by Jon, -
- 0 replies
- 1.3k views
Please can anyone assist me with a coding problem I am having? This is for the ocean blue front page recent.tpl Basically I just want this: "Latest Flights" (Image was photo edited) The Airline Tab is what I want but i cant figure the coding out. I always seem to be onto something but then nothing :/ Here's the coding what i have so far: <?php $count = 10; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Airline</th> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival…
Last reply by Curshad,
