Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
About two dayas ago was installed the last beta, after that no pirpes are recorder on database, via xcars or manually, i check all pireps sent by myself, route, time, aircraft, departure arrival, etc.... Database was checked gor any bug but is clean, after install the las beta version 10 pireps were uploaded on it, but after installation no new records appears. Live map also no working and no shoing on line pilots.......i put this post after check all things and also reinstall las beta version. Any suggestion?? Regards
Last reply by Nabeel, -
- 2 replies
- 1.6k views
currently, schedules are sorted by flightnumber (at "View Schedules"). is it possible to sort them by arrival icao?
Last reply by eliezerazevedo, -
- 1 reply
- 1.2k views
I need some help with staff logging into the admin center, i am not using the PHPVMS navigation and my nav bar is static so i do not want everyone to see an admin center link. I have all administration resources in one web page, is there a way for staff to log into phpVMS and then get redirected to the admin panel. my goal is to have staff go Admin login to website==>login for phpVMS==> redirected to admin panel inside phpVMS Thanks, and i know this may not be the clearest explanation so dont be afraid to ask.
Last reply by Nabeel, -
- 7 replies
- 2k views
Ok, first I did what sim pilot suggested on the below forum post. I made it where retired pilots don't show on the public pilot roster but do show on the backend pilot list and I set that no pilots can login if they are retired. http://forum.phpvms.net/index.php?topic=2099.0 Anyways, When I go look at an account that was auto retired their status doesn't change. It still says "Active". Is there a way that when a pilot auto retires their status changes on the backend so I won't have any issues seeing which pilots are in "Inactive" status? Also, perhaps a sort function could be included to sort by active and inactive on the backend. I'm running beta 868. Thanks, …
Last reply by Nabeel, -
- 14 replies
- 2.5k views
Hey everyone, For some reason, I can't send mail through SMTP to hotmail accounts without it returning an error. I'm not sure if it applies to any other hosting providers but I know that it worked with my own domain account. I'm on beta 870. Thanks, Kieran
Last reply by Kieran, -
- 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, -
- 4 replies
- 1.4k views
I'm having a import problem, when i imported a CSV timetable and it appears that Saturday is not on? i have those numbers, 0123456, i want the Monday, Tues, Wend, Thurs, Fri, Saturday, And Sunday. But the saturday won't not be checked in the route edit. Why is that a problem?
Last reply by Kyle, -
- 0 replies
- 1.3k views
Hi, i have edited the airports with the correct chart links. for example: LOWI --> http://www.vacc-austria.org/?page=content/chartlist&icao=LOWI But when the pilots goes to pilot brief there is no chart available, because in the section "charts for LOWI" there is this link --> http://www.airnav.com/airport/LOWI#ifr Any idea how to get the links from the database to be displayed there? Thanks alot, Markus
Last reply by markusr, -
- 6 replies
- 2.5k views
Hello, Well sorry to bother everyone again but I don't find how to change currency. I would like to have everything in Euros instead of Dollars so can you explain to me how to do it, but please please please, can you provide step by step explanation as I have hard time with files, codings, database, etc... :-[ Thanks a lot! Alex
Last reply by joeri, -
- 8 replies
- 3.6k views
Hello i was trying to add a custom airport i have added it but seems to be way off the coordinates in the live map i have tried everything if any one can help be greatly appreciated. I though maybe i was inserting them wrong here are the coordinates: N36°02.03' W114°48.05' how would i insert that into the adding custom airport area. Kind Regards Wings Aviation CEO WA101-Allan allan@wingsonair.net http://www.wingsonair.net
Last reply by WA101-ALLAN, -
- 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, -
- 16 replies
- 3.9k views
hey Nabeel i found maby a potentioal big bug in the system iff i delete a pilot who has flown it will also delete his flown hours so could it be possible to keep the hours
Last reply by TennShadow, -
- 9 replies
- 2k views
Hi again, It's possible when you edit an schedule and click "Edit" at the end, the page return on edited schedule and not at the first page, because with more than 300 schedules it's too much time to found the next. Regards
Last reply by lorlandi, -
- 14 replies
- 8.7k views
Hello, I would like to know how to add other admin to the system? I don't want to be the only one who can administer the system and would like to add 2-3 more admin from my staff members. Can you tell me how to do it please? Thanks for your help. Alex
Last reply by Nabeel, -
- 4 replies
- 1.6k views
Hi Nabeel, I suggest checking the 869 beta as there is a serious error, Apart from the 2 maps not working it also changes the Expenses/Reports graph, It was saying that we lost 25 million pound! (ALOT!) However as i noticed this the CEO suggested we check the coding, So i rolled it back to the release version and hey presto! Finances back on track. Just warning you. Thomas.
Last reply by Nabeel, -
- 20 replies
- 5.2k views
HI Now pilot roster show pilots by Hub , I want show pilots by Airline . I try to change pilot.php , but just show Airlines Name nad Code . "There are no pilots!" $allairlines = OperationsData::getAllAirlines($onlyenabled=false); if(!$allairlines) $allairline = array(); foreach($allairlines as $airline) { $this->set('title', $airline->name); $this->set('code', $airline->code); $this->set('allpilots', PilotData::findPilots(array('p.code'=>$airline->code))); $this->render('pilots_list.tpl'); } $noairlines = PilotData::findPilots(array('p.code'=>'')); if(!$noairline) { return; } $this->set('title', 'No Airlines'); …
Last reply by faraz, -
- 4 replies
- 1.3k views
Hello Do anyone know why the field flighttime on table phpvms_schedules, is float instead of varchar this is giving me some problems with fuel calculations where some short flight that I added with 00:40 minutes does get recorded at the database as 0.4 the only "solution" I found was use 00:45 which gets 0.45 Thanks
Last reply by liberie, -
- 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, -
- 6 replies
- 1.9k views
A few of my users are reporting that FSacars will not update the map after they start the flight. Any ideas on how I can troubleshoot this? I'm using the release version. Thanks, Keith
Last reply by TAV1702, -
- 14 replies
- 2.7k views
Hi I was wondering how I can get PHPvms to allow only certain pilots with enough hours to fly bigger planes... Meaning like if the Pilot has 0 hours, they can not fly planes like the 777, they need to fly the ATR-72 ect,ect... Thanks Ada Erzurumlu CEO of American Airlines Virtual www.aavirtual.net
Last reply by TennShadow, -
- 0 replies
- 780 views
This topic has been moved to Code Snippets. [iurl]http://forum.phpvms.net/index.php?topic=2083.0[/iurl]
Last reply by Nabeel, -
- 10 replies
- 3k views
I'm trying to add a basic hit counter to the main index.php page of our VA but i'm having no luck. I have a basic php counter installed but I can't seem to imbed it to the site. Thanks in advance, DeeQ @ OWV
Last reply by liberie, -
Hallo I have a Flight SU517. I will add Airbus and Boeing into the flight! I want that many planes add in one flight, and not just one were added! I've create this code, but it isn't work. <?php foreach($allaircraft as $aircraft) { if($aircraft->registration == $schedule->registration) $sel = 'selected'; else $sel = ''; echo '<input name="aircraft" type="checkbox" value="'.$aircraft->id.'" '.$sel.'>'.$aircraft->name.' ('.$aircraft->registration.')'; } ?> When I save, in flight display one plane is added only! That it is necessary to make that it was added two planes?
Last reply by Artjom, -
- 7 replies
- 3.3k views
Any idea why the weather charts are seemingly a few days old when you look at the weather brief for a flight?! Is there a setting to get the latest charts in a config somewhere?
Last reply by Nabeel, -
- 4 replies
- 1.5k views
hi there sorry if this has already been covered elsewhere i did search but couldnt find anything the same my problem is that when you go to the live map everything shows fine only problem is the planes show up as gray boxes and there is also a gray box around the navigation itmes in the top left this is probably a simple fix but cant seem to work it out
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Have some thing where i can do to close the join in va? And another question is how i can change one pilot to acces some link in admin center but I didn't want if he acces all in the admin center ?
Last reply by vicente, -
- 7 replies
- 2.4k views
Is there a way to see when and display the date the pilot joined our airline?
Last reply by Nabeel, -
- 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.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, -
- 1 reply
- 1.2k views
Hello, How it's possible to draw conclusion of miles on signature? I add this code in PilotData.class, but it isn't work :-[ please help me... $output[] = 'Total Miles: ' . $pilot->distance; I think that all users phpVMS would be very glad, that miles were displayed in the signature! Or?
Last reply by Nabeel,