Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 2 replies
- 1.5k 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, -
- 3 replies
- 1.3k views
Hi, I've noticed that when vaCentral page is slow, my va homepage is also very slow and I am not able to get intro the admin panel. Also this phpvms forum seems to be very slow. Some pilots also mailed my, that they get connection errors inside kacars. I've checked the logs and contacted my hoster, they have no issus with their server. Is this a general problem? edit. I get bad gateway now in this forum
Last reply by CedGauche, -
- 13 replies
- 2.1k views
http://etihadvirtual.co.uk/index.php/pages/etihadcodeshares how would i code that to go under neathe my pilot center
Last reply by Tom, -
- 6 replies
- 2.2k views
Hello everyone, I have added a custom field and I want to show it in profile_main.tpl, What is it that I can put to it is shown, This is the table that will do custom field <td align="left"><strong>Aircraft:</strong></td> <td align="left">here, i want to what has been entered in the custom field</td>
Last reply by tkfeeny, -
- 2 replies
- 1.3k views
Hello, I am having an issue with aircraft stats on the Admin Panel. I shows that most of the aircraft have 838:59:59 hours and it does not increase. Is there any way to solve it? I cleared cache, reset hours and it did work. Thank you!
Last reply by Imanol, -
- 4 replies
- 1.9k views
OK i have PHPVMS installed on m,y server and now i have it working great and everything trying to add a ferw extra modules etc and keep getting this message The template file "/home/*****/public_html/2014//admin/templates/events/events_index.tpl" doesn't exist in /home/*****/public_html/2014/core/classes/TemplateSet.class.php on line 248 does this with both the events and the plugins same message and in the top left corner rather than show the extra menus it shows events/sidebar_events.php above the options tab Everything has been installed once twice and even had two clean install any ideas and the ***** are there to vblock my real addy for now
Last reply by simpilot, -
- 1 reply
- 1.5k views
I need to know how I could have on passenger flights, cargo transport
Last reply by chilemugriento, -
- 1 reply
- 1.1k views
Someone can share his database of aircraft? I dont not know if this can be done, but the truth is a lot of work and i hav not time, i work a lot of hours, and I wonder if you can share the DB. thank you.
Last reply by ChrisTaylor, -
- 2 replies
- 1.8k views
I am trying to install PHPvms onto my test server which has Xampp and mysql installed already and I have followed the directions from the pdf for dummies and I am still getting an error trying to install Fatal error: Class 'DB' not found in C:\xampp\htdocs\core\common\Settings Data.class.php on line 28
Last reply by ChrisTaylor, -
- 0 replies
- 1k views
Hello, all flights disappear from our live map, when the origin and destination is the same. I think the problem is caused by the progress bar, cause this error starts when we added it. Is there a way to edit the code from the progress bar to fix this error? This is a code snippet from acarsmap.tpl Thx
Last reply by CedGauche, -
- 1 reply
- 902 views
Can not send emails from within phpVMS!! I have all the relevant sections configured correctly with SMTP, username, passwords etc, the email works fine through a normal email client (send/receive) but phpvms won't send. I've searched the forums seen a few possible solutions but still nothing works. Thanks in advance Gary
Last reply by CFVA, -
- 1 reply
- 945 views
Dear Experts day before my website was closed down by the hosting company stating the reason that tmp-upload-images folder taking so much of memory which leads to the closure of the website how can i resolve this issue please help me out. regards Jamy
Last reply by flyalaska, -
- 0 replies
- 999 views
I've added a new flight type "Maintenance". How can I stop phpVMS from assigning a passenger load? Thanks
Last reply by CFVA, -
- 2 replies
- 1.3k views
I Somehow changed the direction of the Top navigation bar and now it looks like this, (Default skin, Crystal) Any ideas?
Last reply by Tom, -
- 1 follower
- 6 replies
- 2.4k views
Hey guys! I've just started a VA using PHPVMS, and I just did my first flight today (kACARS_Free is the ACARS system). I have no experience with phpvms however I do have a great deal of experience with other CMS's. so everything went well during the flight, the PIREP was filed, however I noticed that my plane was still shown on the live map even hours after the flight. I do have a custom map module installed, so initially I thought it had something to do with that. After further investigating I found when going on: http://atlanticsky.o...getflightcount/ it tells me that a flight is still in progress, even though I finished the flight hours ago. So why does it stil…
Last reply by flyalaska, -
- 1 follower
- 4 replies
- 1.3k views
Wonder if someone can fixed this in Vansers´s vAwards Awards displays in vertical position, will be better if in horizontal Best regards
Last reply by chilemugriento, -
- 6 replies
- 1.8k 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.2k 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, -
- 1 follower
- 5 replies
- 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
- 965 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
- 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, -
- 11 replies
- 2.5k 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, -
- 3 replies
- 1.7k 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, -
- 8 replies
- 3.3k 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, -
- 2 replies
- 1.2k 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, -
- 3 replies
- 2k views
Hi Not all of my schedules are showing up on schedules page but in the admin center they all show
Last reply by janam, -
- 6 replies
- 1.6k 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, -
- 8 replies
- 1.4k 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
- 981 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, -
- 2 replies
- 1.1k 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,