Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 2 replies
- 1.6k views
Hi, can somebody help me with the integration of Virtual Dispatch XML File please? On their Webpage: That would be nice to integrate in PHPVMS Thank you
Last reply by Nighthawk, -
- 3 replies
- 943 views
When I try to center things in the Admin Page Editor, it ends up almost 1/4 along the page instead of 1/2. Basically - it does not center. Know why?
Last reply by freshJet, -
- 11 replies
- 2k views
Good day all, little problem I could do with some help with.. My pilots are reporting incorrect number of flights shown in their profiles. Sure enough in the administration panel of phpVMS, they are shown incorrectly too, but the PIREP records ARE there. For example, a pilot named John has flown well over 30 flights for the VA, and the PIREP records are shown as his in the administration panel, but his "Total PIREPs" are only 8.. The total PIREPs do not change either, no matter how many he flies. Has anyone come across this issue before?
Last reply by Frank Plummer, -
- 1 reply
- 1.1k views
How can I edit the roster to only show pilots from a specific hub? For example, if I have a KSFO hub and I only want to see pilots at that hub how would I write that?
Last reply by flynryan692, -
- 0 replies
- 689 views
Hello i ahve a problem. after a fresh install with update i cannot create page- I dont have change anythere in this file SOLVED
Last reply by Industrialshadow, -
- 6 replies
- 2.1k views
Is there a way to delete airports?
Last reply by freshJet, -
- 4 replies
- 1.8k views
Tried searching this but didn't find anything. :/ What I want to do is make pages for each airline I have and then on that airlines page display all the pilots with that airlines code... I already made the pages (folder in the modules folder and a new .tpl) but I'm not sure how to create the code for the roster on each page. Any ideas?
Last reply by flynryan692, -
- 9 replies
- 2.8k views
Wanted to raise my rank to max. and staff so i went to php my admin and edited the sql for ranks and it worked for about a day. but then it changed back to my normal rank (hours i flew) . i think it just self updates. what did i do wrong or is there another way?
Last reply by stuartpb, -
- 13 replies
- 2.2k views
Good afternoon everyone, i try to block double bid on your script but even if i choose in local file "true at both line # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', true); All my pilots can bid on the same sched. Any idea ? Thank's
Last reply by Industrialshadow, -
- 2 replies
- 1.4k views
Hi all, I already updated the php memory to 64M but with running the script Recalculate Distances in the admin menu I get Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 256 bytes) in /home/vbirdva.com/public_html/vbv/core/classes/ezdb/ezdb_mysql.class.php on line 273 Is there anyway to change things that he will recalculate for example the last 100 pireps, because I don't see the need to recalculate everytime the old pireps. Any one an suggestion? As always with regards, Cor
Last reply by Cor, -
- 3 replies
- 1.6k views
I have noticed that quite recently me and other pilots are logged out whenever they view certain pages or when they reopen the browser. When you try to log back in though, it gives you the error message that "you are already logged in". Could it be a cookie problem? I have searched the forums but found nothing. Kindest Regards, James
Last reply by Thomas Rozanov, -
Two unknown errors!!
by Guest- 2 replies
- 1.2k views
Hi guys Just did a fresh install and at the bottom the site and at the bottom of the control panel I get these two errors... Warning: Unknown: open(/var/lib/php/session/sess_9uvrp4dupjtndqtsgam3osutd5, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0 Anyhelp would be much appreciated
-
- 11 replies
- 3.2k views
Gents, I would not post this if it envolved a single member issue but I have been getting emails from many members all day concerning our custom Kacars. This started today. This is the message they receive when they try to log on to their vamccars Website Warning Encountered Notify system administrator of the switch error. Data not recieved switch = verify I have seen this on an old forum post and a comment was made cocerning server adding stuff to the xml? If it is a server issue I have no clue how to approach them with a question. Getting this message in the admin panel I went to server database and found this (Fields empty Warning: Unknown: open(/var/php_sess…
-
- 3 replies
- 1.5k views
Hi, I am writing a module to only display unique ICAO aircraft, this is what i have, /** * Get an aircraft by unique name */ public static function getAircraftByName1() { $sql = 'SELECT DISTINCT icao, fullname, weight, cruise, maxpax, maxcargo, imagelink, downloadlink FROM ' . TABLE_PREFIX . 'aircraft WHERE `enabled` = 1 '; return DB::get_results($sql); } That works fine, but when i try to add the range nothing is displayed so if i do, /** * Get an aircraft by unique name */ public static function getAircraftByName1() { $sql = 'SELECT DISTINCT icao, fullname, range, weight, cruise, maxpax, maxcargo, imag…
Last reply by mark1million, -
- 16 replies
- 2.6k views
Ok fellas. I REALLY need help. I got in to my local config file and set auto activate pilot s to true..... Not hard at all and then I saved. Done deal. Went back to my site, and now all I get are white pages. This is the second time this has happened to me when I edited the local config file. I uploaded a backup file and it did not fix it. Every single page on the website is all white. Nothing more, nothing less. Any ideas?
Last reply by TAV1702, -
Hi all! Ive just joined VACentral and have seen that they check your expenses...my question to you all are... What expenses should I have? I am somewhat at a loss as what to put in there and to work it all out!! Any help would be great!! Soft Landings Scott Drury
Last reply by Scott, -
- 4 replies
- 1.8k views
Heya, I'm trying to configure my pilots list on my site. I can get the rank image to appear next to the name, however I'm not sure how to make the rank ABBREVIATION appear there instead. I've made a row in my rank table in my Database with the abbreviations in it (I.E, Pilot Officer = PLTOFF), however I'm not sure how I can echo that as a query on the table. I can get the whole rank to appear with: <?php echo $pilot->rank?> Shows as: Pilot Officer John Smith or the image to appear with <img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /> Shows as: (Image) John Smith However i'm not sure how to echo …
-
question about live map
by Guest- 2 replies
- 906 views
Hello all, i have yesterday installed phpvms, first my compliments for this wonderful script! its really awesome! but i have an problem, yesterday i flight with FSAcars, but he doesn't show any activity on my live map, where can be the problem? the adress are: www.vd-werff.nl/site, i just wanna make it working than edding the template. i hope someone can help me. Thanks a lot Jelle
-
- 1 reply
- 1.2k views
Hi, I put in my virtual company XACARS and I wanted some clarification if possible. For the client I understand how it works, but not for the server. What should I do? Just put the file XAcars Server Scripts written in PHP (http://www.xacars.net/downloads/serverscripts.zip) in the root server of the company, changing only the address of the VA? or I must create a specific database ? thank you very much for responce bye fsx
Last reply by joeri, -
- 9 replies
- 3.3k views
G'day All, I'm having some trouble manipulating the code below to get it to display the pilots first name, rather than their ID <?php if(Auth::LoggedIn() == false){ echo 'Hello Guest'; }else{ echo 'Hello '.PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); } ?> Some help would be great, i've tried a few times, and i just can't get it to work Cheers Tylor
Last reply by Tylor Eddy, -
- 3 replies
- 2k views
Hello, I am wanting to have my pop up news on the home page but laid out different to how it is default. I would like it like this [HERE] Sebject of news item The bit that says [HERE] must be linked to the news item in question This is the contents of my PopUpNews.php Please can you re-write it with the stuff i would like, thanks James <?php //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creativecommons.org/licenses/by-nc-sa/3.0/ // //@author David Clark (si…
Last reply by joeri, -
- 4 replies
- 1.9k views
Hello guys, I was hoping someone could help me, my PHPvms website is not displaying and of the content on the pages and the footer seems to be gone. Check it out at www.easyjetva.net Thanks guys,
Last reply by joeri, -
- 0 replies
- 1.2k views
Hey Guys, At the moment, with the routemap (../index.php/routemap) theres just a "title" above each of the markers with information on the airport name and ICAO. How can I get an Info Window/Bubble to show up with more information on the respective airport when clicking on the marker? ---EDIT--- Basically what I want to do, is that pilots open the routemap, click on an airport marker, view flights available and book them. Nice and visual approach. And interactive. Regards, Nout
Last reply by Nout - Zon Executive, -
- 5 replies
- 2k views
Hello everybody, I am having a few problems with my phpVMS install. I have recently moved my hosting package from one domain to the other and it has ompletly messed up the install. I have changed the congiuration files to match the new domain. Here is a the error code I am getting, fast responces will be appriciated! Thanks Calum
Last reply by James142, -
- 4 replies
- 1k views
Hey Everyone, I have a problem and when I set my aircraft restricts, and I put that setting in the local.config.php file # Pilot pilots to only fly aircraft they're ranked to Config::Set('RESTRICT_AIRCRAFT_RANKS', true); And It is still not working, it is showing all of my schedules. What Could be the Problem? Thanks!
Last reply by Kyle, -
- 8 replies
- 2.3k views
Firstly, I did "several" searches to find the answer to this question. Please forgive me if I missed it. When navigating (clicking on a link) in the Pilot Center, I find that I can not get back to the last screen I was on. If I use my browser's "Back Button", I am taken back to the main Pilot Center window. I am concerned with how confusing this would be for my pilots that are new to phmVMS. Thank you in advance for your responses! Murray
Last reply by AAG001, -
- 0 replies
- 737 views
Hi all, Is there anyway to log failed login attempts...?? Kind regards, Connor Davidson
Last reply by Connor1994, -
Aircraft Disable on Bid?
by Guest- 2 replies
- 1.1k views
Hello im trying to find a way of blocking an aircraft once its been bid on by a pilot so no one else can book a flight with the same aircraft. So example G-AABA can not be booked twice. Any ideas?
-
- 4 replies
- 1.7k views
hello, can any one say how to fix my rank problem... See the attachment actually that YELLOW marked hours, was transferd! help me plz!
Last reply by SkilledPilotA320, -
- 2 replies
- 1.6k views
Hi there, I have found that some of my members could not log in with kACARS. after a long search and tests, I found that some Pilot number have numerical digits in the first 3 digits. We have a virtual air force, and this we use airlines as squadrons. Thus for example, 28 Squadron pilot numbers will be 28S0030. Now, kACARS do not pick up that pilot ID. BUT when, for example I took the same Pilot ID, and use any different first 3 alphabetical digits, such as UVS0030, kACARS log in perfectly, BUT then it does not pick up in the phpVMS Does anyone have a idea how to rectify this, instead of changing all my Squadron names? the website is http://www.uvsaaf.fsworld.co.za/inde…