Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 10 replies
- 3.9k views
Each time my pilots attempt to bid on a flight they report getting a "No Route Passed" error. I have a feeling it has to do with the script for the skin. However, I did not create the skin or the website. Would someone be able to take a look or provide a solution?
Last reply by flynryan692, -
- 4 replies
- 3.9k views
Hi Guys I finally upgrade from the free feature to the premium feature for 000webhost.com. They did allll and i mean all file transfers expect i think in phpmyadmin. alll of my files are now transferred to a new bought domain "http://skybahamasvirtual.net",'>http://skybahamasvirtual.net", but there's a problem my old domain which i installed my phpvms on (http://skybahamasva.co.cc) is no more. So now even though all my installed phpvms files from the domain skybahamasva.co.cc is now on skybahamasvirtual.net, the new domain (http://skybahamasvirtual.net) is showing this Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last E…
Last reply by Curshad, -
- 6 replies
- 3.9k 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, -
- 18 replies
- 3.9k views
hi all I wrote this code to get the last flight of a pilot <table> <tr> </tr> <TR><TD colspan="5"><hr color="red" size="1"> </TD></TR> <TR><TD colspan="5"><font color=yellow> <font size="3px"><b> Recent Flight Reports </b></font></font> </TD></TR> <TR><TD colspan="5"><hr color="red" size="1"> </TD></TR> <tr> <td><font color=red>Flight N°</td> <td><font color=red>Aircraft</td> <td><font color=red>Submitted</td> <td><font color=red>Flight Time</td> <t…
Last reply by mattia, -
- 14 replies
- 3.9k views
Tried to get real life routes from a defunct airline but got nothing so far, tried flightaware. google.. you name it. Any tips?
Last reply by freshJet, -
- 10 replies
- 3.8k views
Can I list my Newest Pilots by date instead of their number? My current pilot list jumps around quite a bit and instead of listing the newest pilots it is listing the last two pilot ID's.
Last reply by Nabeel, -
- 24 replies
- 3.8k views
I updated phpvms to vers. 1.2.660 as orderd in the admin Menue:-) Since this update, we got the problem, that fsacars give out a databse error when our Pilots try to send their pireps - even so, the pireps get into the Web-sytem Edit I just found out, that also the fsacars log is corrupted it only loggs the "half" of the whole logg Here is the last logg i sendet ------------------------------------------------------ [2009/03/31 17:19:00] Flight IATA:EUV769 Pilot Number:EUV0001 Company ICAO:EUV Aircraft Type:A330-200 Aircraft Registration:OE-LAM Departing Airport: LOWW Destination Airport: LTAI Online: No Route:PLEASE ADD THE ROUTE 17:19 Zero fuel Weight: 1…
Last reply by Nabeel, -
- 9 replies
- 3.8k 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, -
- 7 replies
- 3.8k 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, -
- 1 follower
- 18 replies
- 3.8k views
Hi, Firstly, I should like to apologise for my English ! I wanted to propose my Virtual airline's website in different languages so with forum's explanation I did like this : http://forum.phpvms....ins/#entry22043 I started to translate and after a bit a problem occured, I tried to resolve it by myself without solution and I searched an alternative on forum where the same problem is exposed but the solution isn't published. See you here :http://forum.phpvms....-two-languages/ My issue : Maybe the problem is here : Please, Do You've any idea where is the trouble ? Thanks a lot
Last reply by Galihom, -
- 12 replies
- 3.8k views
G'day All, I'm looking for some support in changing the websites timezone to a local timezone, i have consulted support on the issue, but they refuse to help me, saying its not their problem. I have tried editing the local.config.php file with this echo(date_default_timezone_set("Australia/Sydney")); and Config::Set(date_default_timezone_set("Australia/Sydney")); both have been unsuccessful, how do i got about setting the website timezone properly ? Any help would be great because currently, all my schedules are 8 hours behind.
Last reply by Jeff, -
- 11 replies
- 3.8k views
Hello, After moving to fivedev hosting I'm seeing the following error on my site: Warning: simplexml_load_file() [function.simplexml-load-file]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 I'm reading an XML file on another domain. Does anyone know how I can work around this? Thanks
Last reply by Nabeel, -
- 6 replies
- 3.8k 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, -
- 1 follower
- 5 replies
- 3.8k 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, -
Side Bar Help
by Guest lorathon- 15 replies
- 3.8k 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, -
- 1 follower
- 22 replies
- 3.8k views
Hey guys, I'm trying to implement a kind of modal dialog window, much like the one you see in the admin section. For example when editing an airport you click on edit on the row and a window pops up with the relevant form. I've tried analyzing and extracting the code in the admin section, as well as trying to google, but after an hour it has yielded nothing but frustration I admit that jquery is not my strength, so i thought it might be better to ask someone who does know what I need and knows how to make it work with phpvms. After all, this functionality seems to be built into phpvms already, so why not use it? thanks in advance
Last reply by mischka, -
- 14 replies
- 3.8k views
Hello, I know I have found it in here before but I've spent about an hour searching various things to see if I could find the thread again with no luck. How do I set my settings to accept multiple flights with the same number? Basically when I upload the .csv for schedules and have 2-4 flights with the same number, how do I ensure they all get added instead of the second one overwriting the first and leaving only one in the system. For example: Flight #45 flies BOS-JFK and then returns JFK-BOS as #45 as well. After uploading the .csv file and by searching #45, I can only get JFK-BOS as that has updated over the BOS-JFK route. Thank you!
Last reply by swaluver480, -
- 15 replies
- 3.8k views
Hello, I am adding awards and i see the pictures on the award page but in the pilot center and profile page i can not see those images. Only says the name of the award. How can i fix this problem? Also is it easy to give awards automatically? Thanks
Last reply by OmerAslan, -
- 12 replies
- 3.8k views
Hello! When I try to install phpVMS 5 I keep gettin this error: Can some one help me with this? Thanks alot!
Last reply by Yessin, -
- 19 replies
- 3.8k views
G'day, How do I make searching schedules by airlines work? What code do I need? I know basic PHP and do not know much about advanced PHP. I will add it to schedule_searchform.tpl Thanks, Mitchell Williamson Australian Frontier VA
Last reply by Nabeel, -
- 9 replies
- 3.8k 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, -
Hello. I got the following error when filing a PIREP manually: Error! There was an error adding your PIREP : Schedule does not exist. Please update this manually. Before, I filed a PIREP via smartCARS, which said that the PIREP had filed, so when I went to the admin page to check the list of PIREPs, there was none added. So I tried the manual way and received the aforementioned error. Currently using phpvms version 5.5.2.72 simpilot/php7.2 Any help would be appreciated. Thanks, Conor.
Last reply by Strider, -
Hi all I am trying to display latest Forum posts on my frontpage I am using SMF as my forum I have been on to the SMF forums to see how to display what I want and this is the code I have found <?php include('http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics'); ?> and this is the error I am getting on my frontapge Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/angelair/public_html/lib/skins/pureHTML5_blue/frontpage_main.tpl on line 427 Warning: include(http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics) [function.include]: failed to open stream…
Last reply by Angel Air, -
- 6 replies
- 3.8k 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, -
- 11 replies
- 3.8k 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, -
- 9 replies
- 3.8k 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, -
- 10 replies
- 3.8k 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, -
- 13 replies
- 3.8k 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, -
- 25 replies
- 3.8k views
Hey, I'm new to this forum so please excuse me if this is in the wrong place. I am getting my VA I started earlier this month ready for people to sign up. I'm trying to use CCFTracker. I've installed the Module to my core/modules as per the installation. I then installed the pilot client and I entered all the appropriate details. I've seen previous threads about this issue and I can confirm that: There are no silly errors with like spelling or putting the module in the wrong folder directory. I am running CCFTracker in administrator. I have checked and double checked my pilot ID and password against what I've got on the airline's website. …
Last reply by Strider, -
- 11 replies
- 3.8k 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,