Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 10 replies
- 3.6k views
Hello Captains, I am thinking to start my new Virtual Airline and I am currently working on the site I would like to bring type rating Module in my VA where a Pilot can only fly his type rated aircraft once he joins the VA.Example If a pilot is registering into the VA he have to choose the aircraft which he wish to fly if he chooses 737 then he can only fly 737 for a one month period.After a one month period he can change to his new rating maybe into a B777 type rating and continue the same process in his VA career.Can anybody help on this. Rider320
Last reply by Tummi, -
- 6 replies
- 2k views
I dont speak english, sorry about it... i have this problem whit my data base myslq in phpvms_schedules table: There was an error adding the schedule, already exists DB error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''1)' at line 25 here the code: -- -- Estructura de tabla para la tabla `phpvms_schedules` -- CREATE TABLE IF NOT EXISTS `phpvms_schedules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` char(3) COLLATE latin1_general_ci NOT NULL DEFAULT '', `flightnum` varchar(10) COLLATE latin1_general_ci NOT NULL DEFAULT '0', `depicao` varchar(4) COLLATE latin1_general_ci…
Last reply by bsl0001, -
- 4 replies
- 1.3k views
I had been editing statsdata.class, profile_main.tpl and pilots_lists.tpl and uploaded the changed files. My web site has gone to a blank page! I undid the changes but the site is still blank?!?! All ideas welcomed
Last reply by OA01, -
- 2 replies
- 1.6k views
Hi guys, How do you add a google analytics code to phpVMS? How can I have a cookie control like this http://www.civicuk.com/cookie-law/index How can I add tags to phpVMS since I want to increase my google page rank Thanks a lot Chris
Last reply by ChrisTaylor, -
- 12 replies
- 3.1k views
When i try to input news i just get a blank page.
Last reply by GBAirlines, -
- 1 follower
- 5 replies
- 2.2k views
Wrote a script to get VA total flights current month This for StatsData.class /** * Return the number of flights current month * * @return int Total number of flights * */ public static function Totalflightscurrentmonth($airline_code='') { $key = 'total_flights_month'; if($airline_code != '') { $key .= '_'.$airline_code; } $total = CodonCache::read($key); if($total === false) { $sql = 'SELECT COUNT(*) AS `total` FROM '.TABLE_PREFIX.'pireps p WHERE month(p.submitdate) = month(now()) AND year(p.submitdate) = year(now())'; $result = DB::get_row($sql); if(!$result) { $total = 0; } else { $total = $result->total; } CodonCache::write($key, $…
Last reply by Strider, -
- 1 follower
- 1 reply
- 1k views
I have not changed anything on my website, I went to login this evening and my website is throwing out this error when loggin in and logging out. http://i.gyazo.com/9081c0b8d508608b34658d36132cedb4.png
Last reply by Vangelis, -
- 1 reply
- 1.1k views
Hi everyone, I have just migrated my site to a new host. (mysql version 5.0.77 and php versions from 5.2 to 5.6) I get the following errors and hope that someone may have an answer. LOGIN (instead of going straight to the pilot center) Warning: Cannot modify header information - headers already sent by (output started at /home/vatmegro/public_html/vms/core/local.config.php:1) in /MY SITE/vms/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/vatmegro/public_html/vms/core/local.config.php:1) in /MY SITE/vms/core/modules/Login/Login.php on line 154 LOGOUT (instead of going to home pag…
Last reply by VatmeGroup, -
- 1 reply
- 1.8k views
Hi Guys Just setup my new VA and have just done my first test flight here is the software used: Flight Sim 2004 with Updates Vox ATC FSPassangers (No Flight Data Sent to phpvms) FS Keeper (VA Setup) When I click within FSKeeper to submit report to VA I get the error "No Report ID Specified)
Last reply by Edwin, -
- 2 replies
- 1.1k views
Hello all, The day before yesterday my hosting company decided to update php and mysql to latest versions. Since then my site doesnt display correctly and they dont seem to be able to sort it out. The header page doesnt load and no proper formatting according to my skin. At the bottom of the home page I get this error Fatal error: Cannot re-assign auto-global variable _FILES in /home/vatmegro/public_html/vms/core/common/PilotData.class.php on line 436 Any ideas as to what is going wrong would be appreciated. Thanks John
Last reply by VatmeGroup, -
- 1 follower
- 6 replies
- 3.9k views
Hi, has anyone a SQL-Table of all airports of the world? When not, can anyone help me to import all airports via PHP? Thanks!
Last reply by OmerAslan, -
- 8 replies
- 1.7k views
Hi, is there an option, module or stat to show the profit of the month? So all pilots have a quick view without looking in the va finances. I want to put just the profit in the sidebar to the other statistics. At the moment I make this per hand, after every flight I had to update it manually thx
Last reply by CedGauche, -
- 2 replies
- 1.3k views
Hi Guys I have just setup my VA and added a test flight to see how it would work, everything looks great expect, when I click on my Flight Route Map, I see the EGPH to EHAM (Edinburgh to Amsterdam) and on the map it shows Edinburgh Airport in the middle of the North Sea? Anyone with any ideas on how to fix? The Co-Ordinates are correct as they're taken from the EGPH Website
Last reply by coolcatkelso, -
- 8 replies
- 3.6k views
Hello everyone, I want to show the operator logo on my VA live map but I have this problem: I used the code <img src="<?php echo SITE_URL; ?>/lib/skins/vairline/img/logos/small/<%=flight.code%>.png"> but it takes the pilot code, not the airline code, so it shows a wrong image. Is there anyway to fix it?
Last reply by Imanol, -
- 6 replies
- 1.8k views
HI, today a new Pilot of our va mailed me with a strange issue. In the overall Stats in his profile he has a flighttime of 11.06 hours. But when I check his flightimes per month in Vansers Vstats center and also in Simpilots Toppilot, he has only 9.06 hours flown. So 2 hours are missing. He joined our va just 3 days ago, so all of his flights were flown in july. thx edit When I accept a pirept, I get this message, but everything is okay. But perhaps this is also a problem? I am using php5.3. Strict Standards: Non-static method PilotData::generateSignature() should not be called statically, assuming $this from incompatible context in /var/www/web1112/html/va/admin/…
Last reply by CedGauche, -
- 2 replies
- 1.2k views
Hi there, Ive tried to install phpVMS onto my server. It all works, but ive got errors for: Static information Fatal Error: Cannot re-assign auto-global variable _FILES plus a further two warnings about the data and time settings. Any help?? Thanks
Last reply by simpilot, -
- 3 replies
- 1.5k views
Hi, I've got 3 mails from pilots that wants to fly with our va, but can't register. So I tested it by myself, after I put in all requiered fields I get a new page with message "Error Registering". Some weeks ago there were no problems, the only thing I had change was a translation of the register_mainform some months ago. In the log there is no specify register error, only this: Time: 07.22.14 17:09:32 ===== Time: 07.22.14 17:09:32 Backtrace: DB::write_debug > DB::query > include Query: SET NAMES 'UTF-8' Error: (1115) - U thx for help
Last reply by CedGauche, -
- 3 replies
- 1.9k views
Hello, I have a problem, I have a virtual airline in Brazil and use phpVMS for PIREP's. But these days, I realized that many riders it would like the page to be translated into Portuguese! I wonder how to do this translation. (Note: This text was translated with Google Translate so it may not be perfect) Someone please help!
Last reply by chilemugriento, -
- 1 reply
- 1.5k views
Are there anymore country;s and there flags available yet to add to the the ones that come with default phpvms. I have a couple of pilots from Serbia but that country not in list. There is a listing for the Former Yugoslavia but no flag.If no new ones how do I add a country and its flag image to phpvms.
Last reply by jdejansb, -
- 11 replies
- 2.8k views
Gentlemen, hi again: i wrote this code to show total passengers carried by pilot <?php $query = "SELECT SUM(load) as totalpax FROM phpvms_1pireps WHERE pilotid = '$pilotid' "; $result=DB::get_results($query); echo $result[0]->totalpax; ?></td> Dont work, Any help is welcome. Best regards.
Last reply by Strider, -
- 9 replies
- 4.4k views
Hi! I have a problem of my virtual airline. I can't remove bid in my page. I double click and I have a white page. It's very important.for me. But in the admin, I can delete the bid pilot. Thx ------------------------------------------------------ Sorry for my english, I'm French
Last reply by Karamellwuerfel, -
- 0 replies
- 1.1k views
Something strange seems to be happening when I try to post on this forum. When I use this rich HTML post editor it somehow begins "swallowing" some of the characters I type at random. I was beginning to think it was my keyboard but my text input with that am keybord seems tobe oing totally fine with othr applications. As you can see from above what I was trying to type was "but my text input with that same keyboard seems to be going totally fine with other applications"
Last reply by avp, -
- 2 replies
- 1.5k views
My old site simply stopped working, it would not allow me to reset the password, nor it would send me a new one. Even with the correct credentials it just wouldn't let me in. So after more than year hiatus and having taken the site down. I decided to start all over again. Iinstalled the latest version which seems to have changes. I wanted to import my old schedules but the format seems to have changed. Now, I have taken the time to reformatthe entire CSV file but the instructions are not very complete. In particular the export I made shows the duration file as TEXT rather than number and for a value of 1 hours it shows 60. So the questions are: Should the CSV durat…
Last reply by avp, -
- 9 replies
- 2.6k views
Hi Guys, Set up the VA today, and tested it out with kACARS, then i got this issue on the homepage. I am using the Pacific Skin. Any way i can correct this? Regards
Last reply by flyalaska, -
- 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, -
- 2 replies
- 2.1k views
Hi all, I am having a problem with adding routes to the website, I spent over 14 hours creating routes for the whole of the United States I've entered them all correctly how you are supposed to had no error messages while importing however at the end it says "The import process is complete, added 1 schedules, updated 306, for a total of 306" Its only adding one out of the 306, it has me baffled as to why it's not adding all of them to the schedules, I've attached a screenshot so you can see what I mean and this is the first go of importing the routes, has anyone else had this problem before and if so how did you fix it, any suggestions would be great. Thanks
Last reply by RVX100, -
- 0 replies
- 979 views
I have two different questions, but I don't want to post two different threads because I've already posted so many. First problem: I have just moved the PIREP form to the pilot dashboard and none of the dropdown menus work (ex when you try to select your airline, nothing comes up). I know this has something to do with me moving the form. Second problem: I want to also move the schedules to the pilot dashboard. However, it is split into many different templates, and I don't know how to move the whole thing so that pilots can search schedules. If any of you have some sort of solution to any one of these problems, please say so. Thanks in advance!
Last reply by WiltshireAirlines, -
- 1 follower
- 4 replies
- 2.7k views
I don't know why this question has never been asked, I must be missing something obvious here, but how do you import airports? You can export them but not import them.
Last reply by in2tech, -
- 0 replies
- 1.2k views
FIXED: PLEASE IGNORE THIS THREAD, I HAD BLANKSPACE BEFORE THE OPENING PHP TAG I know this question has been asked before on this forum but the solution presented there does not work for me. When I click the log in button, after filling out my email & pass correctly, I receive this error: Warning: Cannot modify header information - headers already sent by (output started at /home/vaal/public_html/core/modules/Login/Login.php:1) in /home/vaal/public_html/core/modules/Login/Login.php on line 136 I've looked up this problem and it seems that it's caused by sending output after headers are already sent (which I don't really understand what headers are), but I have no id…
Last reply by WiltshireAirlines, -
- 3 replies
- 1.4k views
Finally got my skin working again, but now I am getting this on every page of my Admin Center, it is the only that comes up in the body. It's like it is asking for both php and tpl, if you look at the first line it shows dashboard.php.tpl Notice: The template file "/homexxxxxx/public_html//admin/templates/dashboard.php.tpl" doesn't exist in /home/steve14958/public_html/core/classes/TemplateSet.class.phpon line 248
Last reply by Steve Bartlett,