Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 15 replies
- 3.9k 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, -
- 13 replies
- 3.9k 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, -
- 17 replies
- 3.9k views
Hi there, I have been trying to install PHPVMS 5.5 on my web server and can't seem to get past the installing tables part, what I get is just a blank screen, I have all the files on the domain I have listed, have looked at the install checker and its saying files are missing yet I see them clearly in the ftp browsers. Ive been at trying to get this on my server for the last 3 hours and its not happy with me any help would be great, thanks.
Last reply by jessferguson79, -
- 6 replies
- 3.9k 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, -
- 11 replies
- 3.9k 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, -
- 11 replies
- 3.9k 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, -
Side Bar Help
by Guest lorathon- 15 replies
- 3.9k views
I am trying to get a template to display in the side bar. But all I get is the name of the template being displayed. If I change the name of the template to one of the existing ones that sidebar shows up. (sidebar_aircraft.tpl - will display the aircraft template in the side bar) public function HTMLHead() { $this->set('sidebar', 'sidebar_events.tpl'); } This is at the being of the module. Do I need to reference this somewhere? I have searched everywhere and just can't figure it out. Thanks
Last reply by Nabeel, -
- 9 replies
- 3.9k 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, -
- 12 replies
- 3.9k views
Hello I am using GC Mapper to display recent flights on my website you can see it on my website. I want to change the current map style to the plain one ( like on gc mapper site) how to do that? Thanks!
Last reply by Tato123, -
- 6 replies
- 3.9k 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, -
- 14 replies
- 3.9k 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, -
- 12 replies
- 3.9k 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, -
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, -
- 9 replies
- 3.9k 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, -
- 1 follower
- 13 replies
- 3.9k 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, -
- 8 replies
- 3.9k 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, -
- 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, -
- 8 replies
- 3.9k 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
- 3.8k 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, -
- 14 replies
- 3.8k 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, -
- 1 follower
- 1 reply
- 3.8k views
Hello,i have some questions. 1.Can i make my website for VA using html and css? 2.Can i make login and register forms to enter a crew center with PHP? 3.How i can add statistics to my website,how many pilots we have,how many flights.... 4.How i can add live map to my website? 5.Is possible to make a virtual airline with 2 or more callsigns?
Last reply by Vangelis, -
- 9 replies
- 3.8k views
I want to make an RSS Feed for latest news. This is my code: lib/rss/latestnews.rss <?xml version="1.0" encoding="utf-8"?><rss version="2.0"> <channel> <title>Latest News</title> <link>http://www.freshjetvirtual.com</link> <description>All the latest news from freshJet</description> <lastBuildDate>Thu, 10 Nov 2011 06:36:50 CST</lastBuildDate> <language>en-us</language> <item> <title><?php echo PopUpNews::GetFieldValue($popupnews->subject);?></title> <description><?php echo PopUpNews::GetFieldValue($popupnews->body);?></description> <link>…
Last reply by freshJet, -
- 1 follower
- 18 replies
- 3.8k views
Hi Wondering if anyone can help. I have done a new skin for my VA deciding to change from the Icrew Skin. When my VA used the Icrew its URL was crew.virtualei.net With my new skin I have gone back to the parent URL virtualei.net My problem is that my simbrief button is not working. I uninstalled the module and all the files and did a fresh install remembering to put in the new URL and my API in the correct files. When I click on the. When I inspect for console errors it is still saying crew.virtualei.net as per screenshot. I have cleared my PC cache and history but it doesnt work. I am at a total loss. Any help appreciated. https://prnt.sc/svd4u…
Last reply by vJet2, -
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, -
- 21 replies
- 3.8k views
Is there any way of restricting aircraft, so when a pilot bids on a flight then no one else can book a flight with that aircraft?
Last reply by ProSkyDesign, -
- 6 replies
- 3.8k views
Hello, Does anyone know how to fill in the missing pilot ID's? For example, our system starts at LEV249, next is LEV250. Then... we have a major gap between LEV250 and LEV276 due to inactive members removal. We are now up past LEV310 and have a few other holes in there. Is there a way to get these holes filled without messing with any of the pilots already in the system? I know you can set them in the admin center but wont that mess up the current members? Thanks!
Last reply by Curshad, -
- 15 replies
- 3.8k 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, -
- 1 follower
- 9 replies
- 3.8k views
Does anyone know of a way to enable a cost per passenger per flight expense?
Last reply by t_bergman, -
- 10 replies
- 3.8k 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, -
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,