Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 11 replies
- 6.2k views
Hello all, I am in need of some help here. When I first set this site up everything including the maps showed up. I did a test flight and submitted pirep(not sure if this is the cause). However since modifying my site I am not showing the following maps: Pilots/Pilot ID/Pireps/ Route Map Profile Center/View Map of all my Flights View Flight Schedules/View Details I am sure these are all linked to same file/code and I am sure I may have left one or two out. These did work before. I have done some modifications to files but don't think I modified any of these files that show that map. I have ran the checkinstall.php and here are the results from that: phpVMS V…
Last reply by 825orion, -
- 8 replies
- 6.2k views
Hello there, I am facing a slightly irritating issue. I have started designing a CSS for my airline, however the registration page shows the below error. It is only displayed on the registration page and nowhere else, I've checked the TemplateSet.class.php file and there seems to be no mistake on line 96, and any other lines at all. I also found that it is displayed not only on my theme, but also on the default one (crystal) and I found that a user can actually register. On the confirmation page, the error disappears. Any ideas? I would appreciate any help/tips as I'm utterly confused. Here's the code Warning: file_exists() [function.file-exists]: File name is longer th…
Last reply by jpsiom, -
- 22 replies
- 6.2k views
This one is getting pretty difficult for me to understand. I am wanting to have a table to show on my site that displays the airline logo instead of the airline name in it. I have the airline logos named as the 2 digit IATA code the same way my airlines are named as well (ex: Southwest= WN, Delta= DL)and they are all .gif images. Is there an easy way to pull this off?
Last reply by ARV187, -
- 10 replies
- 6.2k views
Hi guys probably a really simple one, but I've just tested FSacars, and it's been perfect up until sending the log, when I get a database error. Is this a permissions problem somewhere, or is there more to it? This is on version 700. I've also made sure fsacars_debug is true, but I'm not getting a log file in the ACARS directory, even when the internet guest user has full rights. Thanks
Last reply by mw308, -
- 25 replies
- 6.2k views
-
Last reply by Kyle, -
- 28 replies
- 6.2k views
Hey Nabeel, I am wondering if there is any way at all in to making the system allow us to give sign on bonuses. For example, register now and file a pirep that is verifyable by use of an acars type script and recieve a 5k sign on bonus on pirep acceptance. I have done this already, but when you optimize the database and recalculate stuff, it takes the cash away from the pilot and puts everything back in order. I know that is how it is supposed to work and that is great. I was just curious if there was a way around it for that one very reason or similar. Oh and I almost forgot. Since I updated to 943, I can not edit pilot info such as transfer hours or cash or anything…
Last reply by Jeff, -
Fatal Error
by AlexS- 1 follower
- 12 replies
- 6.2k views
Hey Guys, I just recently got this problem that I know a lot of people have had before. Their is only one thing that stops me from fixing it....I can't save my files. Let's say I edit the files, the save button doesn't do anything. It's basically like it is disabled. Therefore I cannot fix the code and I have no clue what to do. Help would be much appreciated! Fatal error: Cannot re-assign auto-global variable _FILES in /home/airtran/airtranvirtual.net/public_html/core/common/PilotDataClass.php on line 436
Last reply by alblua, -
- 9 replies
- 6.1k 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, -
- 1 follower
- 26 replies
- 6.1k views
Afternoon chaps, I have a small question, we recently switched to phpVMS with our small virtual airline, everything is working great and we are on: Version 5.5.2.72 simpilot/php7.2 Confirmation Sent Thanks for registering for Open Air Virtual, you will be notified via email of your registration status. Fatal error: Uncaught Error: Class 'SMTP' not found in /var/www/html/core/lib/phpmailer/class.phpmailer.php:1736 Stack trace: #0 /var/www/html/core/lib/phpmailer/class.phpmailer.php(1861): PHPMailer->getSMTPInstance() #1 /var/www/html/core/lib/phpmailer/class.phpmailer.php(1774): PHPMailer->smtpConnect(Array) #2 /var/www…
Last reply by William, -
- 3 replies
- 6.1k views
Hello everyone, how to make that conclusion was by a single field, rather than all at once each? core/templates/profile_edit.tpl <?php if($customfields) { foreach($customfields as $field) { echo '<dt>'.$field->title.'</dt> <dd>'; if($field->type == 'dropdown') { $field_values = SettingsData::GetField($field->fieldid); $values = explode(',', $field_values->value); echo "<select name=\"{$field->fieldname}\">"; if(is_array($values)) { foreach($values as $val) { $val = trim($val); if($val == $field->value) $sel = " selected "; else $sel = ''; e…
Last reply by KDTeam, -
- 9 replies
- 6.1k views
If I were to add another field in the .csv to import to my site, what are the steps to have it recognize the new field when I try to import it? The field I want to add is Services which will include the type of services offered for the particular flight (meals, refreshments, snacks, etc.).
Last reply by AlexEtz, -
- 18 replies
- 6.1k views
Hi I have a problem with the area of "live map" for when the pilots are flying displays the pictures of the planes to their destinations, but the information that appears below each driver where they go is not working, and just leave this for information each pilot Pilot Flight Number Departure Arrival Status Altitude Speed Distance/Time Remain flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / fligh…
Last reply by El Macara, -
- 22 replies
- 6k views
Hi folks, question, is there any code available to get the statistics of the month? I mean it should show top 3 pilots by flights, flighthours, and miles. Every single month it should create a new table for this three stats, above the last one. Could you help me?
Last reply by simpilot, -
- 3 replies
- 6k views
Trying to get my site to work with php7. No major issues. The recaptcha is giving me some issues. Error on Registration page and Contact page. Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ReCaptcha has a deprecated constructor in /home/flyakane/public_html/phpvms5/core/lib/recaptcha/recaptchalib.php on line 42 Line 42 is a blank space. Everything around that line is the copyright information. Any ideas how to fix this? I am running phpVMS 5.5.2
Last reply by yannis, -
- 1 follower
- 27 replies
- 6k views
hello there guys and gals i'm using the lance skin and i'm having an issue where the schedules page when you search is duplicating the header and footer i have inclueded a picture of what is happening https://va.atlasgaming.group thats the link to the website i have scoured throw tpl and php files and i just cant pick out whats gone wrong also one quick question i would like the ability for my pilots to add routes to the airline like admins can through the admin center i was thinking maybe i could just create a page and have it render the object used by the admin center to add a schedule but i'm not entirely sure how this would work any help is greatly apprecia…
Last reply by flyalaska, -
- 2 replies
- 6k views
I apologize if this has been asked before. I need to change the pilot numbers of a few pilots, how do I modify them?
Last reply by Nabeel, -
- 13 replies
- 6k views
Hey guys, I was wondering if anyone knows of a way that I can basically grab information from one of the VATSIM Data servers, and pull my pilots info out of it and match it with a pirep to add .5 more hours per flight that the pilot does on VATSIM. This is just a thought that I was thinking could be possible in the future at my VA.
Last reply by Nabeel, -
Hello, I have a big Problem, i would like to Send a PIREP manualy, follow Error Message will be gernatet: Error There was an error adding your PIREP : Schedule does not exist. Please update this manually. On my Local XAMPP this all works. I habe tried 3 "Webserver" and same Problem! Do you have a Soultion?
Last reply by elfrost, -
- 21 replies
- 6k views
Hi, I have a VA site that I host and currently it is getting "500 Internal Server Error". Not sure why, any ideas would help a lot. Thanks Nick
Last reply by Strider, -
- 5 replies
- 5.9k views
I have set this flight types in core/app.config.php Config::Set( 'FLIGHT_TYPES', array( 'P'=>'Passenger', 'C'=>'Cargo', 'H'=>'Charter', 'M'=>'Military' ) In the admin center - airline operations - add schedule, the dropdown list show correctly the Military flight type and is recorded on the schedule. When i bid this military flight and send the pirep with kACARS it is registered on the phpvms_pireps table as a 'P' flight. How can i solve this problem ? What is the program that receive the data from the bid and then write on the pireps table ? TNX - Gianni
Last reply by CVV001, -
- 1 follower
- 14 replies
- 5.9k views
Hi guys, I'm trying to add the Pireps list to the profile_main.tpl so that a pilot can view his PIREPS and see if they are pending or Approved etc, I've been trying for the past 4 hours to do this and I keep getting errors, any chance someone could help me out please, and if at all possible throw the code my way As always any help appreciated Colin
Last reply by Colin, -
- 20 replies
- 5.9k views
When i approved a new pirep i get this error also on the signature, i can't see the rank. gives me the same error Can you help me about this? Warning: imagecreatefromstring(): Empty string or invalid image in /home/pilotomeraslan/public_html/a/core/common/PilotData.class.php on line 1016
Last reply by OA01, -
- 13 replies
- 5.8k views
Hello , I don't speak English, but am then French sorry for" no perfect translation ". There is a bugg in the stake has day 928: all plans of flights in the page shedulle disappeared, it is also impossible to import the plans of flights. This in the part "admin " Some pilot centers in the part, it is impossible to be able to choose his/her/its plan of flight, because the also the plans of flights are not displayed more. I have verify, the basis of PHP data contains all plans of flights well, and it is therefore about an important problem, bus if the reading of the plans of flights became impossible and it is also noted that the management of the plans of the fligh…
Last reply by Nabeel, -
- 17 replies
- 5.8k views
Hi, Recently started work on a new VA ..... Came across your site and it seems you guys may have saved me a lot of time A few questions first, I have registered and successfully integrated php VMS in the back end and have a VA registered with you guys. To use XAcars, do I need to install the data they have on their website (I am aware for pilots we must put in the details on the application) but am I right to assume that now php VMS is installed, I don't need to do anything else server side for XAcars to work with our site. Secondly, I am using Joomla for the web interface, is it as straightforward as it seems to create a new skin whilst working with Joomla, I am su…
Last reply by John, -
- 16 replies
- 5.8k views
A few days ago, I started customizing the bid layout, but I have a question. How can I map the route? (With the starting and ending point the same as the report layout).And if possible I wanted to put a gif of an airplane around the line from the start and finish point. Sorry if I said something wrong because I'm using google translator. Thanks, Carlos
Last reply by CarlosEduardo2409, -
- 17 replies
- 5.8k views
Hello, I'm wondering if there is some code I can use to get the percentage the pilot has completed towards there next rank? Thanks
Last reply by in2tech, -
- 12 replies
- 5.8k views
HOW DO I CHANGE A PILOT'S RANK? YIANNI
Last reply by servetas, -
- 10 replies
- 5.8k views
Hi All, I am also having trouble with airports not being add when importing new routes. Also when you try to add them manual if you enter the Airport ICAO Code then press Look Up the form displays Fetching airport data... and stops no data ever displays. I have cleared the cache. Any help please. Also can anyone tell me what database and where it uses to look this info up from? Thank you. David
Last reply by servetas, -
- 14 replies
- 5.8k views
I did a couple searches for this, and didn't find anything - I apologize in advance if this has already been answered and thank you in advance for pointing me to the solution - I would like to manual rank my VA. I have set the auto ranking to false in my app_config file. However I am still not able to see how to change the ranking of a pilot. For example, I have three rankings established but my pilot profile is fixed on the default new-hire. How I can I switch the ranking of a pilot? Thanks for your time and help. R, Bill
Last reply by Jeff, -
- 21 replies
- 5.8k views
Hi, is there anyway to show on my Fleet page if an aircraft is enabled? my knowledge of coding is poor, so would not know where to start. I see in the DB, that there is a '1' against aircaft that are enabled. So, in my FLEET page, is there a code i can enter which would look at the DB, and if it finds a '1' shows the words 'AVAILABLE', and if it finds a '0' it shows the words 'UNDER MAINTENANCE- UNAVAILABLE' thanks in advance Iknow a maintenance script has been requested but this surely is an easy way of doing it.
Last reply by Industrialshadow,