Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.2k views
how can i change the admin layout to dark?
Last reply by TennShadow, -
- 3 replies
- 1.4k views
Hi, yesterday was installed revision 866 on my site, everything looks nice but on enter to "View VA Finances" this following message appear Fatal error: Call to undefined method FinanceData::getrangebalancedata() in /.........../VMS/core/modules/Finances/Finances.php on line 71 This is the line 71: $data = FinanceData::GetRangeBalanceData('-3 months', 'Today'); My site have just two months with VMS. Regards
Last reply by mark1million, -
- 3 replies
- 1.5k views
Nabeel, I am using the command DB::get_row($query) to run a query on the database but it seems to limit the number of times I can run it on one page view to four..... Does this make any sense to you... after the fourth call it always comes back empty.... I can make it work using a standard sql select from the tpl file but do not want to do that.. you can see what I mean at the link below then click on KBOS http://www.simpilotgroup.com/dev/index.php/RealSchedule Here is the snippet public function get_next_flight($aircraft, $location) { $query = "SELECT * FROM ".TABLE_PREFIX."schedules WHERE aircraft='$aircraft' AND depicao='$location'"; return…
Last reply by Nabeel, -
- 3 replies
- 1.3k views
http://members.pulseair.co.uk/index.php/acars Running latest beta, 2.0.869. Hasnt showed up since then. Thomas.
Last reply by Nabeel, -
- 3 replies
- 1.7k 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, -
- 3 replies
- 1.4k views
Hi guys, i have implemented in our website couple of weeks ago that in the public and private profile your current location is shown. <?php $lastreport = PIREPData::GetLastReports($userinfo, 1); if(!$lastreport) { $location = $userinfo->hub; } else { $location = $lastreport->arricao; } ?> <?php $airport_info = OperationsData::GetAirportInfo($location); $airportname = $airport_info->name; ?> <li><strong>Pilot Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?></li> Now i figured out that all pilots have the same location displayed. Can anybody help me with th…
Last reply by markusr, -
- 3 replies
- 3.3k views
Here I go, again... Some questions concerning the PIREP system: - How does the system recognize the date the flight was done (without using FsAcars)? Ex: If I have made a flight yesterday but I file the PIREP only tomorrow, which date it will take into consideration? Depending the answer, would it be possible to include that in phpVMS in the next release?? - Same question about the departure and arrival time. We have to indicate the flight time but not the departure and arrival time? Would it be possible to include an option (that we can switch ON or OFF for each route as desired) on the next release with a possible penalty (money wise) if the flight is late by a cer…
Last reply by Nabeel, -
- 3 replies
- 3.6k views
Were do I go to change the wording on the main front page using Skin crystal to mine own words? Eric Maresh CEO Alaska Virtual Airline
Last reply by Nabeel, -
- 3 replies
- 1.7k views
I may just need to fix my templates, but I still am showing the same user online like 3 and 4 different times at once. Like it will say Users Online Kermit the Frog Kermit the Frog Kermit the Frog Ray TAV0001 Carrie TAV0004 I might not have ever got my templates updated or something if this has been fixed. While I am on the subject, .....Nope...... I will go to skinning and ask. Thanks all for reading Ray
Last reply by TAV1702, -
- 3 replies
- 1.7k views
Is there a way to auto approve flight plans? Kind Regards,
Last reply by WA101-ALLAN, -
- 3 replies
- 1.2k views
1. When in the admin center under pages and I try to delete a page it wont do anything 2. Pilots not displaying under the roster. I swear I didn't break it! http://nicktyson.me/simb6/index.php/pilots Thanks
Last reply by Kieran, -
- 3 replies
- 1.6k views
Hi Guys! I'm just wondering if will phpVMS support X-Plane 9?
Last reply by Kyle, -
- 3 replies
- 1.7k views
Hi now i have just finished a flight of 5 hours and 5 minuts, with fs acars but it decrease to me -17 hours so now from 19 hours i have onli 2 hours!!! We try to change it whit 5.05 but nothing :'( How can i do!??! Please help me!!!
Last reply by Nabeel, -
- 3 replies
- 1.6k views
Hello i have changed the Config::Set('MAP_TYPE', 'G_HYBRID_MAP'); to Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP'); but is seems to beeing stuck at ground map any solution ? Thanks in advance
Last reply by Nabeel, -
- 3 replies
- 1.6k views
Hey! How come that I can see myself on the MAP when flying with FSFK? ^^ And is there anyway to do so I can use AirTV which will be able by a link on my profile? ^^ - Emil
Last reply by Nabeel, -
- 3 replies
- 1.3k views
Can someone see if they get the same results? Try to add this airport (if you are using the lookup on the phpVMS server), KAVQ. How does it not have any data, but have a live fuel price?
Last reply by joeri, -
- 3 replies
- 1.4k views
Nabeel, I use the Forum Register module to register new accounts on my forum and teamspeak server which works great, what i need to handle now is if a pilot is retired ie inactive then their accounts are also closed on the forum, im not too bothered about the ts server but the forum one is a must. Is there a listener for account inactive / retired that i can use to handle this?
Last reply by mark1million, -
- 3 replies
- 1.4k views
having a problem on the flight briefing page there is a space for notams if i push on a notam i get following error Not Found The requested object does not exist on this server. The link you followed is either outdated, inaccurate, or the server has been instructed not to let you have it. Please inform the site administrator of the referring page. no is my question is there a way to show the latesed notam from the airport on that page. gr joeri
Last reply by Nabeel, -
- 3 replies
- 1.4k views
Hey, For some reason, when I send a mass mail, all pictures are broken (Red X's) and the formatting vanishes. Does this happen to anybody else? Thanks, Kieran
Last reply by Nabeel, -
- 3 replies
- 1.8k views
Hey Guys, Ive been trying to implicate this on our website, http://jqueryui.com/demos/tabs/ . I downloaded the file from their website but i have no idea how to put it onto my website. Below is the code ive put in HTMLPut in the .tpl file <!doctype html> <html lang="en"> <head> <title>jQuery UI Tabs - Default functionality</title> <link type="text/css" href="/pacific/lib/skins/pacific/images/pacific.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript" src="ui.core.js"></script> <script type="text/javascript" src="ui.tabs.js"></script&…
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Hey, My Live Map wont show anything from XACARS or FSACARS, I do know that we installed the version 2.0.845 but my webmaster says we installed the update too. Im not sure if we have though, where can I check this? And what do I need to do to get my live map working? Website is www.legend-virtual.co.cc
Last reply by joeri, -
- 3 replies
- 1.1k views
Sorry for this question maybe is very simple but i can´t find where the financial graphics size option is. I'm looking for it in financial templates files but nothing founded and also in the forum. Some clue?? Thanks for the reply and help. Best Regards.
Last reply by lorlandi, -
- 3 replies
- 1.9k views
Everything has been going fine with the VA then yesterday we all started getting this error... An Error Was Encountered Database connection failed (1045: Access denied for user 'fligh10'@'localhost' (using password: YES)) any ideas?
Last reply by Nabeel, -
- 3 replies
- 1.2k views
Before anyone points me to the docs or tells me to search, I have already I have read the all the info on what I want to do over and over, but I am a complete noob when it comes to PHP and just can't do what I am trying to do. I have been trying my best over the last few weeks to alter the schedule search form, to enhance it. I know it's been asked a million times before but I want to be able to add more filter/search options. Some examples of working code would be very much appreciated. A filter function similar to the one found on the admin schedules list page would be great, as would more search functions (by airline code and dep/arr country). I hate admitting defeat,…
Last reply by simpilot, -
- 3 replies
- 1.5k views
Well, it is not so very important, but i would like to solve these: 1. i changed the currency from usdollars to euros, modified the local.config and app.config to do this. but only the VA finances appear with euros, the pilot's salary is appeared in usdollars (in profile) 2. ok, a pilot can fly any aircraft as there is not cross-check from the database. but in the pilot's statistics the planned aircraft appears, not the actually flown. any little help on these? thanks!
Last reply by Nabeel, -
- 3 replies
- 1.3k views
Ok, I have localhost in my PC and i'm wondering if does it affect phpvms than on a WebServer publicly? What are the affects?
Last reply by Kyle, -
- 3 replies
- 3.4k views
Hey there, Im a complete jQuery novice and I understand phpVMS integrates jQuery as standard. I'm looking to implement this jQuery Lightbox with phpVMS so that I can display links and images using it. I understand this isn't the ideal place to ask, but the guys at jQuery may never have even heard of phpVMS. http://fancybox.net/home Any jQuery experts who can guide me with installation in the more abnormal phpVMS environment are appreciated. PS. Efforts at following their instructions fail (rather epically, actually) Thanks, Kieran
Last reply by Nabeel, -
- 3 replies
- 2k views
I will be starting a VA in the near future. Although the Finances and Expenses is absolutely excellent and something that I may want to utilize in the future, it is something that I don't want to utilize at the present unless it is necessary to do so. Is it possible to disable the Finances and Expenses?
Last reply by FlyWest, -
- 3 replies
- 1.3k views
Hello How can i send data into a database table ? I created field in phpvms_pilots table and name it current , i want send last location in phpvms_pilots table . <?php $allpilots = PilotData::getAllPilots(); foreach($allpilots as $pilot) { ?> <?php include 'db2.php'; $last_location = PIREPData::getLastReports($pilot->pilotid, 1, PIREP_ACCEPTED); mysql_query("UPDATE phpvms_pilots SET current=('$last_location->arricao') WHERE ID='$pilot->pilotid'") ?> <?php } ?> but no data insert in current field .
Last reply by faraz, -
- 3 replies
- 1.4k views
Can we have multiple vacentral api keys in local.config.php? Each airline receives a different VACENTRAL_API_KEY Can I keep defining new VACENTRAL_API_KEY or will it just take the last one in local.config.php? I have 4 airlines in my phpvms and I want to register all of them with vacentral.net.
Last reply by teamsiems,