Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 10 replies
- 2.1k views
Hi upgraded to 822 , the View a map of my flights has gone , cant see it anymore the link from the profile returns a blank page , any help would be great and thanks in advance
Last reply by Nabeel, -
- 11 replies
- 2.1k views
hello Nabeel When i want to make a pilot inactive i change the button in the admin i save it and when i look to the pilot its bacj to active is this normal or not i use the beta. gr joeri
Last reply by joeri, -
- 1 follower
- 5 replies
- 2.1k views
Hi guys, I was trying tho put pilot stats like: Hub:, Rank:, Current location:, etc on the frontpage. But it is not working! look at s screenshot for the problem! And here is the code: <li class="list-group-item"> <b>HUB:</b> <p class="pull-right" style="color: #3C8DBC"><?php echo $userinfo->hub;?></p> </li> <li class="list-group-item"> <b>Rank:</b> <p class="pull-right" style="color: #3C8DBC"><?php echo $userinfo->rank;?></p> …
Last reply by Vangelis, -
- 6 replies
- 2.1k views
Hey everyone! I'm having a problem with displaying the "Pilot Reports for the Past Week" section on the admin dashboard. It just shows "Loading" with the spinning loading gif. (Image below:) https://prnt.sc/th2cu0 Any help regarding this would be appreciated. Many Thanks!
Last reply by Curshad, -
- 3 replies
- 2.1k views
Ok flew the flight and sent the log, not log on site [b]LOG=[/b] [2008/12/24 08:34:00] Flight IATA:1 Pilot Number:EZE0001 Company ICAO:EGNJ Aircraft Type:SB20 Aircraft Registration:G-CFLV Departing Airport: EGPD Destination Airport: ULMM Alternate Airport:ULMK Online: VATSIM Route:ADN UP600 KLONN UZ11 TRM UN192 SOLKA T64 NETAV N150 AGMOL M745 LIMRO DCT SUPOX M852 KELEK A227 PELOR Flight Level:270 08:41 Parking Brakes off 08:46 Wind: 259º @ 002 Knots Heading: 336º 12:19 Land 12:19 Wind:045º@002 Knots 12:19 Heading: 326º 12:22 Parking brakes on 12:22 Block to Block Duration: 03:41 FSAcars 4.0.15 20773 [b]INI=[/b] Log=http://www.easternvirtualairways.com/e…
Last reply by Nabeel, -
- 9 replies
- 2.1k views
Hi All, I have a couple of strange things happening and hope someone can help. Firstly, When I view a flight schedule, After the metar the is a box called schedule frewquency. This box is blank and to the right of the box is an icon (red cross) it cant seem to find the image but I dont know what image its looking for. Secondly, We have a very large list of schedules and when searching I get a message saying " A script running is causing Internet Explorer to run slowly and may become unresponsive" When the schedules that I searched on list out, they are on a clean white page with no skin or css. Any help appreciated. John
Last reply by Nabeel, -
- 4 replies
- 2.1k views
I was wondering where the .tpl files are for the latest flights and pilots hired. I know it is somewhere in the core/template area but I couldn't find it. Can you please tell me the name of the file or attach one on here so I can get the code. Using the Brilliance template at http://www.alaskaairvirtual.com
Last reply by sasvirtual, -
- 1 follower
- 6 replies
- 2.1k views
Hi all... can I disable all report systems except XAcars? Thank you
Last reply by STALKER, -
- 8 replies
- 2.1k views
i get this error all time i try to install PHPVMS any one can help me Pic in attach
Last reply by kamal, -
- 1 follower
- 5 replies
- 2.1k views
I am creating an acars for our VA and my question is I have created a new module as per API but how do i remove the banner and the pilot info so it returnes a single line ? By example <?php require_once($_SERVER['DOCUMENT_ROOT'] . '/phpvms/core/codon.config.php'); class APV extends CodonModule { public function pageone($fruit='', $orange='') { echo "The fruit is an {$fruit} and the color is {$orange}"; } public function pagetwo() { echo "The fruit is an {$this->get->fruit} and the color is {$this->get->orange}"; } } what i mean that in my browser i need only the fruit is an apple and the color is green without any visuals Thanks
Last reply by Tom, -
- 1 reply
- 2.1k views
So when I log on to my site I don't see my live ACARS map. I learned that is because I need to add a google maps API. My question is which maps service API should I use and where and how do I place my API key. (I.e. VaCentral gives you the coding you need with the API key to put in the local.config.php file).
Last reply by web541, -
- 4 replies
- 2.1k views
Hello, I was wondering if anyone new how to make the pilot badge available to guests on the Pilot Public Profile? Best regards
Last reply by VirtualBMI, -
- 5 replies
- 2.1k views
Maybe this problem is only on my side but when i add a flightlevel to a flight, click on "flight from va" in fsacars, the flightlevel appears in the section "Alternate"
Last reply by stuartpb, -
- 3 replies
- 2.1k views
I keep getting this error message whenever we click on a link (a page ... my url/pages/pagename I ran checkdb/checkinstall.php and it came back perfect no errors. I read that this might be a mod_rewrite issue? There is no .htaccess file being generated....Could this be the problem? I'm not sure how phpVMS handles urls....Any ideas on how to solve this error, "No input file specified"? Thanks much http://www.pivirtual.org
Last reply by Nabeel, -
- 3 replies
- 2.1k views
hi all i am try for 2 days ago to solve this problem with search in foum but no way...(problem): traffic not apear on map..google map installed corectly with key ...my site here
Last reply by raymond rabasi, -
- 3 replies
- 2.1k views
hello pilots I have a problem, besides the problem of JSON in the charts also have this one. When I add a pilot airport or routes they are in the database but does not appear in the admin panel. in the lppt.png i have the lisbon airport but it dont appears. solutions? best regards
Last reply by OA01, -
Joine date
by Guest chikolol- 18 replies
- 2.1k views
why does it always say date joined: 12.31.1969 The recent pilots online say that the join date is 12.31.1969 how do i fix that please.
Last reply by Nabeel, -
- 7 replies
- 2.1k views
I want to prevent downloading of any zips by putting the address in your browser, so I can control who is downloading. I added it to the htaccess as follows, but no luck <FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl|zip)$"> Order Allow,Deny Deny from all </FilesMatch>
Last reply by Tom, -
- 5 replies
- 2.1k views
With the recent hacks is there a way I can force all users to change their password on next login? thanks, Keith
Last reply by Kyle, -
- 2 replies
- 2.1k views
Idea I'm starting another VA to run along side my current one. I'm going to mimic the operations of Colgan/Mesaba Air. I need a little help. Bases DTW EWR IAD IAH MSP ATL LGA Aircraft Saab 340B Bombardier Dash 8 Q400 Website What I need is someone to port over my website that I currently have at www.flyiva.org to my new domain. I tried just copying the template but I think I messed it up. A few changes will need to be made of course to the home page and the fleet page to line it up with the new airline. I already have the current schedules for the airlines and a fleet put together. Just need someone to port my site over. Any help would be great. I have a li…
Last reply by Thomas Rozanov, -
- 5 replies
- 2.1k views
Suggest some awards that I may want to add to my airline. Stuck for ideas at the moment. Thanks
Last reply by simpilot, -
- 3 replies
- 2.1k views
Having problems putting touchdown stats on my Front Page.... http://www.virtualual.com Warning: Invalid argument supplied for foreach() in /home2/southwn1/public_html/lib/skins/ObsessBlue/frontpage_main.tpl on line 194 Line 194= foreach($stats as $stat) Please help me. Thank you!! Daniel Sage
Last reply by simpilot, -
- 12 replies
- 2.1k views
Hello, I have this weird issue where my whole site will pop out of the page in google chrome, any help? http://vsouthwest.org Thanks,
Last reply by SouthwestVA, -
- 3 replies
- 2.1k views
Hello friends .... I'm having a serious problem with Flight Keeper ... When I press the F11, it does not connect to live server ... and appears to me the following error .... but when I click send it sends the PIREP correctly .... The FSAcars when I click on Flight From VA, he does not mind pulling the data .. even though the booking on the site .... Also FSFlight Keeper can not send pictures .... I do not know what else to do ... I tried in every way, but none worked ... I asked my hosting company my web directory ... and she sent the following information .... 'E:\home\autopecasmilian\Web\kafly\do\lib\fsfk' See the information on my FTP ... Config::…
Last reply by CN@ndo, -
[solved] Installation
by Guest N316EC- 6 replies
- 2.1k views
I am attempting to re-install phpvms and this is the error I'm getting. Not sure how to fix it. The first time I installed it I never had any errors. Since then, I've had to remove the previous database and phpvms install completely and now starting over with a new database and phpvms. It appears that it is looking for the core/local.config.php file, which is not there. Thanks for your help!
-
- 5 replies
- 2.1k views
Just a quick question. I am trying to display the pilots group in the public profile by using: <?php echo $userinfo->group; ?> but it shows up blank. (e.x: http://www.flyaerova...ile/view/FAV001 ) Is there something I am missing? I have searched but found nothing. Kindest Regards, James
Last reply by Kyle, -
- 6 replies
- 2.1k views
hello my account for my site its SUSPENDED. The phpvms force servers go down. x10 hosting response: Hello Pedro, Your account is heavily compromised and was responsible for causing downtime on the server causing inconvenience for the other users on the server. Can you please let us know what you are running on the account ? Best Regards, Syed
Last reply by mark1million, -
- 2 replies
- 2.1k views
I just installed PHPvms and when I get to the part that asks for my information as a the first pilot I am getting a crap load of errors, most of them having to do with Codonmodule.class.php. Here is an example of a few below:Strict Standards: Accessing static property PIREPAdmin::$post as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.class.php on line 67Strict Standards: Accessing static property PIREPAdmin::$get as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.class.php on line 68Strict Standards: Accessing static property PIREPAdmin::$controller as non static in /home/xxxxx/public_html/phpvms/core/classes/CodonModule.clas…
Last reply by Steve Bartlett, -
- 2 replies
- 2.1k views
Hi How to put flight level in the Pilot Brief? Does anyone have the code? Thanks PT-BR Alguem sabe como coloca o nivel de vôo no pilot brief? Alguem tem o código? Obrigado.
Last reply by rafaelgob, -
- 2 replies
- 2.1k views
Hello everyone, i have a trouble when I see the acars map don`t appears the flight data. looks like error. Thanks for your help Attach an image
Last reply by Keane,