Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 9 replies
- 2.4k views
Hello all, I have 2 problems 1) The admin panel is showing this error/message when editing aircraft. It is allowing the aircraft to be edited but I don't know why that is there. 2) After inputing a number of flights from the UK-Ibiza the routemap won't show flights to other destinations. Just the ibiza route. any help appreciated!! roboa
Last reply by roboa, -
- 4 replies
- 2.4k views
Hi Guys, Can't seem to find anything about this error posted so far, I have installed the system onto a windows server (IIS7), it installs fine and fires up the home screen. From this point though I cant navigate to any other page, the URL changes but the Homepage remains, and it wont let me login? It just takes my username and password and then remains on the homepage. I have checked my permissions and even opened them right up, still get the same response. Its almost as if the URL rewrite isnt working, but I dont think its required is it? Any help or advice welcomed, Update: Aftter Tuirning Debug mode on I get the following Warnings: Notice: Use of undefined co…
Last reply by bunoire14, -
- 5 replies
- 2.4k views
I wonder if anybody in here would help me, please, solve the following... I'm coding my web site template to have two menus, in accordance to the requested ".tpl" file. Actually, in case the user is requesting the frontpage_main.tpl, it should use one block of html tags, and in case it is any other .tpl file, it should be another block of html tags. So my question is: is there any phpVMS native class + method I can put in the if() statement to check which .tpl file the user is requesting? Id it does not, how could I solve it by simply using php?
Last reply by servetas, -
- 1 reply
- 2.4k views
Website: http://bluehawkvirtual.net/index.php/ The live map has the pilot on it. When you click it, it does not go to the pilot's profile. (E.G. http://bluehawkvirtual.net/index.php/profile/view/79 ) Here is the Frontpage_main.tpl: <style> #bodytext{ padding:0px; } .bodytext{padding:5px;} </style> <div class="innerwrapper" style="margin-top:0px;"> </div> <script> $(document).ready(function(){ $('.carousel').carousel({ interval: 2000 }) }); </script> <center>(Click the side arrows to start the slideshow)</center> <div class="bodytext"> <div class="row"> <div class="col-md-4"> <div class="sp…
Last reply by Angello, -
- 1 follower
- 4 replies
- 2.4k views
Hello all, When I logout from my site it redirect me to http://www.vbirdva.com/vbv/index.php/'>http://www.vbirdva.com/vbv/index.php/ I wanna change that to http://www.vbirdva.com/vbv/ Where can I change that? Thank you in advange. Regards, Cor
Last reply by Cor, -
- 1 follower
- 6 replies
- 2.4k views
Hello everybody! I've tried to search for this, but I can't seem to find anything...I'm just wondering, what exactly is updated in the database when accepting a PIREP? What I have so far: - PIREP status set to 1 (accepted) - Added hours to pilot's account - Added number of flights to pilot's account but is there anything else than this? Also: is there anyone who knows where I can find the SQL query for pending PIREPs? Thank you very much for your replies! Anders
Last reply by ln-asm, -
- 5 replies
- 2.4k views
Hi there. Today I tried to upload the first batch of routes for my VA (again after some updates). The only difference between how they were when I first uploaded them (when it worked) and now is the fact I added about 50 routes. So I checked the "delete all schedules" box as I uploaded them since I was replacing them all but this time when I clicked on Airline Schedules there were none to be seen. I then noticed all my airports from my airport database were gone as well and I couldn't upload those either. I had my COO test it as well and he couldnt get them either. Anyone have any clue how to fix this issue? Thanks! -NotAnAvgeek
Last reply by StartVM, -
- 4 replies
- 2.4k views
Helllo, When I am on the admin list with pilots and want to sort them with the "Status" I do click it and every pilot disappears, but when I do click any of the other ones, they appear again! - EMil
Last reply by EENielsen, -
Hey guys. I keep on trying to install the new Beta release into my VA and once I upload it to my ftp, I am not able to extract it. The file is good and downloaded it a couple of times. I have tried different releases and different computers and still no luck. Does anybody know of this error? Thanks in advance!
Last reply by disconett, -
- 4 replies
- 2.4k views
Hi Nabeel, I found what could be a problem with the new "Change Pilot ID" function. It appears that all my admin pilot groups can use this function. Even my basic hub managers that just have manage PIREPS as their only permission. I just tested this on my dev site to be sure. Thanks, Keith
Last reply by TennShadow, -
- 9 replies
- 2.4k views
Hey there, My Friend and I created a java GUI application which reads our schedules database and lets the user search for a flight and gets the right data ready. You then click on 'Start Flight' and after you fly it, click on 'End Flight'. (Note that this is made for FlightGear Free and Open Source Flight Simulator) Then the application reads the flight time, fuel used and the route flown and posts the following variables to a temporary link (www.merlionvirtual.clubos.net/auto/scheduled.php) Now, there's nothing in the php file, so what do I put there so it can submit the PIREP with the posted data? Thanks a LOT for your help.
-
- 5 replies
- 2.4k views
Hi Guys, Just moved to a new server and having an odd issue with registration. When a user registers it goes to a blank screen despite the entry being made in the DB and new pilot notification in the admin panel. Ive built Apache using php 5.3 and check install & checkdb shows no errors on phpvms. Neither does it send an email for pireps or applications but sending a mass email through the admin panel works. (Server is CENTOS 6.6 with cPanel) Nothing is logged in the error log either. debug is true. Has anyone come across something similair or any clues where I should be looking? (i've reverted back to stock tpl's and still same problem) Thanks in advance Nick.
Last reply by alpyeni1, -
- 2 replies
- 2.4k views
Is there a way to display what aircraft is being flown on the ACARS page? I have tried many times with no luck.
Last reply by liberie, -
- 1 reply
- 2.4k views
hi everyone, How can i connect flightaware to my schedule systeem? and how much is that? or is that free? i whant a real schedules systeem. and i read here that flightaware being supported for that. i hope that anyone can help me! greets michael kraan
Last reply by edmundk, -
- 2 replies
- 2.4k views
Guide to phpVMS on Windows (IIS) Servers First let me thank Nabeel for all of his hard work on phpVMS, it truly is a wonderful system. This guide is for those of us who need to be hosting in a Windows environment; just like Linux, Windows environments vary and this is simply a guide to getting phpVMS up and running and not a tutorial. This guide is divided into a few different sections: first why I decided to write this guide, myhosting environment, installation and modification on the phpVMS files and databases, modifications made to the hosting environment, other known solutions to hosting phpVMS in a Windows based environment, and food for thought. I decided to write…
Last reply by t_bergman, -
- 6 replies
- 2.4k views
Nabeel, I have on the pilots page a last flight, if we have a new joiner with no flight this defaults to 01.Jan.1970 Example, http://www.easyjetva.com/index.php/pilots, if there any way to mod this out to display N/A or none as apposed to the date if no flight has been flown yet?
Last reply by Blu-Express VA, -
- 9 replies
- 2.4k views
Hello everybody I have a question. What does that mean? Warning: file_exists() [http://www.php.net/manual/function.file-exists.php]: open_basedir restriction in effect. File(/home/tnuilkku/htdocs/buchung//lib/skins/crystal/ I dont realy understand it Thanks for your answers Damien
Last reply by HighFlyerPL185, -
- 3 replies
- 2.4k views
Notice: The template file "/home1/chartera/public_html//admin/templates/plugins/header.tpl" doesn't exist in /home1/chartera/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home1/chartera/public_html//admin/templates/plugins/uploaded.tpl" doesn't exist in /home1/chartera/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home1/chartera/public_html//admin/templates/plugins/footer.tpl" doesn't exist in /home1/chartera/public_html/core/classes/TemplateSet.class.php on line 248
Last reply by VirtualBMI, -
- 1 follower
- 3 replies
- 2.4k views
Hello am roy and i got an problem with simbrief i have read me and have following thing in the correct way but if i try genrate simbrief i got na pop up its loading and 100% is going and do noving anymore and got an error log in my core/modules/SimBrief folder i hoep you can help me [20-May-2015 13:47:08 America/New_York] PHP Warning: get_headers() [<a href='function.get-headers'>function.get-headers</a>]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/tflvirtu/public_html/core/modules/SimBrief/simbrief.apiv1.php on line 53 [20-May-2015 13:47:08 America/New_York] PHP Warning: get_headers() [<a href='funct…
Last reply by Vangelis, -
- 7 replies
- 2.4k views
Hello, I would like to add all the fleet on each route flown, is there any option to do that automatically without having to write the very same route all over again for every aircraft?? Ex: If I have 3 Aircraft: A320 with reg: N123, N456, N789 And if I am creating route from point A to point B Flight UAL007 Then Do I really have to write 3 route insted of one with all 3 reg? ex: A to B UAL007 N123 A to B UAL007 N456 A to B UAL007 N789 I am asking that because I have a real fleet listing with 22 different aircraft type and each type got between 10 to 20 reg... Thanks, Alex
Last reply by Nabeel, -
- 6 replies
- 2.4k views
Okay, So I use jantorre (thanks!) custom charts database code which is: <h3>Procedures and Information</h3> <table width="98%" align="center"> <tr style="background-color: #333; color: #FFF;"> <td>Charts for <?php echo $schedule->depicao?></td> <td>Charts for <?php echo $schedule->arricao?></td> </tr> <tr align="center"> <td width="50%" valign="top"> <a href="<?php $data = OperationsData::GetAirportInfo($schedule->depicao); echo $data->chartlink; ?>" target="_blank"> …
Last reply by mark1million, -
- 5 replies
- 2.4k views
Hey all, Yes, I am a newbie and I just installed the phpVMS and I love it so far, all thought still learning about how to use it and tweak it for fit my needs. I have no to very limited coding (php, html, css) experience. Few issues to bring to your attention: 1. I have a problem adding Long Beach airport KLGB, I cannot add it. I was able to successfully add other major airports like KSLC, KLAX, KSFO, even smaller ones like KBIL, KONT, KOAK, but somehow it won't recognize and add the Long Beach KLGB airport. I also have many more airports to add in time, so I wonder will that be a problem with other airports too? Do I need to manually update some database? Is it a …
Last reply by Parkho, -
Hi, I need some help with the finances of my VA. We are a Military VA, however have decided to try and use the finances options for the Squadrons (Airlines) that do roles involving Heavy Lift or Transport, the combat oriented Sqns simply wont earn any revenue.. only spend it! I have setup the Ranks pay levels based on Annual Salarys at the given Rank within the service, plus an extra hourly rate for Flying Pay. My main question is about Schedules pricing for PAX and Cargo... I really dont know where to start? One of my Pilots did a 20 Minute flight (Cargo) and earned £250,000!!! so i dont tihnk we have the right pricing setup yet. I would be interested to know what …
Last reply by Nabeel, -
- 1 reply
- 2.3k views
Hi all, I was wondering is their any website such as simroutes that would convert your route into a pmdg file so you could load it up on PMDG 747? Simroute is currently down and the moment so I have no way to copy my route and get it in a pmdg file format. Can anyone help please Thank You
Last reply by Zach, -
Hiya, Before I carry let me apologise, I really do not know how to do any coding stuff etc for my VA. I am quite happy doing the admin side of things like adding flightplans, aircraft and all the other stuff that needs doing but actually coding stuff into the website is not my cup of tea! So, I will probably be asking lots of questions in this thread until I am happy with my site, apologies again! I do search for things to try and find answers but sometimes the answers are not just available to what you actually require! so, here goes! Could someone please tell me how to add a signature to my forum posts? Obviouslyt I want the signature to relfect my VA. What code…
Last reply by TennShadow, -
- 6 replies
- 2.3k views
Hi all! I have been searching this in support forum and I could not find nothing, so sorry if this is a duplicated post. I am trying to change badge picture so I rename original background.png in lib/signatures/background, and save a new picture, but as you can see badge is still original... can you help me? Thanks
Last reply by STALKER, -
- 8 replies
- 2.3k 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, -
Hi guys! I have a little problem with the map, i know that is a skin problem but anyone know what it is? Tnx Gian
Last reply by magicflyer, -
ok i have looked about in the other post's and i find it hard to find the code and where to put this code so it does not show any hub's or Lists. So it is just one list of pilots. If possible could you please reply with the code and Where to put it. Regards Daniel
Last reply by Daniel, -
- 2 replies
- 2.3k views
Hi! I wonder if its possible to run phpvms over a local network using xampp(i understand you cant give me support on this program but ill try) My wishes is to have the server running on a computer connected to my network, but separated from me flight sim computer. This computer wont have anything on it so the security doesnt need to be of concern:-p Now i can access the login page of phpvms when i enter the local ip of the computer that has the server running... but when i log in it seems to try to redirect me to "localhost/blablalba" which causes errors i suppose?... is there a way to fix this or do i have to have this on my fscomputer? Best wishes and thanks for the…
Last reply by Nigge,