Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 0 replies
- 1.2k views
When going to the Live Map view the pilot information is not showing up correctly! It is displaying flightpilotid flightpilotname etc....instead of the real pilots info. Is this a Chmod problem? Any help appreciated! Thanks for your help! Test Site URL: http://southernbelle...index.php/acars
Last reply by in2tech, -
- 0 replies
- 801 views
Sorry removed it was nothing a CTRL + F5 Couldnt solve Jacob www.flyaero.co.uk
Last reply by avdesigns, -
- 1 reply
- 1.4k views
I have had a problem today with this message: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/webxxx/html/index.php:1) in /var/www/webxxx/html/core/codon.config.php on line 40 The line looks like this: session_start(); The message is exactly the header, to what it is, or what should I do, that this message goes away
Last reply by Rickisani, -
- 5 replies
- 1.9k views
Hey all, Yes, I am a newbie and I just installed the phpVMS and I love it so far, all thought still learning about how to use it and tweak it for fit my needs. I have no to very limited coding (php, html, css) experience. Few issues to bring to your attention: 1. I have a problem adding Long Beach airport KLGB, I cannot add it. I was able to successfully add other major airports like KSLC, KLAX, KSFO, even smaller ones like KBIL, KONT, KOAK, but somehow it won't recognize and add the Long Beach KLGB airport. I also have many more airports to add in time, so I wonder will that be a problem with other airports too? Do I need to manually update some database? Is it a …
Last reply by Parkho, -
- 1 reply
- 1.2k views
Hello! Is there a way to make it so when a user click Decline to accept cookies, Google Analytics is disabled for that user? Jacob
Last reply by bolli, -
- 6 replies
- 3.6k views
Hey guys, When adding a new airport, i use the look up function to search for the airport name and location. At this moment it does not seem to work. Do you guys have problems with this? Thanks in advance, Lucas
Last reply by Kyle, -
- 6 replies
- 2.2k views
I have 297 Pireps waiting for export to VA Central, but when I try to manually send them I get "No response from API Server". Is VA Central down again?
Last reply by piuozorio, -
- 0 replies
- 1.2k views
Hi guys, Last question for now :-) Is there a code available to show the latest 10 flight schedules added on the website? What i mean is the admin created a few new schedules that pilots can fly. The admin wants those added flights to be shown on the website for pilots to see. Is there a solution for this available? Regards Lucas
Last reply by MrAmsterdam, -
- 11 replies
- 6.3k views
Hi guys, Do you know if there is an alternative to the great circle mapper by Karl Swartz? I see that some of my pilots like to fly off shore and the GCM doesnt know these airports. Also when flying on Kai Tak, GCM does not recognize it and the map is gone. Does google have anything similar? or is there another solution? thanks for the help guys Lucas
Last reply by MrAmsterdam, -
- 1 reply
- 1.9k views
Hi, i use PHPVMS v2.1.934-157-g7ca06a When i export my schedules add schedules (or correct some) and then import them, there is an Error Message: Warning: unlink(C:\wamp\www\phpvms\core\cacheschedules.csv) [function.unlink]: Permission denied in C:\wamp\www\phpvms\admin\modules\Import\Import.php on line 357 My import.php is: <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercia…
Last reply by Fernando, -
- 1 reply
- 1.1k views
$flights = ACARSData::GetACARSData(); $acars = count(ACARSData::GetACARSData()); $pilots = PilotData::getAllPilots(); if($acars > 0) { foreach($pilots as $pilot) { $pilotid = $pilot->pilotid; foreach($flights as $flight) { $pilotflight = $flight->pilotid; if($pilotflight == $pilotid){$status = 1;} else {$status = 0;} } } } else { } It only returns the last pilot. Ex. XXX001 XXX002 XXX003 are all flying, only returns 003 as flying. Anyone?
Last reply by SouthwestVA, -
- 0 replies
- 919 views
Hey Guys, I seem to be having a problem with the email settings. When I go to send out a mass email or email a particular group of pilots it says it sends but never goes through to the sender. Is this a problem with the database or local config settings? Also If I have a domain email can this be setup so that phpvms uses that to send the emails to pilots? Thanks Callum Strawbridge Cobham Virtual Founder www.cobhamvirtual.com
Last reply by strawbs, -
- 0 replies
- 2k views
Hi there! When I try to manually enter a PIREP, I fill all the fields in /index.php/pireps/filepirep and when I hit "Submit" I'm redirected to /index.php/pireps/mine (which is right) but I get this error message: "This PIREP is not yours!" It works flawlesly with kACARS but not manually, please help!
Last reply by vazquezjm, -
- 0 replies
- 1.2k views
I've been working to try and get an updated airport list into a new install of phpvms, and when I upload the SQL provided here in another thread, the airports are updated but 0 are show in the Admin panel. Is there a way to fix this? Thanks [sOLVED] = even with a paid host, exceeded the php memory limit D:
Last reply by Dallas, -
- 4 replies
- 2.1k views
Hey everyone, I just uploaded phpVMS onto my server, granted all permissions, set up the database. When I want to enter the install/directory, it gives me this error: I am using paid hosting, uploaded the files via Dreamweaver and FileZille to check but still get the error. Can someone help me please? On a second thought, I am missing the local.config file? Thanks in advance and have a great day! Pierre
Last reply by CitationCJ, -
- 9 replies
- 3k views
How to create an automatic award system, for example the pilot reaches certain times he wins a prize, or some flights he wins a prize?
Last reply by mischka, -
- 1 reply
- 1.4k views
Hi all, I get an error when downloading the fspax config file: WarningWarning: Cannot modify header information - headers already sent by (output started at /home/ukxpress/public_html/www.emiratesva.co.uk/core/modules/Profile/Profile.php:2) in /home/ukxpress/public_html/www.emiratesva.co.uk/core/classes/Util.class.php on line 58 Warning: Cannot modify header information - headers already sent by (output started at /home/ukxpress/public_html/www.emiratesva.co.uk/core/modules/Profile/Profile.php:2) in /home/ukxpress/public_html/www.emiratesva.co.uk/core/classes/Util.class.php on line 59 Warning: Cannot modify header information - headers already sent by (output starte…
Last reply by Kyle, -
- 2 replies
- 3k views
Hello all, I'd like to Auto Accept PIREPs. Now I can auto accept PIREPs, but other informations are not change. Maybe you will say that can make a fake PIREP. That's not problem. I think add a cron job will solve this problem... This php files is located in "core" But it didn't make any changes, even it can't accept PIREPs. I'm not good at PHP... so i need your help Is there anybody tried to auto accept PIREPs?
Last reply by Bokjan, -
- 6 replies
- 2.3k views
This has annoyed me for a while and I searched about that error and no solutions yet... When I fill out my details, and the I click on submit and I got a Internal Server Error. Here what's I'm getting in the error log... Premature end of script headers: index.php Does any one have ideas why this is causing? Thanks!
Last reply by Kyle, -
- 11 replies
- 3.6k views
I have uploaded files on to windows server and it comes up with: PHP Version (5 required) OK! (your version:5.3.6) Site Configuration File core/local.config.php is not writeable Directories and Files: core/cache is writeable! core/logs is writeable! core/pages is writeable! lib/avatars is writeable! lib/rss is writeable! lib/signatures is writeable! When i upload my files on a Linux Server it comes up with many ERRORS and doesn't get this^^^^^^ far. For the Love of Jet fuel what is going on or should i say not going on. I have ran through a half a bottle of Asprin trying to get t…
Last reply by Sylvester, -
- 0 replies
- 932 views
Some pilot data information that is selected with a drop-down menu automatically resets to a default value whenever I click on 'Edit Pilot'. For example, I manually set ranks but if I edit a Captain it automatically changes the pilot's rank field to 'new hire'. I also have a cutom field for 'Real World Pilot' but regardless of the selected value it resets to the first option when I go to the edit pilot page. Some fields such as pilot's hub do not have this error.
Last reply by Jetwave, -
- 6 replies
- 1.7k views
-
Last reply by stuartpb, -
- 7 replies
- 2.5k views
Hello, I just made a new install of phpvms, it is not my first as i have installed it in the past ( older versions ), this time however i have a broken access panel and this notice when accessing tha admin panel after the successful install: Notice: The template file "/home/semgeb/domains/myflyva.eu/public_html//admin/lib/layout/header.php" doesn't exist in /home/semgeb/domains/myflyva.eu/public_html/core/classes/TemplateSet.class.php on line 231 Notice: The template file "/home/semgeb/domains/myflyva.eu/public_html//admin/lib/layout/footer.php" doesn't exist in /home/semgeb/domains/myflyva.eu/public_html/core/classes/TemplateSet.class.php on line 231 Now I can se…
Last reply by SouthwestVA, -
- 8 replies
- 2.2k views
I hope everyone is doing well but can i get some assistance with the install because i am getting errors...It software asked for me to CHMOD the folders and so i did and they were fine, it also said to CHMOD the Local.config.php but it wasn't a folder but a file that cold not give permission to. so i added in all the info for the database and and when i clicked next it gave this ERROR. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>php_network_getaddresses: getaddrinfo failed: No such host is known. (2002)</b></font>]<br />[<font color=000000>&l…
Last reply by stuartpb, -
- 2 replies
- 1.6k views
Hello all, I am back and getting my VA back up and running after many months of being absent due to personal reasons. However I had a flight board on my original site that used the images attached to this post and I Cannot for the life of me remember which Flight Board it was that I was using it with. Hopefully someone here will be able to assist me with my trouble. I have searched the forums for the flight board and cannot come up with the one. These are only a couple of the images. Thank you for your time and help in advance.
Last reply by ATAvCEO, -
- 2 replies
- 1.2k views
I updated and forgot to backup, so reverted back, now my pilots list is seperated by hub, and the skin is not over ridding the core>templates one, even if I upload the edited pilots_list.tpl to the core>templates folder and overwrite the one there, it still doesn't work. I want to show the roster as a whole, not in seperated hubs, and also to hid any inactive pilots from the list. http://malaysiava.or...dex.php/pilots I dont want it like that. I need some help.
Last reply by Strider, -
- 4 replies
- 1.1k views
I'm trying to import routes, and is appearing The following error all lines Check my file. azulv.com/template2.csv Please help me
Last reply by Fernando, -
- 10 replies
- 2.5k views
Hello I keep getting this error on my site I think that it's from phpVMS PHP Error Message Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Lost connection to MySQL server at 'reading initial communication packet', system error: 111 (2013)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in/home/a5887766/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 Free Web Hosting http://dominicanair.tk/ that is my site's website …
Last reply by Tom, -
- 2 replies
- 2.4k views
I want to add "Airlines" into the aircraft form,and I could enter airlines for the aircraft when aircrafts are added/edited So I have edited admin/templates/ops_aircraftform.tpl , admin/modules/Operations/Operations.php and core/common/Operationsdata.class.php,I also insert a new field in the database,and the new field display on the form successfully,but it's still write "1" into database I added follow codes in the ops_aircraftform.tpl <dt>* Airlines</dt> <dd><input name="whos" type="text" value="<?php echo $aircraft->airlines; ?>" /></dd> here is the codes I added in the Operations.php $data = array( 'airlines'=>$…
Last reply by a786013819, -
- 1 reply
- 918 views
I am thinking of moving to a new host is there anyway that I keep all of my current pilots and my website how it is ?
Last reply by Kyle,