Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 2.5k views
Hello, Our Airline, merlion flies mainly in FlightGear Free and Open Source Flight Simulator (even though we've also started services in FSX) and I was thinking of an Auto Pirep system that reads from XMLS. Here's what I have in mind and it'd be great if you can help me build this. Alright, now I've made a nasal-cum-xml add-on for FlightGear that creates an xml file containing the pilot's website login email, password, flight time, departure, arrival, aircraft, flight number, route filed and fuel used. Well I was trying to get our whole schedule there to be able to narrow the schedules and choose using the airport the pilot started at as the departure but I'll need to …
Last reply by Alex, -
- 7 replies
- 2.5k views
I am running into an error message that I may be overlooking the thread for. I am not fully experienced with php so any help would be great. Here is the error: Notice: The template file "/home/eravirtu/public_html/en//lib/skins/era/footer.tpl" doesn't exist in /home/eravirtu/public_html/en/core/classes/TemplateSet.class.php on line 248 I noticed it says "public_html/en//lib/skins" with an extra "//" in there. maybe thats the issue? Any help on that? Thanks
Last reply by Strider, -
- 6 replies
- 2.5k views
Hello, so basically when i log in our out of my webpage, i need to reload the webpage so indeed the action take place. Example: I put my details and press log in button. The webpage just keeps banner and navigation bar, i need to reload and then im logged in, same with log out.
Last reply by simpilot, -
- 1 follower
- 7 replies
- 2.5k views
Hi there, 1- I want modify pireps_list.tpl to show pilot rank & aircraft rank. Its because that i want verify if the pilot used the right aircraft to their pilot rank. The pilot rank work, but not the aircraft rank. 2- By other side i think that i see a id number (corresponding with aircraft rank) i can show this rank in words and not in id number? How??? <tr> <td><strong>Rango de piloto: </strong><?php echo $pirep->pilots. " ($pirep->rank)";?></td> <td><strong>Rango de aeronave: </strong><?php echo $aircraft->minrank. " ($aircraft->minrank)";?></td> </tr> *rango de piloto= pi…
Last reply by ARV187, -
- 1 follower
- 6 replies
- 2.5k 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, -
- 1 follower
- 3 replies
- 2.5k views
I am trying to make a flight board from my customized acars map to put on my front page. I just want to remove the map and retain the rest of the info, but I can not get it to work. Which code of the map do I remove to keep the info still working without the map on the basically default acars_map.tpl code? I want it to still refresh automatically and have the pilot link working. basically all the text info right below the map is what I want, and to continue to work. Version 1 http://screencast.com/t/qamVgAG5L But I can't get the time/distance to work, the pilot link, the auto refresh, and my progress bar that all works on the Acars map, but when I try and copy it over …
Last reply by Parkho, -
- 9 replies
- 2.5k views
Hello All, I have since made my own bootstrap based skin for phpvms and since I have done that the accept/rejecting pilots function nolonger works. You can click it however it does nothing. I am not really sure what is causing it however I have refrenced the core_htmlhead.tpl in the header.tpl so all phpvms functions are still included. Here is some of my code: <div class="airlinelist"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-bar-chart-o fa-fw"></i></h3> </div> <div class="panel-body"> <h3>Pending Pilots</h3> …
Last reply by dmks1234, -
- 3 replies
- 2.5k views
Hello, I have created a new pilot list with Vatsim status banners in it. Only question is How do I let the system fills the Vatsim acount ID. The code I am using is : http://www.vatsimsig...tus/XXXXXXX.jpg I have created a custom profile field for your vatsim id, but now a script must insert the id on the xxxxxxxx. I have this code but it wont work. http://www.vatsimsigs.co.uk/status/( PilotData::GetFieldValue($pilot->pilotid, 'Vatsim ID') != "" ).jpg any help would be great. Rick
Last reply by ncd200, -
- 4 replies
- 2.5k views
Hey Guys, Well, I thought I havent bothered you all In a while and therefore you missed me, Not Well, You know how in the FSPassengers config generates it all automatically, callsign etc... I was wondering is there anyway I can change it so the menu_name; bit can I change it so that I have to enter it manually via the fspax.php thingy? Cheers, Thomas.
Last reply by Thomas, -
- 8 replies
- 2.5k views
I want to sort my bids according to the latest airfield. Example: Bid 1: SBGR-SBFL Bid 2: SBFL-SBPA Bid 3: SBPA-SBGR Bid 4: SBGR-KJFK Bid 5: KJFK-SBBR Bid 6: SBBR-SBGO
Last reply by eliezerazevedo, -
- 9 replies
- 2.5k views
I have added extra profile fields and now wish to make the page abit more advanced. I have a section that now says if the pilot is either Active or Inactive. The text that Staff can input is Active/ Inactive, how can I get it to show images instead of plain text?
Last reply by Nabeel, -
- 9 replies
- 2.5k views
Got this message: "Schedule does not exist. Please update this manually". What hapenned is this. I always run 2 log programs; Kacars AND FSFK. Well, I forgot to start Kacars, so, oh well, it didn't matter because I use FSFK as a backup anyways. Well, when I went to send in my log, FSFK said "The flight has been successfully sent to the Web service", but when the webpage opened up, as it does in fsfk, I got the above error. Now, I haven't used any other log for awhile, so just wondering if anything changed lately would affect this? I also us FS Passengers, and got the same type of error: -Exporting of 1 Flights started: -Error, unable to export flight number 63 -…
Last reply by Nabeel, -
- 8 replies
- 2.5k 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, -
- 10 replies
- 2.5k views
Hi all I have been playing with a customized button thing for a while now and am stuck, I have the menu working see here: http://www.nexissair.co.uk/Buttons.htm'>http://www.nexissair.co.uk/Buttons.htm How do I get that into my site here: http://www.nexissair.co.uk keeping the functions of the core_nav? i.e. when not logged in the downloads and pilot area will not show up. I'm struggeling abit now and any help would be great, I can get it to work as an htm file but as soon as I try and build it into the core_nav.tpl it all goes belly up.
Last reply by Kreu, -
- 6 replies
- 2.5k views
Hello All, We are having problems with our system email notifications. A few weeks ago it was working but suddenly it has stop for some unknown reason. We use google app for our email system, do you think that could be the reason?
Last reply by Oceanica Virtual Aviation, -
- 1 reply
- 2.5k views
Issue resolved
Last reply by ProAvia, -
- 10 replies
- 2.5k views
http://www.easternvirtualairways.com/eva/index.php Ive changed the bg image of my navbar to a dark blue but the text is grey and unreadable, ive tried all i can change in the skins style.css but cant find the code that controls it!! Please point me to the code? Cheers, Dave.
Last reply by davehardy, -
- 11 replies
- 2.5k views
Hello again Nabeel. 1 quick one for you tonight. The pilot pay is not calculating right in the Expense reports. I have added up all pilot pay on site, wich is only 3 of us doing testing right now, and total pilot pay is 223.0004 Per the admin section in the over view of october report, it is stuck on $133.80. That was my pay for the first flight ever for my airline. My pay was actually like 70 something $$$ but when I went to my profile, it paid me $133.80. So what I'm saying is the expense reports viewing via Pilots profile OR Through the admin, will not go up for pilot pay. Is something up with this? I have read many other reports about pilot pay and some say to g…
Last reply by TAV1702, -
- 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, -
- 8 replies
- 2.5k views
Hello, I'm going to explain to you my problem with phpvms. Yesterday I sent phpvms' files on my ftp serveur and I went on my website to run the installer but an error occured and there was a message: "Parse error: syntax error, unexpected ',', expecting '(' in /mnt/163/sda/c/2/thomas.nouyer/phpvms/index.php on line 45" I don't understand, so if you have a solution, please give it to me. Thank you, Thomas2360
Last reply by Nabeel, -
- 8 replies
- 2.5k views
Hello all, I was just wondering if there was a way to include airmail in my centre? Like what Sim Pilot has done here?
Last reply by Scott, -
- 10 replies
- 2.5k views
Nabeel, I've had this problem since the installation of phpVMS but am just now getting around to it. This is what shows up when there is a flight on the map: Any ideas? I'm thinking it might have to do with allow_url_fopen? Here's a link to it -Josh
Last reply by completelydeck, -
- 7 replies
- 2.5k views
Hi ! First, thanks a lot for phpVms which is very interesting and user-friendly and in advance sorry for my English, I'm french. I have installed phpVms and actually, I'm using kAcars. kAcars is a great software (stable & user-friendly too). Everything is OK, but during the flight, my live map displays the flight but not the current position of the aircraft, you know, the blue icon with an airplane. There is something I have missed ? The other question (sorry if someone already ask it) : A schedule MUST be associated with ONE aircraft ? How can I do to allow my pilots to use A320 or B737 or another aircraft on the schedule AF124 (Madrid / Paris for example) ? …
Last reply by JardY, -
- 7 replies
- 2.5k 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, -
- 4 replies
- 2.5k views
Hello all, A few months ago we launched our virtual airline (www.skygreeceva.com). Lately our host (Host Papa) has been banning our IP's because of too many 'httpd' connections and has offered a solution that puts us on a dedicated server to stop this from happening. Here is their official email Your IP was blocked 4 times since 30th May. The logs have been rotated since that time. But, these were related to too many httpd connections. So your software is creating to many connections to the server at one time. You will need to adjust this or upgrade to vps if your not possible. As the vps has no limits on connections. My questions is what could possibly be causing th…
Last reply by yorgosGK, -
- 8 replies
- 2.5k views
Hi there, I phpvms_5.5.x installed because the stable version 2.1.934 does not work with PHP 5.5.8. Unfortunately, there are a few errors. Page: http://www.esvi-stoc...p/registration. Could you outsource in the future, the text so that translations are easier to make and will not be overwritten during an update?
Last reply by teufelchen, -
- 5 replies
- 2.5k views
G'day Guys, I have run into a bit of trouble with my databases, when trying to integrate a new forum. I made a backup in .sql format of the websites data, and old forums data, so i could slowly put it all back the way it was, with the new forum too. What has happened is that i removed the data from all the tables, as i couldn't install the new forum, thinking this would all be ok as i made backups of the tables, but when i went to upload it all back onto phpmyadmin, the website wont identify any of the tables information, and apparently i have lost everything. i tried the backups i have made, but none of these work either, can someone please help me resolve this issue A…
Last reply by Tylor Eddy, -
- 1 follower
- 5 replies
- 2.5k 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
- 10 replies
- 2.5k 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, -
- 18 replies
- 2.5k views
Hi I imported aircrafts into my system, and all of my aircrafts are enabled and when i go to file a peirp, there is no aircrafts in the drop down? What is casuing this?
Last reply by Kyle,