Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 reply
- 1.2k views
Hi, I'm having problems with the routes showing up on my Schedules, which I have entered both manually and then replaced with a .csv file. I am using free hosting, but do you guys have any ideas as to why it's not showing up?
Last reply by Impulse, -
- 0 replies
- 1.2k views
Hello Guys! My .htaccess file seems to be not on my website and when I try to access a page on my website it says "No input file specified." I have read all of the posts about the .htaccess file but none seem to show the answer. Please Help! Regards, Carl
Last reply by Carlton, -
- 1 follower
- 2 replies
- 1.2k views
We are getting the following PHP msg. PHP Warning: curl_exec() has been disabled for security reasons in /var/www/vhosts/flyafava.com/prs.flyafava.com/core/classes/CodonWebService.class.php on line 236 PHP config: Your PHP version is 5.4. Peformance settings memory_limit ..................... 256M max_execution_time ........ 15 max_input_time ................ 10 post_max_size ................. Default upload_max_filesize ........ Default
Last reply by DesComm, -
- 1 reply
- 1.2k views
Gday Guys on the user groups page it has rename or delete, these are inoperational, is this normal. thanks
Last reply by Nabeel, -
- 2 replies
- 1.2k views
Hey guys, I don't really know where to post this question so i'll try my luck in the support forum. I am using Version 2.1.934 Wat update do i need to install to have the latest PHPVMS version? do i really need to update? is it highly recommended? Regards Lucas
Last reply by MrAmsterdam, -
- 3 replies
- 1.2k views
Hey Guys, I'm in the process of creating a "Job Center" module for PHPvms. The idea beign that the admin can insert jobs available within the VA and have people browse and apply for them right through the website. Its still early doors and MVC approach to PHPvms is new to me... my experience thus far has been in procedural PHP. So far what Ive done is referenced both the built in "News" module and the "Exam Center" module availbe for download here on the forums as examples to follow. I have created a JobsData.class.php which is handling all my calls to the database to retireve data (and eventually will input/edit and delete). I have made jobs.php which is inside …
Last reply by Nabeel, -
- 1 reply
- 1.2k views
After updating I can't login. The error message is "You must be logged in to access this feature!" Other admins are getting the same results. Advise anyone? Cheers
Last reply by Nabeel, -
- 0 replies
- 1.2k views
Hi, Me again with another problem (as you know it most prolly be me not the scrips ). Anyway, when I fly a cargo flight (I double checked and it appears as "Cargo Flight" in schedules) and at the end when I send the pirep in my database it is always registered as "P". After each flight I have to go into my database and set it manually to "C", for cargo operations. For charter I don't mind this but same thing happens also with "H" type. some info; ACARS : kACARS Flight code : MER (for pax, cargo and charter) Cheers, Arslan
Last reply by airmermaid, -
- 2 replies
- 1.2k views
Hi How do I go about canceling my web hosting and domain? I can't get it to work as I want so I want to offload the costs please? Rgds Dean
Last reply by magicflyer, -
- 1 reply
- 1.2k views
hello simmers is there somone who has the instalation instructions of PHPvms Vanillabridge (forum) because the instal instructions links seems dead !! Thanks
Last reply by shakamonkey88, -
- 1 reply
- 1.2k views
Nabeel, I've tried looking and tried figuring out the API, tried reading PHP tutorials, to no avail. I don't have any idea how to simply pull a logged in user's data onto a webpage. A simple "hello world" would help me. The only thing I've been able to do is recall the pilot's ID by putting: <?php $pilotid = PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); ?> in and then: <li><b>Your Callsign</b>: <?php echo $pilotid ?></li> I'm probably going about it all wrong but that works at least. I'm trying to find a way to pull up the total number of hours, latest flight they flew in a short format…
Last reply by Nabeel, -
- 3 replies
- 1.2k views
I have been struggling all weekedn trying to get phpvms set up andkept getting a problem with my Local.config.php mot being accessable. I kept trying to changed the CHMOD settings to make it fully accessable but it just didn't work, I even tried different FTP management tools to see if that made a difference, Then one of the tools when try to changet the CHMOD settings again cam eback that only LINUX server allows you to change the settings in that way, Light bulb went on, I am on a windows server, so I went to the server and played around with the access settings for the folders. My problem solved. So if you have the same sort of problems you will beed to go to your …
Last reply by mark1million, -
- 0 replies
- 1.2k views
Hello everyone! I'd like to know what code I need to let my pilots choose their aircraft in the schedule briefing because the calculation of fuel depends on the aircraft. I've tried that but it's not good! <dd> <select name="aircraft" id="aircraft"> <option value="">Si l'appareil avec lequel vous avez volé n'est pas dans la liste cliquez sur AUTRE.</option> <?php foreach($allaircraft as $aircraft) { $sel = ($_POST['aircraft'] == $aircraft->name || $bid->registration == $aircraft->registration)?'selected':''; echo '<option value="'.$aircraft->id.'" '.$sel.'>'.$aircraft…
Last reply by thomas2360, -
- 4 replies
- 1.2k views
Hey Everyone, I have a problem and when I set my aircraft restricts, and I put that setting in the local.config.php file # Pilot pilots to only fly aircraft they're ranked to Config::Set('RESTRICT_AIRCRAFT_RANKS', true); And It is still not working, it is showing all of my schedules. What Could be the Problem? Thanks!
Last reply by Kyle, -
- 0 replies
- 1.2k views
Hi guys, I have a question on the live map today. We have added a way to display the true flight path of a pilot on our live map. here http://web.skyline-va.de/live Once you click on a plane in inflight, everything is as it should be for a few moments and you can see the true flight path (green) of the pilot as well as a line plotted from the current position to the arrival airport (white) and another one from departure to arrival (red, the default one). Now as soon as you wait for one or two minutes the data get's updated a few times and only the plane moves on, leaving you with an old flightpath and a new position of the plane icon. As this doesn't look very nic…
Last reply by skylineVirtual, -
Sorry, problem has been solved. Feel free to delete this post
Last reply by Tom2299, -
- 2 replies
- 1.2k views
Hello.please help set fskeeper on phpvms
Last reply by flyalaska, -
- 0 replies
- 1.2k views
Hello y'all, My DB is hosted by a very nice and generous member as my provider does not support InnoDB. I would like to try to have it hosted by my provider and he gave me some info as how to do it. The requirement for PHPVMS to work is: PHP 5.2+ MySQL 4.1+ with InnoDB support All is ok for my provider except the InnoDB support but he told me that it is possible to have the InnoDB converted in something called Myisam. He said also that everything should work just fine after the conversion. My questions are: - Is it true that the DB can be converted in this format? - Is it true that PHPVMS will work just fine after the conversion? Thanks for your help. Alex
Last reply by Alexair, -
- 1 reply
- 1.2k views
Hi Nabeel, question for you. Is there a way to limit admin powers? Give permission to others like a hub manager to approve or reject pilot reports? but not allow them to muck around with settings, etc. And THANK YOU again for phpVMS.
Last reply by Nabeel, -
- 3 replies
- 1.2k views
When I click on Pirep Feilds under Pilot Reports, I get: Fatal error: Call to undefined method Settings::renderTemplate() in /home/vdefense/public_html/ultrair-virtual.org/admin/modules/Settings/Settings.php on line 272 and also for anyone using a skin or template that was made for the older system, update your custom core_navigation.tpl otherwise this newer re-write of the code with mess things up.
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Hello i am using this code for my recent arrivals board but i am getting the error : Syntax error in line 98 <center><h2>Recent Arrivals</center></h> <table align="center" border="0" width="605px"> </table> <?php $count = 10; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table style="border:1px solid grey;" cellspacing="0" cellpadding="0" bgcolor="#1F1F1F"> <thead> <tr> <th width="7%" align="center" style="background-color: #171717;">Flight#</th> <th width="30%" align="center" style="background-color: #171717;">Departure</th> <th width="30%" align="center" …
Last reply by Jeff, -
- 1 reply
- 1.2k views
Hi everyone On the ACARS map the players aircraft position icon is flickering. When you click on the icon a bubble is suppose to appear but doesn't seem to and when it does it disappears straight away. I have done a search for this on here but didn't find anything also tried a re-install of phpvms but nothing has changed. The icon moves and updates the status correctly but just flickers? Any suggestions? Thanks
Last reply by Nabeel, -
- 2 replies
- 1.2k views
Hi, We have added a second company in phpvms. A special one, only for (on this moment) vintage schedules of the Fokker 50. People who are not a member of the historic group, should only see the schedules of citylink itself, but members from the historic group, should be able to see the schedules from Citylink AND the historic group. Is that something, that can be done in PHPVMS? I have been looking at it, but could not find a solution. Apart from this issue, are also the users of our Acars, who see anything all the time. But that is a different matter. Thanks ahead for your answer.
Last reply by aarbee, -
- 0 replies
- 1.2k views
I have edited the skin CSS style sheet extensively and added a load of mods... Now I am getting this error when I try to load the site. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in C:\wamp\www\Smeelyair\core\classes\ezdb\ezdb_mysql.class.php on line 99 …
Last reply by smeely, -
- 0 replies
- 1.2k views
Hello: I just started my VA but I do not have much knowledge in PHP At the time of loading the skin, I have to delete some parameter in one of the important folders and now I can not get it. (Public_html / Core / classes / Templateset.class.php ) Can someone send me the original, or help me correct my mistake? Warning: include(/home/ibevirt1/public_html//lib/skins/ela/header.php) [function.include]: failed to open stream: No such file or directory in /home/ibevirt1/public_html/core/classes/TemplateSet.class.php on line 236 Warning: include(/home/ibevirt1/public_html//lib/skins/ela/header.php) [function.include]: failed to open stream: No such file or d…
Last reply by aimarferg16, -
- 3 replies
- 1.2k views
Ok So, you know when you File A Pirep or upload a flight report with FSACARS or FSPAX Well, how would i change the text = Accepted to be an image? Also the same for the other stuff like Rejected and Pending?
Last reply by Nabeel, -
Fuel Price
by RogerB- 1 reply
- 1.2k views
I have routes that don't all require refueling so I set the price to 0 if a pilot doesn't refuel. It appears the system is still charging me for the fuel. Many of the airports in Alaska don't have fuel so the pilots take enough for the return trip.
Last reply by Nabeel, -
Hi Paul From AusAir Just set up phpVMS as my web site with the help of My son It is more than I had hoped for in all a very good system. As AusAir is Australian based I would like to get rid of the American Weather maps and add Australian Airport info I have added all the individual airport files to each airport entered, dut can't get them to shoe in the flight info. Can someone help Me. PaulD.
Last reply by Strider, -
- 1 reply
- 1.2k views
Hi, I was wondering what are the current capabilities for phpVMS to generate schedule flight plans and download them for instance for FSX default, PMDG, FSInn etc?
Last reply by Strider, -
- 1 reply
- 1.2k views
hi there i have kacars installed vbut when i try to connect it says aplication and module are not matched
Last reply by simpilot,