Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
Download at: http://phpvms.net/docs/downloadsHopefully the problems you guys have reported are fixed.Build 286 04.15 * Rank is now editable * Adding/Editing rank doesn't throw "Not Number" error * Add Schedule form moved out of popup (the form was just too large) - let me know if the popup is a problem anywhere else. * Confirmation done by admin, instead of automatic on email confirm * All accepted PIREPs show up on one map * Installer fix * Rewrote Google Maps code, class based, makes it easier for add-ons and also any other maps * Show some graphs on Pilot Center, like aircraft flown statistics * Database updated to fix hitting integer limit on distance/cruise…
Last reply by Zeeshaan Shahid, -
- 7 replies
- 2.5k views
Hey, I would add the NAVDATA.SQL to my MySQL-Database, but when i try to add it, I become this error: Yes I read the manual to add the navdata!
Last reply by CPC900, -
- 9 replies
- 2.5k views
Nabeel, I am in a process of building a virutal aviation. I am novice to php even if I managed to build a website for the VA. I am struggling with the following notices and I can't really figure out what they mean. For the moment I am using an exra computre as a server to practice the whole thing befor I appload it to a real host. I am using php 5.2 and mysql 5.1 in appache 22.8 server. Can you shade help on these? Notice: Undefined variable: message in C:Program FilesApache Software FoundationApache2.2htdocsphpvmsinstalltemplatess1_db_setup.tpl on line 12 Notice: Undefined index: action in C:Program FilesApache Software FoundationApache2.2htdocsphpvmsinstallinstall…
Last reply by Nabeel, -
- 6 replies
- 2.5k views
This has annoyed me for a while and I searched about that error and no solutions yet... When I fill out my details, and the I click on submit and I got a Internal Server Error. Here what's I'm getting in the error log... Premature end of script headers: index.php Does any one have ideas why this is causing? Thanks!
Last reply by Kyle, -
- 8 replies
- 2.5k views
Does the aircraft icon show the direction in FS Acars, or is that a future function? Mine shows the same icon direction. but I see there are different icons for every possible direction. Am I missing something?? (probably am ) Bruce
Last reply by CPC900, -
- 4 replies
- 2.5k views
Hello guys, I installed the version phpvms 5.5 but it gave me this error Notice: The template file "/home/aira/public_html//lib/skins/crystal/header.php" doesn't exist in /home/airacore/public_html/core/classes/TemplateSet.class.php on line 231 Welcome to phpVMS! Posted by phpVMS Installer on 03/05/2015 Thanks for installing and using phpVMS! Check out the docs for help and information on getting started on your VA. This is just a starter skin - customize yours completely. This is just a basic, barebones example of what a skin is and how it works. Check out the crystal folder in the lib/skins directory. Make your own copy and fiddle around. For help, check out th…
Last reply by t_bergman, -
Admin News edit problems
by Guest- 1 follower
- 8 replies
- 2.5k views
I'm in the process of moving our VA to phpvms from another system and I have to say that the possibilities here are amazing. I did search the forums but didn't find a relevant topic. Our site is in the early stages of development with a very standard Crystal skin, and things are going very smoothly, but I found a slight problem from the Admin panel. If I try to add or edit the news I see the title box but nowhere to edit or add the news text. On the side bar it has the tips from the email page (insert pilots name, etc) but nothing relevant to news text. Nothing has been edited or changed in this area, it's just the way it was when it was installed. Is there anything that…
Last reply by Nabeel, -
- 2 replies
- 2.5k views
when i try to install, and database connection i get this error,"Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include() [function.include]: Failed opening 'bootloader.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Fatal error: Class 'DB' not found in /home/fsgraphi/public_html/phpv…
Last reply by Ross Burke, -
- 11 replies
- 2.5k 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, -
- 6 replies
- 2.5k views
Hey guys, I am glad to say after a stint away that I was able to bring my VA back with a pretty reliable host. I don't have a single complaint with it at all, except for the registration form is not working for some people (me as well). I know this is a very common topic here so I made sure and read as much about it as I could before posting this. So here's my info: - I've had some people tell me it worked (and I got the automated add email), but it's not working for me when I try to test it. I have tried it with FireFox 3.6.10 (turning off ad and popup blockers) as well as IE 8.x and the form continues to do what it does: it's simply refreshing the form to the top of t…
Last reply by beachdarryl0202, -
- 8 replies
- 2.5k views
Hi, I'am use phpcvms Version simpilot 5.5.2 And skin : blueIce v2.0 When i try to book flight and add to bids i have this issue : No route passed any help to fix it ? Best Regards,
Last reply by BaderNET, -
- 5 replies
- 2.5k views
I've noticed that a lot of areas in the website (Particularly on the install screen) show the ASCII characters instead of the usual *** marks when entering passwords.Might want to change that over as that seems to be standard security practice.
Last reply by Nabeel, -
- 6 replies
- 2.5k views
Hi all, I'm currently working on modifying pirep_viewreport.tpl such that not only does it display the submit date and pilot name, but also displays who approved the PIREP and the approval date. I figured that if I could located the action taken by an admin in the phpvms_adminlog table, I could lookup the pilotid for that action, locate the pilot name in phpvms_pilots, and display firstname, lastname. However, when I execute this script on the page, it displays firstname, lastname as: Here is the code for the script: <?php $pirepid = $report->pirepid; $adminuserid = mysql_query("SELECT pilotid FROM phpvms_adminlog WHERE message=Approved PIREP #'.$pi…
Last reply by Nabeel, -
- 2 replies
- 2.5k views
Hey phpvms! Having some issues with the Acars Map! Pilot Flight Number Departure Arrival Status Altitude Speed Distance/Time Remain flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining I made sure the ASP tags were off. Nothing i found on the forum that i found about this seemed to work for me. any ideas? Thanks!
Last reply by servetas, -
- 8 replies
- 2.5k views
Hi Nabeel, i have this display problem with the pirep chart screen shot below, is there any way this can be changed to display more figures on the left ie like 1 2 3 4 then the line wouldn't be at the top
Last reply by poole3003, -
- 6 replies
- 2.5k views
Hello all, problem with the calculation of money after the decimal point a lot of numbers, an example 63.3333 (see photo), how to do that was not 63.3333, but only two digits after the decimal point, example 63.33 thanks in advance for your help! Regards Artjom
Last reply by Edwin, -
Can i have a addon to the phpvms to create tours at my virtual airline?Does anybody know anything (where can i find information?)
Last reply by Cor, -
- 15 replies
- 2.5k views
It seems that not all my pilots when they fly are being picked up by the acars map, yet they are still able to file so it is not a huge problem, but would like to see them on the map. Would anyone know a reason as to why not all the pilots flying will show on the map?
Last reply by ProAvia, -
- 6 replies
- 2.5k views
I have 297 Pireps waiting for export to VA Central, but when I try to manually send them I get "No response from API Server". Is VA Central down again?
Last reply by piuozorio, -
- 4 replies
- 2.5k views
Where are the flight phases created? Are they in a file, or part of Acars? I ask, because I want to change the standard names. My VA is Military based, and my aircraft do not do 'boarding' and 'taxi to gate', so I want to change the names rgds
Last reply by Curshad, -
- 1 reply
- 2.5k views
Hi all, A quick question. I am working on the boarding pass for my VA. It is working nicely however I want to add a gate closure time which is dynamic rather than a static message. What I mean is to have some php coding (if poss) that takes the departure time and takes away 20mins to display the time the gate closes and this way it would display a time 20mins prior to depart. It would also be different for every flight no matter what the departure time. I have listed an example below. This is the static message: Gate closes: 20 minutes before flight departure Departure: 11:20 GMT The dynamic message: Gate closes: 11:00 GMT Departure: 11:20 GMT If anyone knows if t…
Last reply by simpilot, -
- 5 replies
- 2.5k views
Hi, I have installed PHPVMS at my private server.The instalation its ok but I still confusing about how to configure xacars to send the data .i.e the adresse I shoud put at "xacars preference" Would someone gimme a hand on that?
Last reply by Nabeel, -
- 1 follower
- 5 replies
- 2.5k views
For some reason, our flights are not being recorded in the admin center or on our public and pilot center profiles. For example I have done about 6 flights and everything still shows 0 flights and 0 hours.
Last reply by jrodosu, -
- 8 replies
- 2.5k views
When loading pages oddly it shows up with a "" before the page loads. Don't know what that means! Ever since it started loading that up, the Pilot list didn't work in the Admin panel. It's like it's not pulling the database information or something. I overrided the Admin Panel pilots files (PHPVMS > admin > templates > pilots_etc...) any suggestions?
Last reply by Nabeel, -
- 8 replies
- 2.5k views
I made some new fields in the _pilots table that have VATSIM ID and IVAO ID. In the registration form I have a radial button that has yes/no if the user is a member of VATSIM and/or IVAO. I need to make an if statement that if the button is equal to yes, then display the id text field. Here is what I tryed, I'm hoping to do it without javascript but not sure if possible. Any ideas? <td>Are you a VATSIM Member: *</td> <td><input type="radio" name="vatsim" value="Y" />Yes <input type="radio" name="vatsim" value="N" />No</td> </tr> <?php if(vatsim=="Y") { ?> <td>VATSIM ID: *</td> <td><input type="te…
Last reply by Tom, -
- 13 replies
- 2.5k views
Hi, We have just started operations here and we have run into a few issues which I can't figure out why. 1) When pilots file PIREPs, it sometimes get duplicated and appears as two instead of one. Does anyone know if there is a solution for this?
Last reply by Strider, -
- 6 replies
- 2.5k views
Im trying to create a page viewable from the main site of all the flights in the system, which i've done, but i only want to view X at a time with next and prev links undereath is this possible with the way PHPVMS is done? or would it be easer to do it in my own code? my current code: <? class Flights extends CodonModule { public function Controller() { $schedules = SchedulesData::GetSchedules('', true); if(!is_array($schedules)) return false; foreach($schedules as $sched) { $vars = get_object_vars($sched); $xml .= '<schedule>'.PHP_EOL; foreach($vars as $name=>$val) { $val = strip_tags($val); if($name == 'id' || $name == 'leg' || …
Last reply by Nabeel, -
- 7 replies
- 2.5k views
Hello there, I have just installed phpVMS on my webhost and I am a rookie at this system to be fair. I have installed it, it's working well, but there's one issue which happens to be that I cannot login. It says "Invalid login or password...". I am using information I provided during install, and it does not let me log in. When I do "Forgot Password", it does not send anything to my e-mail. Whichever way you put it, I'm locked out. I even tried this. Nothing. Any ideas? I'd appreciate some hints/help Kind Regards, HighFlyer
Last reply by fsxsimulation, -
- 1 follower
- 8 replies
- 2.5k views
When i'm flying a flight and go to my website it shows lots of guests visiting. Anyone any idea how to fix this?
Last reply by Heritage1, -
- 13 replies
- 2.5k 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,