Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 47 replies
- 11k views
I've been running phpvms for about 2 years now for Buffalo Airways Virtual, last week our account was suspended as we were using over 25% of the RAM on the whole server! The web host said that there may be too many querys going to the database, the database for phpvms is over 170mb! What would I have to do to disable some querys? Would compressing and re-indexing the database make us use less of the server? If yes, do you know how I can do this? This is the first time we have used over our 5% allocated RAM space in 2 years. Really hope you can help me with this, I've looked high and low for answers and having no luck, I really want to get the website back up and runni…
Last reply by mark1million, -
- 3 replies
- 1.7k views
Hello, I'm planning on starting a virtual airport, covering all routes, airlines, fleets etc from that one airport. Would phpVMS be suitable for this? Thanks.
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Hello friends, I have a problem on the result of fuel, the error code.. My line 140 is : My Script Line 140 is: My Result.tpl Please help-me. Thank you.
Last reply by Fernando, -
- 3 replies
- 1.1k views
I have a problem with my date data.. see the image.. can i change that? now is it: Fri/mar/2012.. I would like it to be so: 09-mar-2012 ? see the image.. Greets michael Kraan ScreenShot006.bmp
Last reply by michael Kraan, -
- 3 replies
- 1.4k views
Hello, Is there any module that prohibits pilots from flying all routes except the flights that are from the airport where their previous flight ended? Greets, Martijn
Last reply by Parkho, -
- 1 reply
- 1.4k views
Do you guys use google chrome and whenever you go editing a news with many formatting, then your chrome gets frozed up. That doesn't happen to firefox as well. I'm thinking the text editor doesn't like Google Chrome?
Last reply by 5SA CEO, -
- 9 replies
- 5.9k views
Hello guys, is it posible to make a phpscript, where other pilots can download an ivao flightplan (.fpl) file of their flights? I made an example: [FLIGHTPLAN] ID=<?php echo $schedule->code.$schedule->flightnum; ?> RULES=I DEPICAO=<?php echo "{$schedule->depicao}"; ?> DEPTIME=<?php echo "{$schedule->deptime}"; ?> LEVELTYPE=F LEVEL=<?php echo "{$schedule->flightlevel}"; ?> ROUTE=<?php echo "{$schedule->route}"; ?> DESTICAO=<?php echo "{$schedule->arricao}"; ?> EET=<?php echo "{$schedule->flighttime}"; ?> Does somebody knows, if it works? Kind regards Chris
Last reply by elferen1, -
I'm using phpVMS version 2.1.934 but in Financial Reports I can't view Pilot Payments. Why? I have the default code for this. Please help me Thanks
Last reply by KaliKeira, -
Hello everybody. I have a little problem. I changed the latitude and longtitude in the local.config of the map,but th map map always shows the same place. I would like to center it for frankfurt(germany),but it still shows the united states. Regards
Last reply by damien82, -
- 8 replies
- 3k views
How do I go about deleting aircraft from my fleet? It seems that I can only edit, but they still show up in the aircraft selection menu on the schedule search, even if I disable them. I would rather delete them period. Thank you,
Last reply by MBrown, -
- 23 replies
- 4.9k views
Hi all , i want to install phpvms on my website, so when i want install it by my internet browser at this adress "www.x-treme214.net/install/install.php" ,it send me this error "Parse error: syntax error, unexpected '.', expecting '(' in /homez.367/xtreme/www/install.php on line 50" ; and when i add the extensions .php5 , this work so i have a lot of erros after. Can you help me please . thanks a lot
Last reply by vactos, -
- 1 follower
- 8 replies
- 3k views
Hello, Is there a way to change the maps from Google to Bing Maps? I've been searching in the 'acarsmap.tpl'. The only interesting thing that I think I should change is: var acars_map_defaults = { autozoom: true, zoom: 4, center: new google.maps.LatLng("<?php echo Config::Get('MAP_CENTER_LAT'); ?>", "<?php echo Config::Get('MAP_CENTER_LNG'); ?>"), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 10000 }; Thanks in advantage, Martijn
Last reply by druptown, -
- 14 replies
- 4.1k views
When adding airports, phpvms stalls. Is this due to the attack on the server? Also attachments have disappeared from posts on the forums, is this also due to the attack? Should I ask the devs to reupload their files or will the backup take care of it?
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Hey, I need some help here dealing with multiple parameters code. I have 6 retired status, but I want to look for pilots who has a status of 2 and 4 together I tried the following but not a success $params = array('retired' => 2,4); $params = array('retired' => 2 AND 4); Hopefully someone can help me to achieve that. Cheers!
Last reply by Kyle, -
In my Admin section, under Reports & Expenses, Overview. The data displayed, over what time period is this based? Second, when we compute our income and expenses, we use 80 cents per mile per seat for income (or 3 cents per pound/mi for cargo flights), fuel at $1.50/kg and operating expenses at 15%. My question is, is there a standard we are supposed to be following? Thanks!
Last reply by reed0427, -
- 3 replies
- 1.6k views
Two questions: First, the fuel is being calculated at $5.1 per kg on all our pireps. Is this because of the ongoing issues? Seems like it should be $1.5 for a more accurate price (at 3 kg per gallon that would be $4.50/gal). Either that or it's reporting $5.1 per gallon instead of kg. Second, when you edit the pirep there is a block for expenses (Additional expenses for this flight (catering, cleaning, etc). Where do I enter this data for each aircraft type so it is automatically calculated? Thanks!
Last reply by Parkho, -
- 4 replies
- 1.6k views
whats the TPL/HTML file i have to use to customise the pilot center?
Last reply by Jeff, -
- 12 replies
- 3.5k views
I have several pilots coming over from a VA that is closing down. I am wanting their ranks to count towards their transferred hours. It is now working. Any ideas? Below is how I have it in the config file. # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); On the link below you will see the transferred hours, but shows as a new pilot on his rank. http://www.flyaka.com/index.php/profile/view/427
Last reply by Kyle, -
- 2 replies
- 1.3k views
I've been playing around with this for a while: <?php $mystring = ACARSData::GetACARSData($aircraft->registration); if( strpos( $mystring, '$aircraft->registration' ) !== true ) { echo '<div style="border-radius:50px; height:10px; width:10px; background-color:green;">'; } else { echo '<div style="border-radius:50px; height:10px; width:10px; background-color:#cccccc;">'; } ?> I want it to display the green dot if it's flying and grey if not. Simples. But how?
Last reply by Kyle, -
- 2 replies
- 4.1k views
Happy Friday, everyone. I've been pondering ways to decrease the inefficiencies during normal operations at my VA and one of the things I've become determined to engineer is a connection between my WordPress blog and the phpVMS news feature. I'm currently using my blog for all news-related announcements, ranging from press releases to NOTAMs, and I'm using the phpVMS news feature strictly for NOTAMs. In the pilot center, the "News" section appears as a "Dispatch Center" relaying various information from across my entire site, once of them being NOTAMs. These NOTAMs appear as a link, but upon a user selecting a NOTAM, they are directed to the blog where the NOTAM is publi…
Last reply by Nabeel, -
- 1 reply
- 1.4k views
I know what the error is and why im getting it but haven't a clue on how to solve it
Last reply by simpilot, -
- 8 replies
- 2.9k views
The live map on my site seems to always refresh every minute, but I'd like it to refresh every 30 seconds if possible. I've looked at the acarsmap.tpl and that still shows a default setting of 10000 (i.e.10 seconds), and the refreshTime in acarsmap.js is 6000. Changing either of the values appears to have no effect on the map refresh, which remains stubborn at a 1 minute interval. Any assistance to point out where I'm going wrong would be very much appreciated.
Last reply by Jeff, -
- 2 replies
- 1.7k views
login in with my website Error code... Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/modules/Login/Login.php on line 156 Log out of my website error code Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/modules/Logo…
Last reply by SAV_Brian_CEO, -
- 8 replies
- 3.3k views
One of our pilots had this happen and I'm at a loss as to why. Anyone else seen this issue before? When he goes to bid on a flight, the "Add to bid" lettering is in purple. When he clicks on it the response is "No Route Passed". I've never had this issue but for him it is a recurring problem. David Reed / HAG
Last reply by Parkho, -
- 2 replies
- 1.8k views
Hi, how can i modify the last flight data in the admin cp? Now i can't modify it, i need to change anything in the admin files? Thnx!
Last reply by Blu-Express VA, -
Menu problem
by Jeff- 1 reply
- 1k views
I am trying to use a megamenu for my website, and I can't get it to function properly. It looks the way it should outside phpVMS, but once I place it on my website, it never looks how it should (especially in IE). If one of the persons named above can PM me I will give you the file and see if you can figure out what is wrong with it.
Last reply by Jeff, -
- 0 replies
- 746 views
Hi Nabeel, Since 2 february, flight numbers starting with WTA, are not uploaded to the vaCentral site. http://www.vacentral.net/airline/wta_wtair http://www.wtair.net/index.php/ So, when I got a flightnumber in FSFK, in example LA02, it will upload to vaCentral, but the bid on my website is not regonized. When I got a flightnumber in FSFK like WTALA02, then the bid is recognized and deleted, but the flight is not uploaded to vaCentral. Itried already to get some normal flightnumber like WTA3103, but no results. How come and what to do? BTW. This problem occured already before my update to the latest Beta version, and problems in This post. Best Regards, Wessel H…
Last reply by WT Air, -
- 2 replies
- 14.5k views
Hi Nabeel, Today I did an update to the latest beta, cause I really would like to have the Twitter connection. I did the update as described and had no errors, but after a test flight I was unable to file my PIREP with FSFK. The files had been uploaded to the folder and Flight keeper Said the the flight was send succesfully, but It came with the webpage saying: "Schedule does not exist. Please update this manually." Also the email of a PIREP had been send, was in my inbox too. Ok, I thought maybe something wrong between the Beta and FSFK, so I tried to connect with kACARS v. 1.0.1.1, but then after trying to connect, I got the error: "kACARS_Free can not continue, Co…
Last reply by WT Air, -
- 1 reply
- 1.1k views
I was looking in the post Gabriel Fernandez, and I really liked the model of your VA Signatures, as the data below. Pilots ON-LINE Name of Pilot Total Hours altitude Speedy Departure e Arrival Status of the Flight / (Subindo) = Climb Pilots Off-line Name of Pilot Total Hours Status = Off-line Anyone know how to do something, very good work of Gabriel, if he can help us appreciate.
Last reply by freshJet, -
- 1 reply
- 1.3k views
Problems with cookies Where do I adjust the Cookie path. I have a weird log in and log out issues that keeps pointing to cookies.
Last reply by MPE001,