Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 11 replies
- 4k views
When i go to pilot center and click on "File a pilot report", the page coming up is totally blank. I found the Core\pirep_new.tpl file and i assume that is the one that should show up. However the page is blank, and that is for all pilots. Any ideas of what could be wrong?
Last reply by Topgun, -
- 1 follower
- 9 replies
- 4k views
Does anyone know of a way to enable a cost per passenger per flight expense?
Last reply by t_bergman, -
- 6 replies
- 4k views
Hi guys I'm trying to put this (see photo) in the ACARS map you have any advice? thanks for help Regards
Last reply by mattia, -
- 13 replies
- 4k views
Alright my question is on ranks. I changed the ranks in the system to my own custom(Removed New Hire). However when a pilot signs up on the roster it says "New Hire" until I go to the admin panel click edit by their name and click save. Then it goes to the first rank. So my question is: How do you change the default rank that is entered in the mysql database? Thanks!
Last reply by beerguts, -
- 15 replies
- 4k views
OK, so I just got my site opened, but pilots are saying that there is a lot wrong with the schedules. First of all, I'm getting the No Route Passed error that I can't find the answer to on here. Secondly, when I click View Details on the schedule, the white background doesn't seem to cover the whole page. I tried using clear:both but couldn't remember where to put it. That's all I can remember at the moment.
Last reply by freshJet, -
- 12 replies
- 4k views
Dear gentlemen. Part of my real world job involves tech writing. I have been working on my own to create a beginners guide for those who find themselves lacking the knowledge of php and particularly Phpvms. It will be a step by step illustrated guide (PDF) to help simmers to take advantage of this great freeware product. It isn't my intension to be technical but to provide a total walk through from unzipping through installation and a guide through the Admin panel. This is not sanctioned or certified by the folks here at phpvms, I just intened to help others and may serve to answer some of those general questions that find themselves on these forums. When it's finished I …
Last reply by Kyle, -
Hi all, Not really that PHPVMS oriantated but, does anyone know how you would go about putting a live metar report on a website? Also, would this be something that could be intergrated into a PHPVMS module or something? cheers
Last reply by homer09001, -
- 9 replies
- 4k views
Hey everyone my name is Mctair Grant and I'm currently interested in starting a virtual airline which will be based in MYGF. My question to va owners and pilots are. What makes a good virtual airline or in other words What do you look for in a virtual airline ? If necessary please also state what kind of virtual airlines you don't like and thanks this is greatly appriciated
Last reply by freshJet, -
Hello, three enquiries here: 1. I was reading about 'How Addons work' and I notice you pass variables through GET like this... class ModuleTest extends CodonModule { public function pageone($fruit='', $orange='') { ... How would I do the same using POST variables? 2. Is there a way to disable automatic flight logging? I suppose I could just delete the links to the config files but that's not all too professional. 3. Is there a specific set of standars guidelines for phpVMS addon developers? I plan on writing some soon so it's quite important that I am aware of any regulations. Thanks! Kieran
Last reply by Kieran, -
- 1 follower
- 5 replies
- 4k views
What version of PHPVMS can i use with php 7 as i am building a test airline and have been out the frame for a while with phpvms Thanks
Last reply by LukeW, -
- 10 replies
- 4k views
I noticed a small flaw in phpVMS with regards to the difference between the system's representation of time and the visual presentation of that time. Some time ago for example I pointed out that in the Schedules form it asks the administrator to enter the duration of the flight in HH:MM format (which is actually the best). However, when this same form is displayed again for editing, the original HH:MM is displayed in a format that contradicts the instructions of the program, i.e. During creation Flight duration: 00:30 Please enter time in HH:MM format During Editing: Flight duration: 0.5 Please enter time …
Last reply by Jetwave, -
- 7 replies
- 4k views
Hello All, Discovered a problem on our site today. Our bids are not being passed. I've seen this already a lot on the forums and I've tried a number of things to fix it but it still persists so I'm hoping you geniuses (or is it Geni') can help. I'll try and describe the problem as simply as poss. I am using a skin I have developed and added bits too so I am fully expecting it to be a case of jQuery conflicts, be here goes. When you click on "View Schedules" in the pilot centre, it returns the usual page, but there is no styling or PHPVMS headers or anything. If I look at the source code, it looks as if it is literally just the template with no header or meta tags or a…
Last reply by ahughes3, -
- 12 replies
- 4k views
Hello All, I am looking to create separate pages for my virtual airline's schedules. Is there a get a schedule function? In the API, I can see you can find by dep icao and arr icao but it doesn't mention anything about by airline.Does this just get called in the main module.php and then just set a variable? Thanks in advance Jon
Last reply by CPC900, -
- 1 follower
- 13 replies
- 4k views
Hi all , Can anyone tell me how to make a link in my menu. I created a page using my control panel but i need to link it to go to my flight booking module. Thanks
Last reply by Jeff, -
- 14 replies
- 4k views
Hello, I was wondering, how would I be able to create a booking module where it looks for the system, for connecting flights as well. Like I search EHAM-KJFK and I find: EHAM-KJFK EHAM-LFPG via LFPG-KJFK EHAM-KBOS via KBOS-KJFK etc. I would appreciate any responds! Vincent, www.cloudvairlines.com vpeters@cloudvairlines.com
Last reply by Jeff, -
- 11 replies
- 4k views
I have edited this code until I was blue in the face . I can't seem to figure out how to remove the code (AA - American Airlines) and have it list the airlines alphabetically... American Airlines British Airways Continental Airlines ...and so on <dt>Select Airline: <font color="#FF0000">*</font></dt> <dd> <select name="code" id="code"> <?php foreach($allairlines as $airline) { echo '<option value="'.$airline->code.'">'.$airline->code.' - ('.$airline->name.')</option>'; } ?> </select> </dd>
Last reply by Jeff, -
- 6 replies
- 4k views
Hi I've recently had to change from the Zumeweb theme because when people try to register they get an error saying. "Could not open socket" Does anyone have any ideas how to fix this? MiniJ
Last reply by JakeSCloud, -
- 9 replies
- 4k views
Hi all I am running phpvms 5.5.2 and php version 5.6 and I am getting all sorts of errors on my site here are a few examples...... when you click on a pilots name it should show their Public profile instead I get this. Fatal error: Call to undefined method ChartsData::build_pireptable() in /home/angelair/public_html/core/modules/Profile/Profile.php on line 83 Another problem, I have got Simpilots pilot reward system installed and when you click on the reward centre link this is what the return is. Notice: The template file "/home/angelair/public_html/core/templates/rewards/reward_center.php" doesn't exist in /home/angelair/public_html/core/classes/TemplateSet…
Last reply by simpilot, -
- 8 replies
- 4k views
Hello, My website bidding system everytime I go to bid it goes too "Nor Route Passed" i have checked the config.php and it states as enabled so im stumped Thanks In advance
Last reply by James142, -
- 9 replies
- 4k views
Forgive me if I've created a thread someone's already started, but I can't find information about what I'm specifically looking for. Hopefully you guys can help! If I understand correctly, phpVMS is supposed to be the full package - you upload it to the root of your website, customize the looks of it, and BAM! you've got yourself an operational virtual airline complete with everything a pilot or admin needs to keep it running. I love what I've seen so far because I know this is a powerful tool, and I didn't even have to pay for it! But, I want to use phpVMS separately from my main site (if I'm saying that right). I have a look I'm going for, and I'm not sure I'm good eno…
Last reply by Nabeel, -
- 10 replies
- 4k views
When a Pirep is filed and accepted the hours for the pilot are not uipdating automatically, without running "Maintenance Reset Hours". However we have "TopPilot module" installed and is is being updated when the pirep is filed. What file updates the pilots hours? Only section that seems to be corrupted and not working.
Last reply by Ither, -
- 8 replies
- 4k views
One of our pilots had this happen and I'm at a loss as to why. Anyone else seen this issue before? When he goes to bid on a flight, the "Add to bid" lettering is in purple. When he clicks on it the response is "No Route Passed". I've never had this issue but for him it is a recurring problem. David Reed / HAG
Last reply by Parkho, -
- 14 replies
- 4k views
Hello guys it's possible in the status of page PILOT'S IN FLIGHT insert IMAGE on the status example: When pilot is in crusing show image for cruising (at my choice).... Very Thanks Best Regards :rolleyes:
Last reply by Strider, -
- 6 replies
- 4k views
Hello Is it possible to install two separate phpvms entities in one mysql database? Currently all the phpvms tables have phpvms_ as a prefix, so I suppose I could change it, right? And then I could have both in the same database, but as two separate sets of tables? thanks Mischka
Last reply by Jeff, -
- 14 replies
- 4k views
Hi, i am the Vice President of World Virtual Alliance, and since we have over 12 airlines we are stuck when adding routes because around 4000 it locks out the schedule to pilots, just wondering how i can change this so we can add 10000 if needed. Thanks, Liam Duffy Vice President World Virtual Alliance VA www.flywva.com
Last reply by Liam Duffy WVA VP, -
- 15 replies
- 4k views
Hi Nabeel, After the released update i have the following glitches, In the admin section if you edit the airports the pop-up wont disappear Admin section Flights today remains at 0 (on the front page this works OK) Finances, additional finances are not displayed in the chart its just pilot pay and fuel.(tried a reset finances but that done nothing) Cheers.
Last reply by Nabeel, -
- 16 replies
- 4k views
Hi, I've a problem with inserting of ranks. If I open the "Pilot Ranks" site in the admin center, I get the following warning and the ranks are not displayed : Invalid argument supplied for foreach() in ...admin/templates/ranks_allranks.tpl on line 15 When I add a new rank, I get another warning: Invalid argument supplied for foreach() in ...core/common/RanksData.class.php on line 148 The "added" values are inserted in the sql-database. However, in the admin center, I cannot use the ranks. What's wrong? Thanks for your assistance in this case. Stephan PS: Version 2.0.822
Last reply by Nabeel, -
Hello folks, I had some problems during the installation process. I'm able to acess the index page, but when I try to do anythin in this page (like acess the pilots, or live map) a message like this appears: Warning: include(core/codon.config.php): failed to open stream: Operation not permitted in /www/zxq.net/e/i/c/eicosairlinesvirtual/htdocs/index.php on line 40 Warning: include(): Failed opening 'core/codon.config.php' for inclusion (include_path='.:/usr/lib/php') in /www/zxq.net/e/i/c/eicosairlinesvirtual/htdocs/index.php on line 40 Fatal error: Class 'Config' not found in /www/zxq.net/e/i/c/eicosairlinesvirtual/htdocs/index.php on line 42 What I have to do?
Last reply by Nabeel, -
- 11 replies
- 3.9k views
went to download his vStats module today from github and i gog a 404 from github saying "this is not the page im looking for" haha anyways does he have a new github account. i tried to go to his website but it looks like it is not online. im not sure what his modules are licensed under but if somebody can re-release it that would be awesome. thanks Zach
Last reply by ATAvCEO, -
- 14 replies
- 3.9k views
Hi I'm unable to file PIREPs after a upgrade from phpVMSv2 to v5 ,auto or manual im getting this error in the error log PHP Warning: Creating default object from empty value in /home/****/public_html/core/common/PIREPData.class.php on line 337 Any Ideas? Robbie
Last reply by ProAvia,