Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 8 replies
- 2.8k views
Look this error message: (Invalid argument supplied for foreach() in Web\do\admin\modules\PIREPAdmin\PIREPAdmin.php on line 130) When I click on "Approve All" I recieve this error message end the pilots on the list of "approve all", lost all hours of flight. 123 public function approveall() 124 { 125 echo '<h3>Approve All</h3>'; 126 127 $allpireps = PIREPData::findPIREPS(array('p.accepted'=>PIREP_PENDING)); 128 $total = count($allpireps); 129 $count = 0; 130 foreach($allpireps as $pirep_details) 131 { 132 if($pirep_details->aircraft == '') 133 { 134 continue; 135 } 136 137 # Update pilot stats 138 SchedulesData::…
Last reply by m5industries, -
- 6 replies
- 2.8k views
I'm currently running the trial version of FS Flight Keeper and everything uploads fine and works great thanks to me following Keith's tutorial on how to set it up correctly. The two things that aren't working are the uploading of images and position reports. A quick test flight shown here shows what I mean, a blank google maps, bar the departure and arrival airfield: http://www.unityvirtual.net/index.php/pireps/viewreport/1218 Does anyone else have this issue? Does anyone know if this is due to the limitation of the trial version? I'll be buying the full version within the week, so hopefully will figure it out for sure then.
Last reply by TennShadow, -
- 8 replies
- 2.8k views
I hope everyone is doing well but can i get some assistance with the install because i am getting errors...It software asked for me to CHMOD the folders and so i did and they were fine, it also said to CHMOD the Local.config.php but it wasn't a folder but a file that cold not give permission to. so i added in all the info for the database and and when i clicked next it gave this ERROR. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>php_network_getaddresses: getaddrinfo failed: No such host is known. (2002)</b></font>]<br />[<font color=000000>&l…
Last reply by stuartpb, -
- 4 replies
- 2.8k views
I just did my first flight with XACARS and I landed but now I can't send the PIREP. The "send PIREP" button is grayed out? How can I do this? I checked the XACARS docs on the site but they are blank. I thought if I hit Stop Recording then it would un gray the box but it looks like I just lost the flight I just did. I do have my parking brake on but it still will not allow my to send it. What step am I missing here? Thanks!
Last reply by joeri, -
I've a questions, how can I do 1. that's in the Briefing shows the firstname and lastname pilot?? 2. tahat's the time-not a single number 1:20 and the conclusions separately at first hours : minutes example: (<?php echo "{$schedule->deptimehours}"; ?>:<?php echo "{$schedule->deptimeseconds}"; ?>)
Last reply by Artjom, -
- 1 follower
- 8 replies
- 2.8k views
I have the "same old" No route passed error. However noConflict is not helping this time. I am using PHPVMS 5.5.2. I can confirm that default skin works fine. I also tried removing ALL javascripts from my theme(leaving only the default comes with phpvms 5.5.2). Still no luck. However, I noticed when I add the JQuery noConflict line on the theme, I get this error Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Schedules' does not have a method 'viewaction.php' in xxxyyy/core/classes/MainController.class.php on line 218 Thanks, Kishshey
Last reply by Kishshey, -
- 13 replies
- 2.8k 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, -
Hey guys, Can you guys help me check why my website does not lookg good on Internet Explorer. I appreicate if you can help me and find the problem. My website is www.flymapleair.com
Last reply by Nabeel, -
- 7 replies
- 2.8k views
Hi All, I have a couple of issues with rank levels. I have 12 ranks. For some reason when a member joins their rank level defaults to 12 (it should be 1)- their rank id and rank name is correct though. Also whenever I change someone from active to inactive in the admin panel, their rank level changes to 12. Any thoughts?
Last reply by beerguts, -
- 8 replies
- 2.8k views
Gentlemen, I attempted to install phpVMS onto my 1&1 webhost and it builds the database but as soon as I go to the next page it has trouble displaying the content. I get a bunch of errors like below: Any help would be greatly apperciated. -Ken
Last reply by flyalaska, -
- 1 follower
- 5 replies
- 2.8k views
It all began when I recieved an email from google saying they have blocked my domain from their browsers and search engines. They said it was since a virus was being spread through the site. I later spoke to my domain host who told me which the infected files were and said I have to delete a certain part of the script from each and every one of these files. The entire list is: SpryAccordion.js SpryCollapsiblePanel.js TEST3.html about2.html contact.html downloads.html fleet2.html flights2.html joinnew.html new.html oldindex.html oldschedules.html phpvms/admin/index.php phpvms/admin/lib/phpvmsadmin.js phpvms/admin/templates/awards_allawards.tpl phpvms/admin/templates/awa…
Last reply by mark1million, -
- 3 replies
- 2.8k views
that happened when i approved a pirep that happened in the fincial part. Cheers Dan C
Last reply by simpilot, -
- 4 replies
- 2.8k views
Hello everyone. I tinker a bit on www.uasgroup.org I bought a lot of units here and there ... I found this, it is free: https://github.com/suplere/phpVMS-EFASS Hard for me to install ... If anyone could help me out, that would be cool. I have an account on EFASS, the procedure is visible here: http://froom.de/forum/viewtopic.php?f=13&t=203&sid=c73bea0c77a91a49fa7648b389708204 For those who are unfamiliar, here is the link to EFASS I like this software because it is very complete. http://froom.de/efass/ I tested everything but the .txt file is not created .... You would have an idea? Thank you. Patrice www.uasgroup.org
Last reply by PatPico, -
- 8 replies
- 2.8k views
My web design savvy is low, my knowledge of PHP and CSS is right down there with it. I've spent the last 3 or 4 days (here and there) trying to standup a reasonably functional PHPVMS solution to start a private VA to just record my flights on stream and have a degree of 'character progression.' But ultimately I've ended up with something that's non-functional. http://allegiantvirtual.org/index.php Are there any turnkey solutions available? I'm good on hosting but I'm looking to commission/pay for a service that will install, setup, skin and get things to look half decent with regards to a website. A lot of the links I find are 2-5 years old and half of them…
Last reply by seatbackpocket, -
- 1 follower
- 5 replies
- 2.8k views
Hi Guys, Can only see white pages? http://buffaloairwaysvirtual.com/index.php/pages/partners - Just had to do a full re-upload of the site after someone decided to hack into it although didn't do anything to the databases. I've re-uploaded and uploaded them again but nothing works. Also the ACARS Map isn't showing. Can someone help? Been bashing my head against the wall for the past 3 hours. Thomas.
Last reply by Parkho, -
- 1 follower
- 7 replies
- 2.8k views
Hi, My website was working absolutely fine until two weeks ago when all of a sudden I got a number of errors which has resulted in preventing any users from getting on their account. " You need to be logged in to access this feature". New pilots can still register but no current pilots can access their account. I will attach some pictures below. I contacted my hosting company and they said it isn't a server issue but a PHP issue. The error log seems to suggest line 101: [02-Feb-2020 03:54:23 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/sunflyvi/public_html/lib/skins/ocean_blue/frontpage_main.php on line 99 [02-Feb-2020 10:14:30 UTC] PHP Wa…
Last reply by mjrbradley66, -
- 8 replies
- 2.8k 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, -
- 10 replies
- 2.8k views
Hello all, I'm having problems with some of the characters on my website. My site is in french, so I need accents like è, é, à , etc... As you can see on my frontpage (http://www.transquebec.org/operations/) the accents are not displaying correctly, but only in some places like the news of the menu bar... it shows a square instead. My DB is in UTF-8, my local.config also... I've tried everything... Thanks for your help! Eric
Last reply by EricThePanic, -
- 4 replies
- 2.7k views
[b]Warning[/b]: date() [[url="http://malaysiava.org/function.date"]function.date[/url]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Dublin' for 'IST/1.0/DST' instead in [b]/home/globalai/public_html/malaysiava.org/core/modules/PopUpNews/PopUpNews.php[/b] on line [b]40[/b] Why has the suddenly started showing? I did recently move to a Virtual Private Server.
Last reply by servetas, -
- 1 follower
- 6 replies
- 2.7k views
Hi guys, I was wondering if anyone knew how to fix this I have been playing around with this for some time before posting on the forum but I cannot seem to find what or why this is being caused, please see screenshot below:
Last reply by Vangelis, -
- 7 replies
- 2.7k views
Hi guys.... Another problem of my VA is that All pilots has access to all aircraft. All my aircraft have ranking rules. Can anyone solve my problem? thanks anyway....
Last reply by Strider, -
- 1 follower
- 10 replies
- 2.7k views
Hi all, hoping someone can help me shed light on an issue that has arisen on my VA site. I have a flight boards page showing, Live Flights, Recent Flights and Booked Flights. All has been working fine until a few days ago I noticed that the Live Flights showed three flights all being done by the same person. When we look on the Live Map, we can see that this is in fact three different pilots. The strange thing is, nothing has been changed on the website, pages or anything, it just started happening. So I thought I'd post my code for the live table and see if anyone else has had either a similar problem, can see a problem with the code or can suggest steps to try and res…
Last reply by Vangelis, -
- 6 replies
- 2.7k views
Hello peps. were do i get a phpVMS API key? - Emil
Last reply by polirom, -
- 9 replies
- 2.7k views
How do i remove the word "register" i can't seem to find where it's located?
Last reply by mattsmith, -
- 3 replies
- 2.7k views
Hello everyone my question is, if there is any bd already created to airports, for not integrating one by one, and there clual is the link, look through the forum but I see nothing, or not introduce properly as I look. Thank you very much in advance
Last reply by Arctiq, -
- 6 replies
- 2.7k views
Hello, I am currently applying for certification of our VA at IVAO. However have asked us to insert the VID of each driver in the roster driver ... I do not know how to do it and how to make this automatic operation afterwards for future registrations. Thank you.
Last reply by sayedzaafir, -
- 6 replies
- 2.7k views
Dear Pilots, i just want to ask you if its possible to sort the Flight Schedules by time (like 13 o´clock...).My seconde question is: is it possible to delete the sentence at the the home-page (the newspage: posted by...on d/m/y). I hope you can help me. Kind Regards Chris
Last reply by Chris, -
Update
by Guest N402KC- 5 replies
- 2.7k views
Ok well ive uploaded all of the new files, Yet in the admin panel it still says i need to update? Can i get any help please
Last reply by Nabeel, -
- 1 follower
- 13 replies
- 2.7k views
We are trying to set it up, so that all we have to do is put the website url in our comments section of the online flightplan, and it would record our flights as pireps. The person working on this, asked this below. I am a newbie to this so I don't know the answer, LOL "I think I got the API mostly worked out, but I need to know if the internal search functions of the VA System you have will pull out an IVAO ID number and if not, what table it’s in and the name of the column." Thank you in advance!
Last reply by Steve Bartlett, -
- 1 follower
- 5 replies
- 2.7k views
Hello, I am starting my virtual airline and I have recently been looking more into the automated emails that are sent out when pilots register. I was hoping to change the email that is sent out after pilots are accepted, so they can get the teamspeak information and link to the pilot handbook automatically, instead of me having to email everyone personally to make sure they have the login. I have attached below some pictures of what I have changed the email to, and what is actually sent upon account activation. My website link is http://westjetvirtual.com. If you need any other information please let me know. Thank you to all that help me, Jonny
Last reply by JonnyK,