Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 2.2k views
Is there a way to delete airports?
Last reply by freshJet, -
- 3 replies
- 1.1k 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, -
- 2 replies
- 1.5k views
Hi, i've problem, how to change the order from DESC to ASC in my pilot list?, because i change this: $query="SELECT * FROM phpvms_pilots ORDER BY joindate DESC"; with: $query="SELECT * FROM phpvms_pilots ORDER BY joindate ASC"; in my pilot list, but the rank image no view!, this is my code : <h3><font color="#152F60"><?php echo $title?></h3></font> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table width="98%" border="0" cellspacing="0"> <thead> <tr> <th id="sample">Pilot ID</th> <th id="sample">…
Last reply by Blu-Express VA, -
- 11 replies
- 2.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, -
Two unknown errors!!
by Guest- 2 replies
- 1.3k 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
-
- 2 replies
- 1.5k 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, -
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, -
- 3 replies
- 1.6k 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, -
- 4 replies
- 2.3k views
G'day Guys, I would like to display the minimum rank required to fly an aircraft in my fleet table, this will save me creating a rank table. i have attempted to do so with the following code i heaped together, but i can't seem to get it to work, some help getting me on the right track would be great <td><?php if($pilot->minrank == 1) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/juniorFO.png'>"; } elseif($pilot->minrank == 2) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/SeniorFO.png'>"…
Last reply by Ahmad, -
- 16 replies
- 2.8k 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, -
- 5 replies
- 2.1k views
Has anyone else notices this in their site? When i view any schedule detail the metar doesn't seem to be getting pulled and displayed, or is it just me?
Last reply by TAV1702, -
- 8 replies
- 4k views
Hi all, Sorry if it is here already, i did search for it, but found nothing. I had PHPVMS installed before and loved it. However my hosting crashed and I lost everything. So after a while i tried reinstalling it. After upoading and filling in the two pages (one for MySQL and a second for login and airline name) it then brings me to a final page, the url is something like http://blabla.com/intall/install.php?complete (Or something like that) the page displayed no info though, i remember in the past that it showed something. I then tried loging in, which was successful, but i have no access to the admin panel. I have tried bla.com/admin/ while loged in, but it d…
Last reply by simpilot, -
- 11 replies
- 3.4k 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…
-
- 9 replies
- 3k 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.4k 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, -
- 4 replies
- 2k 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
- 972 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.3k 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, -
- 3 replies
- 2.1k 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, -
- 24 replies
- 6.9k views
G'day Guys, I have been trying to get my new drop down menu working for my site, I've spent quite a few hours on this, but am getting nowhere. Some help would be very greatly appreciated, to point my back in the right track menu here: http://qantasvirtual.com/dev/ if you need to take a look at the coding, just let me know and ill chuck it up. I am unsure why the footer has moved to its current position. what i am aiming for is to get the pilot center to display under crew when logged in, and not be there if a user isnt logged in. Cheers
Last reply by Tylor Eddy, -
- 4 replies
- 2k 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.3k 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
- 2.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, -
Same flight numbers?
by Guest- 6 replies
- 2.9k views
Is there a way to have same flight number for multiple routes? Use real world flight numbers and always use -1 -2 -3 so forth. AAL343 AAL343-1 so on..When using excel after done with airline have to go back and add the dashes or routes will get overwritten. Been doing this for months but curious if there is a work around.
Last reply by Ephendi, -
- 5 replies
- 2k views
Hi there, Is there a way to make a module to email individual pilots, or pick from a list? At the moment, the only way to email is via Group email.? Or do I miss something? Thanks, Jakes
Last reply by James142, -
- 0 replies
- 842 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.2k 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?
-
- 8 replies
- 2.6k 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, -
- 4 replies
- 1.8k 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, -
- 0 replies
- 1.2k views
I am trying to use a planning program called Virtual Dispatch. It calls the information from an XML file. I need to populate that xml file from my sql databases Do i write a module or class first ? (looking for bid information) and can I do it directly in the xml file ? This may be WAY over my head, so before I pull out too much more hair, I'm wondering if it is even possible, or perhaps someone else is using this program and can give me an example that I can reverse engineer ? Thanks
Last reply by kbohme,