Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 1.8k views
I have a laptop and i am not always connected to the internet. I found out, that the schedules page looks different when i am offline and does not work correctly. Here a picture When i select an airport or something, it shows me a page without any styles and at all.. it doesnt look like it should. I use this page without any modifications (only that one which does not show all schedules automatically at once)
Last reply by Nabeel, -
Hi all, Here comes a question which i am sure has already been asked and has probably been filed under the "stupid questions" section. But here goes, I am in the process of creating my VA and I am now at the point where I am going to create my schedules, now is there an easy way of doing this opposed to sitting there entering each and every route through the admin panel? All I am looking for is a file or something which i can just add to my VA with some stock routes to start with which I can add to at a later stage or as they are requested. Or an easier way to input all the infomation required. Thanks in advance Scott
Last reply by Nabeel, -
- 4 replies
- 1.8k views
I have searched for the answer I seek and am coming up empty handed. I am curious if it is possible for the pilot center to recognize a pilots Airline of choice and output that info to their pilot center. Say for example, I open up Wild Animals Airline and their callsign is Wild then I go and add another airline and Call it Wild Express and their callsign is Casper (for lack of anything better). Now If Pilot A registers for the airline Wild Express, then when he or she views the pilot center it would give them their airline name and call sign with all their profile info up to by rank hours flown etc etc. Possible to do?
Last reply by mark1million, -
- 4 replies
- 1.8k views
That must be modified to recalculate the route number integer without decimals? 123nm = yes 123.2335 = Did not
Last reply by polirom, -
- 5 replies
- 1.8k views
I want a background to go across my whole header, but there are multiple th's. I noticed there's a thead, is there any way I can make an image in the thead? The height is set right for the image, but the width is gonna be 100% of the width of the header (it will change)
Last reply by Aaron, -
- 1 reply
- 1.8k views
Hi, I want to do the cronjob and I was worried about "Reset pilot pireps count" and "Reset hours" .. Are both of them will reset all hours made in my VA ?? Thx, Regards,
Last reply by YusufBudi, -
- 5 replies
- 1.8k views
Hi, sorry, me again! So running through all the testing phase on my phpvms site and did my first test flight using the schedule, 0001 is the example. Flight completed fine, PIREP filed etc and all good.... however, if I go and search for schedules now to do another flight, 0001 has gone from my search (but does still exist in flights and schedules in the admin panel) Why is this and how can I stop it from disappearing to do again?
Last reply by iGavB, -
- 4 replies
- 1.8k views
I have been getting requests from removed pilots to please stop sending emails to them from the VA. Problem is they are nowhere to be found in our system, pilot manager, pilot roster, etc... and yet they are getting emails from the mass email system when we send out emails. Can someone please help us with this. Thank you!
Last reply by AirTahiti340, -
- 3 replies
- 1.8k views
Hi all! I get the following error code when I install on 000webhost.com Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'a6880395_SQL'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a6880395/public_html/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 99 could I get some help, I believe it is the permissions that I need to set, but I cannot work out how to set them, thanks! I…
Last reply by freshJet, -
- 2 replies
- 1.8k views
Hi at all, is it possible to run the phpvms with two languages simultaneous? I searched but I was not able to find such a (already posted) topic in the forum. Regards, Chris
Last reply by Nabeel, -
- 4 replies
- 1.8k views
hi all, I created this code to see the longest flight <h4>TEST</h4> <table width="100%" border="1" align="center"> <tr bgcolor=blue> <th><b><font color=black>pilot</th></b> <th><b><font color=black>flight</th><b/b> <th><b><font color=black>time</th></b> <th><b><font color=black>cliente</th></b> </tr> <?php $query="SELECT * FROM phpvms_11pireps WHERE flighttime_stamp > '00:00:00' ORDER BY flighttime_stamp DESC LIMIT 15"; $list=DB::get_results($query); foreach ($list as $pirep) { echo '<tr><th>'.$pire…
Last reply by mattia, -
Hello I need help for this code: <?php function getTotalScore() { $query = "SELECT SUM(`final_score`) AS final_score FROM ".TABLE_PREFIX."pireps WHERE pilotid = ".$pilotid." AND accepted = 1"; $result = DB::get_row($query); if (!$result) return 0; return ($result->score == '') ? 0 : $result->score; } ?> <?php echo getTotalScore(); ?> the result is 0 Can someone help me? Thanks Rui Miguel
Last reply by RuiMiguel, -
- 6 replies
- 1.8k views
Hi Folks, Anyone out there using the MD-11 by PMDG with FSAcars? We had one pilot using it and he quickly ran us bankrupt. The fuel used came in as the following weight... -9.21059e+08 :o As a result, our fuel costs for the month are now over 921 million dollars. Quick question, if I try to edit the finance data table, will this cause me any grief? Secondly, has anyone else seen this behavior before? And if so, have you found a way to correct it? Thanks, Chuck CYXU
Last reply by Nabeel, -
- 6 replies
- 1.8k views
Gday Guys I have created my website, nearly done ! finally, just need some help on one more thing. I need help creating a menu bar, the one that came with Roberts Template doesnt really match my site unfortunately. Can someone help me out with this?, I am relatively new to this but i am keen to learn. I also wanted to add some new menu buttons Forums, Contact Us etc. Any help would be much appreciated. My bad forgot my site link lol. website located here - www.southerncrossva.comli.com Thanks Tylor eddy
Last reply by Tylor Eddy, -
- 3 replies
- 1.8k views
Hello y'all, Sorry it's me again... I would like to know the adress to link some pages from phpVMS to my VA website (ex: VA stats, financial reports, fleet status, etc...). Like I did for the pilots here : http://www.airinter-va.org/articles.php?lng=fr&pg=103 I have found the way to do it for the pilot list but not for the rest. I got only some pages within ADMIN but I am affraid that by adding an ADMIN page it would be a security issue. What I want to do is to publish the VA various stats and graphs for everyone to see it. As for the fuel price : What is the currency, ie: 5.10 is it in dollars? Is there a way to change currency used for the VA in Euros? I rea…
Last reply by joeri, -
- 4 replies
- 1.8k views
Nabeel, This is Carl DuFault the owner of One World Virtual. We have some changes that need to take effect immediately and I need your assistance in doing so. Please contact me at oneworldvirtual@aol.com ASAP.
Last reply by mark1million, -
- 4 replies
- 1.8k views
hello all i have a quick question i have aboud 30 pilots who are inactive and ready to be deleted BUT they made flights for the va is it save to delete them or will the database lose their flights gr joeri
Last reply by joeri, -
1.How do you move nav tags in menu bar closer together to get them on one line. when you log in the other page go to next line and block things on the pages. 2. how can you move the items on the page down if i can not change nav tabs. 3. where is the pilot_public_profile.tpl at or what tpl do i use to put code in for awards to show up on pilots page, i have made the awards but shows up written i would like to show pics also. 4. how do you puy solved on prior postings. thanks Mac www.maexpressva.com
Last reply by nabpp, -
- 1 follower
- 4 replies
- 1.8k views
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Schedules::viewaction' was given in/core/classes/MainController.class.php on line 218 This is the error i get when i try to book a flight any ideas?
Last reply by edmundk, -
- 8 replies
- 1.8k views
right where do i start "ok" when i member as reg with the site and picked there airline, let say they want to change there airline and they ask admin to do this. when i go to there profile and change it and then save changes it say update done. But when i look at there profile it has not change. I think that the way to explan it. What can i do to sort this out and get it working again
Last reply by Nabeel, -
Just Started Couple Questions
by Guest Stormchaser- 3 replies
- 1.8k views
Hey got a couple or a lot of questions dont have to answer them all but appreciate any help. 1. Going to have cargo division and passenger division for now. Multiple airlines but all pilots will have one airline code "AHL" when they register how do I prevent them from having the option to signup under any of my airlines? 2. Also how do I get the pilot to signup either as a cargo pilot or a passenger pilot? 3. Messing around with skins tried to modify my main page with frontpage changing pictures so forth for index.html. Didnt work cause only html file. What is a good program to modify pages? 4. Ranking system. How do I put ranks in like CEO, Division President that …
Last reply by Nabeel, -
- 3 replies
- 1.8k views
Hello, The ACARS Map must be configured to show the flight? As if you do it if my pilots fly on IVAO? Thanks!
Last reply by joeri, -
- 2 replies
- 1.8k views
Hi all looking at upgrading my VAForums to ipboard just wondered if anyone has intergrated it with phpvms so that when the pilot logs into the website they log into the forum aswell. thanks Scott
Last reply by Angel Air, -
- 1 reply
- 1.8k views
G'day Guys, Has anyone customised the icons displayed on this page to replace the current red google markers, im presuming this can be altered through acarsmap.js but im struggling to find a solution. If anyone has any idea on how to alter these it'd be great to hear from you
Last reply by warpennys, -
- 2 replies
- 1.8k views
Hello, I am runnung Build 937s .Phpvms on PHP5.4, here have a problem on $post , this kind of $post error pops out every time i add stuff in airline operation/save setting .how can i solve it? many thx. Strict Standards: Accessing static property Operations::$post as non static in /home/content/52/11415252/html/betaacars/admin/modules/Operations/Operations.php on line 250 Strict Standards: Accessing static property Operations::$post as non static in /home/content/52/11415252/html/betaacars/admin/modules/Operations/Operations.php on line 804 Strict Standards: Accessing static property Operations::$post as non static in /home/content/52/11415252/html/betaacars/admin/modu…
Last reply by t_bergman, -
- 1 reply
- 1.8k views
Hello People. Does anyone has a solution for this? I tried editing flown_routes_map.php but still it's not getting fixed. How do I get it right fitted in the box? Used this too style="height: auto; width: 100%;" But still....
Last reply by servetas, -
- 3 replies
- 1.8k views
Hi i am in need of some hosting, i know that some people help people out with there airline and im in need, i had one guy offer hosting and if i get 5 pilots then a domain but still has not got me set up, please help.
Last reply by simpilot, -
- 4 replies
- 1.8k views
Hello Pilots, How insert the IMAGE COUNTRY on staff online before the name ? Look the picture http://qs.lc/3cm8 Thanks very much!!
Last reply by simonecatalano, -
- 1 follower
- 5 replies
- 1.8k views
Hey, we have some inactive / retired users, they are still online and writing airmails and downloading stuff etc. I guess they have cookies or autologin-sessions. How can we solve that? thx
Last reply by CedGauche, -
- 3 replies
- 1.8k views
We have phpVMS 5.5.2.72 installed. When the MariaDB update came along recently (it was updated from 10.1 to 10.2), we lost a lot of our admin functions, and since then we have not been able to do any updates to our schedule, etc. Can you explain more about how this MariaDB update affected v5.5.2.72, and what is being done to correct it? Not being able to update our schedules, etc, is a real problem. David Reed President, Historic Airline Group
Last reply by Strider,