Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.1k views
How can i go about getting Database information from local.config? Should i just include the whole file? Thanks, Edmund K.
Last reply by Kyle, -
- 4 replies
- 1.4k views
Hi i am doing some thing for out virtual i am create a form to search a flight in frontpage but i need to know how can i show all dep or arr airport ? below is example code i create it in frontpage but nothing show , like airport to select <div class="field col"> <label>From </label> <div class="inputText"> <tr> <td> <select class="search" name="depicao"> <option value="">All Departure Airports</option> <option value="BIKF">BIKF - Kefl…
Last reply by alyousufi, -
- 6 replies
- 2.1k views
I want the pilots last filed flight to show up under a Heading. What code do i need to get this. I'm guessing ti will be something like this? <?php echo $userinfo->lastpirep; ?><br /> Except that seems to get the Date and Time of the latest pirep filed by the pilot. Thanks in Advance.
Last reply by Parkho, -
- 4 replies
- 1.7k views
Hello guys, I am trying to get the system to display the pilot join day. How would i do it? Or what would the Php be for it? Thanks, Edmund
Last reply by edmundk, -
- 2 replies
- 1.4k views
Hello, i am building a complete welcome email which will be sent when someone's registration is getting accepted. How can i get pilot's id on my email? ex Hello John John (his first and his last name), your pilot id is GRW387. How can i get automatically the GRW387 from the database? Regards, servetas
Last reply by servetas, -
- 2 replies
- 2.8k views
Hi guys i need your help , i am trying to display pirep and pilot pending in other page then those 2 page admin/index.php/pirepadmin/viewpending admin/index.php/pilotadmin/pendingpilots for example in other page like Dashboard i think i have to make some change in PilotAdmin/pilotAdmin.php but unfortunately all the time i got error in dashboard. kind regards
Last reply by alyousufi, -
- 1 reply
- 1.3k views
Hello, Is there a way you can get rid of the default page titles in phpVMS and replace them with images? Any help much appriciated! Joe
Last reply by Parkho, -
- 4 replies
- 1.8k views
-
Last reply by Nabeel, -
- 25 replies
- 6.2k views
-
Last reply by Kyle, -
- 2 replies
- 1.5k views
Hello, just a quick question. On the pages you can make in the admin-panel, is it possible to get the userinfo for your login displayed on there? Bad explanation but hope you understand what I mean Thanks for your help!
Last reply by ln-asm, -
- 15 replies
- 3.2k views
Hi guys, more issue, today I uploaded some jps of ranks to the lib/ranks file no issue. a while later I need to go and check the site and add the ranks but all I got was a blank page. http://5starvirtualaviation.com/phpvms/'>http://5starvirtualaviation.com/phpvms/ I have checked with my host provider and there is no issues with the server and php is running ok, but I cannot get to login. We are also having an issue with a connection error with kACARS which has been happening for a couple of days now. I hope to get these sorted so we can move forward. Thanks for your support. Deano 5SA389 5SA0001 http://5starvirtualaviation.com 5 Star Virtual Avaiation CEO
Last reply by 5SA CEO, -
- 1 follower
- 26 replies
- 7.3k views
Hi, I'm sure it was asked before, but I'd like to make it in a different form. How do I display a country flag onto a departure/arrival airport? Basically, I'm getting a list of departures from the database, and listing them one by one. Inside my foreach I have: foreach($deps as $departure) { $dep_airport = OperationsData::getAirportinfo($departure->depicao); ?> <tr> <td width="10%"><?php echo $departure->depicao; ?></td> <td width="10%"><img src="<?php echo Countries::getCountryImage($dep_airport->location); ?>" /></td> <td width="60%"><?php echo …
Last reply by Jiko, -
- 2 replies
- 1.3k views
I have installed the latest beta and now on many pages I am getting Notice: Constant SITE_ROOT already defined in *****/public_html/figair/regional/core/codon.config.php on line 45 Is this just me?
Last reply by packo88, -
- 3 replies
- 1.6k views
Hi, I am trying to get a data from one of the columns in the database. Installed PHPVMS, everything went fine. I added another column to the phpvms_pilots called "Passed" for exams. It is set at 0 or 1. How can i get that data from the database? I have tried the following (pilotid=2 is just example I set it to Auth::$userinfo->pilotid which should get any pilot but same problem): $result = "SELECT phpvms_pilots.Passed FROM phpvms_pilots WHERE pilotid=2"; $info = DB::get_results($result); Shouldn't $info now hold 0 or 1? Or am I doing something wrong?
Last reply by mh1ok, -
- 2 replies
- 1.6k views
hello im getting this error msg when i try to access my website and the fivedev hosting portal login Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@billing.fivedev.net and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. any ideas why? Ohio Express CEO Justin Caughenbaugh www.flyohioexpress.c…
Last reply by Txmmy83, -
- 7 replies
- 1.9k views
i have recently installed simpilot extended PHP 5.5x version on my domain after the installation i found the below error on ocean_blue skin before posting here i checked the forums but could not found the solution for it can anyone please help me out what is the cause of the error. Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096) /home/website/public_html/Vacc/core/classes/TemplateSet.class.php on line 118 thank you
Last reply by jazz, -
- 2 replies
- 1.2k views
I just a website through Go Daddy and trying to install the phpvms/install/install.php and it keeps giving me this error: Fatal error: Class 'DB' not found in /home/xxxxxxxx/public_html/phpvms/core/common/SettingsData.class.php on line 28' xxxxx is actually something else, but not posting here On lines 27 and 28 I have this: $sql = 'SELECT * FROM ' . TABLE_PREFIX . 'settings'; $all_settings = DB::get_results($sql); Yes my data base is set up as phpvms_prefex as stated in the install instructions. Thank you, Steve Bartlett
Last reply by Steve Bartlett, -
- 3 replies
- 1.8k views
Dear All i am getting below errors after upgrading to simpilot 5.5x version any solution and advise. Checking file hashes for corrupt or mismatched files [Checksum failed] /admin/modules/Reports/Reports.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PilotRanking/PilotRanking.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Import/Import.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Dashboard/Dashboard.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/MassMailer/MassMailer.php did not match, possibly corrupt or out of date [Che…
Last reply by t_bergman, -
- 3 replies
- 1.7k views
Hello all, I'm getting this error when I try to install: Fatal error: Cannot re-assign auto-global variable _FILES in /home/flyopexx/public_html/phpvms/core/common/PilotData.class.php on line 436 I'm using X-10 Hosting (free). I am not using a beta of PHPVMS, but I have tried that. Any ideas on how to fix this error? Attached is a screenshot of the last screen I get.
Last reply by USArmyMP, -
- 2 replies
- 1.4k views
Hi guys i am getting this below error in admin panel does anyone know WHY? Warning: Illegal string offset 'schedule' in /home/airline/public_html/G2/core/common/CentralData.class.php on line 221 Thanks
Last reply by t_bergman, -
- 2 replies
- 1.4k views
I'm doing a new administration panel, and would like to get the number of pilots in the va.
Last reply by ArthurHetem, -
- 4 replies
- 2.2k views
Hey everyone, I'm trying to put phpVMS into a template I like, and when I use the code from frontpage_recentpilots.tpl to show the most recent pilots on the front page, it gives me this error: Warning: Invalid argument supplied for foreach() in /home/airtranv/public_html/lib/skins/AirTran/layout.tpl on line 223 Here is the code that I used which resulted in that error <?php foreach($pilots as $pilot) { ?> <p><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a></p> <?php …
Last reply by Kyle, -
- 0 replies
- 1.2k views
Hi, I have implemented a language selection, and I have created multiple phpVMS directories for each language e.g. under /en, /nl etc. The language selection option box posts data to a language_switcher.php which creates a cookie for the language and redirects the user to the respective language directory. I happen to be logged in across the domain. Once the script redirects me, the cookie is not getting initiated as the login boxes appear - but the session is there, as once I refresh the page or navigate to another one, I am logged in. How can I fix this issue. Would it help getting the session cookie and loading it before redirecting the user?
Last reply by HighFlyerPL185, -
- 2 replies
- 1.7k views
I feel very odd asking. I set up an account with vaCentral for our airline and now that we have our website finished, we were ready to add the script for vaCentral to track our progress. When we got the codes, we were confused for what the API key means and the local.config.php we had to paste the info too. We don't have a file named that in our host, is that something we need to add or is there another file similar??? We tried the user guide (on vaCentral) but it comes back as an error. Any help????? -- Chris H.
Last reply by UAV04, -
- 3 replies
- 2k views
Ok so i really want to use this system for my Va but my problem is i have no idea how to set it up, i need help, i herd something about a server and can i get some step to step instructions to set it up, thanks.
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.5k views
Hello, About 2 years ago I had phpVMS v2.1.935, it all stopped working with my web provider. I would like to get it all set backup again, but I don't know what I need to get started. My website provider has PHP version 5.6.36 and MySQL Version 10.1.33-MariaDB. Please, what do I need to get started? What Version of phpVMS would work for me? P.S. I'm be no means an expert programmer. I'm ok with HTML and CSS, I do not know php or java. Thank you for your time and help, FSVKenny.
Last reply by Nabeel, -
- 17 replies
- 2.5k views
Hi there, Im trying autoselecting the registration code from DB after select aircraft in a dropdown menu. But I don't know why not work. Simbrief plan set an auto registration to selected airplane. At the moment I coded this: Input name values that simbrief form get are: "type" to aircraft, "reg" to registration. <?php require_once ("/Connections/db.php"); mysqli_select_db($db, $database_db); $resultSet = "SELECT icao, registration FROM phpvms_aircraft"; ?> <select name="type" id="typo" onChange="upicao()"> <?php $resultSet = mysqli_query($db, $resultSet) or die(mysqli_error($d…
Last reply by DisposableHero, -
- 1 follower
- 1 reply
- 1.3k views
Hi all, I am just wondering if there is any way to get the ACARS map onto our front page, which is coded in HTML and how we can do this? The link is: http://www.britishvirtualairways.co.uk/ Many thanks in advance, Josh | CEO
Last reply by Parkho, -
- 2 replies
- 1.4k views
Good morning from germany, I've created a new module with a form. But how can I get the form values as a variable into the DataClass query. The module has these 3 files: TourenDataClass.php Touren.php touren.tpl queries without variables from the TourenDataClass.php are working in the touren.tpl. I'm quity new in php so I need advice
Last reply by CedGauche, -
- 6 replies
- 1.5k views
Right off the bat, I will apologize if this has been asked before. If I am wanting to allow some of my pilots to use XACARS is there a way to get it to work with VMS? We are currently looking at the possibility to use VMS and are currently testing to see if we can make the move. With out loosing to much data on the pilots. Also long with going to a Automated PIREP reporting system. Thanks, Jon Leach Chief of Staff, USAVAF www.usavaf.com
Last reply by TAV1702,