Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 3 replies
- 1.4k views
im in the process of writing a module and i need to read vales from the config file, how do i go about getting them? here is my module so far: <? class FLS_SendFlights extends CodonModule { function Controller() { $dbuser = Config::Get('DBASE_USER'); $dbpass = Config::Get('DBASE_PASS'); $dbname = Config::Get('DBASE_NAME'); $server = Config::Get('DBASE_SERVER'); echo "$dbuser<br>$dbpass<br>$dbname<br>$server"; } } ?>
Last reply by homer09001, -
- 1 reply
- 1.4k views
Hello!!!How can i change at the boarding pass the Gate??Because when i want to make a flight from LGAV it gives me the gate U1 but the LGAV airport hasn't got this gate!!!
Last reply by Nabeel, -
- 0 replies
- 1.4k views
Is it possible for VMS airlines to join together? As per real world Eastern fly's routes for South West, BMI Regional to name a couple. I wondered if it was possible to "merge" or link VMS VA's so the pilots could share your joint airlines routes, or something i cant think how it could be done so im throwing it out to you guys for discussion. Cheers.
Last reply by davehardy, -
- 2 replies
- 1.4k views
I am having a few java script conflicts with my site. Anyone an expert in how to order certain java script to not interfere with the other? My flight map is screwed up and no combination seems to work.
Last reply by RogerB, -
- 1 reply
- 1.4k views
I have tried my best coding a live flight board type of thing and for some reason everything is in the wrong place ?? and the code for it: <table style="border:1px solid grey;" cellspacing="5" cellpadding="10" bgcolor="#E0EBEB"> <tr> <th width="10%" align="center" style="background-color: #116ed8;">Flight</th> <th width="10%" align="center" style="background-color: #116ed8;">Departure</th> <th width="10%" align="center" style="background-color: #116ed8;">Arrival</th> <th width="20%" align="center" style="background-color: #116ed8;">Pilot</th> <th width="18.5%" align="center" style="background-color: #11…
Last reply by flyalaska, -
- 1 reply
- 1.4k views
Hello, I am new to this Phpvms thing. I got a few quesitons about the Website of VAs and can't seem to find answers. 1. Is it possible to use my own website that I host and install phpvms on that? (e.g. a website designed on wordpress.org) 2. Will something like TDFi ACARS be able to connect to my website if I use Phpvms? Thanks in advance.
Last reply by Vangelis, -
- 2 replies
- 1.4k views
Ok, the problem is my fault I'm sure, i just need to know how to fix it, I entered routes but became confused with my own document (lol) so I went in and deselected the "enable" check box on the flights. I later fixed my schedule document and went to try to re enter the routes, it says it was successfully added, but I can not see it within the admin panel, how do I "enable" them so I can see them and fix them?
Last reply by flynryan692, -
- 1 reply
- 1.4k views
It seems that we have been having some pilots filing flight plans from another virtual airline. Also having airports added from other airlines maybe someone else with (VIR). I can only imagine its a Brazilian Virgin or something. Any ideas? Cheers Ross
Last reply by Nabeel, -
- 0 replies
- 1.4k views
could someone possibly gather up the code so i can show Latest Flight Bookings like this table. Best Regards, Daniel http://www.flywise.co.uk/fsuk/
Last reply by Daniel, -
- 2 replies
- 1.4k views
Hey guys, When I go to my schedule and I click on Add To Bid, and I got the sudden error in the screenshot...... Anyone know why it is happening? Thanks!
Last reply by Kyle, -
- 2 replies
- 1.4k views
I was wondering if anyone know how to make the ACARS map table show "No live flights" like the how the recent flights table does. I've attempted using the <?php if(count( [i]number of flightnumbers[/i] ) > 0){ [i]show table content[/i] }else{ [i]show no flights [/i]} ?> function, however, it doesn't work. Maybe putting ASP into PHP doesn't work? I've tried doing <?php if(count( ?> <%=flight.flightnum%> <?php ) > 0 however, I receive unexpected end of document ?> (or something like that). Anybody try this before and know a solution?
Last reply by alblua, -
- 1 reply
- 1.4k views
Is there a way to add dropdown menus to say for ex. my about section of the site?
Last reply by biokemisten, -
- 1 reply
- 1.4k views
Hi, I have problem that if I edit anything in my local.config.php, the whole website crashes and I have to enter database info via install folder, otherwise the web doesnt work. My local.config.php is blank as default, when I add something in it the website shows some DB error, and when I delete the lines I have added, the website redirects me to install folder and says that I heavent installed phpvms yet. any ideas?
Last reply by Vangelis, -
- 2 replies
- 1.4k views
Hi I'm having a problem with my website. I successfully installed phpvms and was going to start skinning, but I am unable to open the site. Instead of launching the page, I get a download prompt in which my browser asks me if I want to download "myurl_com" as an unknown file type. Up until yesterday I could visualize and log on normally, but this started happening today. I spoke to my web provider's support and they told me this probably had to to with the file type - showing as "application/x-http-d" in cPanel. Can anyone help me in dealing with this? Thank you.
Last reply by GentleGroove, -
- 0 replies
- 1.4k views
Hi, I have implemented a language selection, and I have created multiple phpVMS directories for each language e.g. under /en, /nl etc. The language selection option box posts data to a language_switcher.php which creates a cookie for the language and redirects the user to the respective language directory. I happen to be logged in across the domain. Once the script redirects me, the cookie is not getting initiated as the login boxes appear - but the session is there, as once I refresh the page or navigate to another one, I am logged in. How can I fix this issue. Would it help getting the session cookie and loading it before redirecting the user?
Last reply by HighFlyerPL185, -
- 1 reply
- 1.4k views
Hi, I am a moderator of a Virtual Airline and I am looking for a bit of help. We are currently puzzled on an issue which we can't figure out. We have lots of airport's in our database from all around the world. Unfortunately, some of these airports have the wrong latitude and longitude coordinates therefore placing them on the other side of the world. For example KEWR was being placed somewhere in central Russia when it should have been placed in New York, so when we look at our live flight map on the homepage, it draws a big red line from the departure airport to somewhere in central Russia. At the moment to solve the issue, we have to keep going into the Admin Centre…
Last reply by flyalaska, -
- 1 reply
- 1.4k views
Nabeel, I've tried looking and tried figuring out the API, tried reading PHP tutorials, to no avail. I don't have any idea how to simply pull a logged in user's data onto a webpage. A simple "hello world" would help me. The only thing I've been able to do is recall the pilot's ID by putting: <?php $pilotid = PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); ?> in and then: <li><b>Your Callsign</b>: <?php echo $pilotid ?></li> I'm probably going about it all wrong but that works at least. I'm trying to find a way to pull up the total number of hours, latest flight they flew in a short format…
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Hi guys, I've been skinning phpvms for a friend and have stumbled on the odd few minor problems. I've got the latest beta installed and running. 1. The hours till next rank, I've filed a test Pirep taking 56min. The next rank is available at 25 hours so the time till promotion should be 24.06 however it says 24.44. 2. I was looking at the topic in regards to adding flags to the latest pilots which I have added in. The flags it uses however are in caps so it's US.png instead of us.png. Thats all for now, any help is appreciated
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Nabeel, is it possible to show the Past 30 days PIREPS on the stats page, the one shown in the admin section would be great, it it easy to bridge the gap between the admin to public pages?
Last reply by simpilot, -
- 2 replies
- 1.4k views
Nabeel, im on 932 and when a pilot goes to view details of a schedule the page loads out of the header and footer templates, any ideas please? Example url, http://www.easyjetva.com/index.php/schedules/brief/1576
Last reply by mark1million, -
- 1 reply
- 1.4k views
Fixed It
Last reply by mark1million, -
Problem loading phpVMS
by Guest- 3 replies
- 1.4k views
Good morning, Since 3 hours or so I'm facing problems with my phpVMS. It seems that it loads for a long time and finally it doesnt work. The link is: http://syr-va.org/vmssyr Files inside the folder are working like http://syr-va.org/vmssyr/README.txt PHP & MySQL are running very well in 1&1, also the servers are fully operational. Does anyone know why this may happen? Thank you very much in advance. Regards, Ali
Last reply by Jeff, -
Aircraft Disable on Bid?
by Guest- 2 replies
- 1.4k 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?
-
- 2 replies
- 1.4k views
HI ALL i rejected a pirep but the pilot pay is increased.
Last reply by mark1million, -
- 3 replies
- 1.4k views
Hello friends of the Forum PHPVMS, I wish someone help me on the ACARS MAP, Because when my pilots are flying there on Map Gray is a square where opinion should see an aircraft or red .... Please someone help me .... I just I speak Portuguese, and this text was translated for you to read .... podessem why I did not see the tutorials in video Site phpvms.net .... To work with you .....
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Can't get past this error: Fatal error: Cannot redeclare class ezDB_mysql in /home/woodsdom/public_html/EPA/core/classes/ezDB_MySQL.class.php on line 315 What the heck does that mean?
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Hey guys, I don't really know where to post this question so i'll try my luck in the support forum. I am using Version 2.1.934 Wat update do i need to install to have the latest PHPVMS version? do i really need to update? is it highly recommended? Regards Lucas
Last reply by MrAmsterdam, -
- 2 replies
- 1.4k views
Sorry if this has been brought up before and I have searched and searched most of the day and have came up empty handed on every attempt. I need to know if there is a sql query I can run in phpmyadmin to make the News titles a bit longer. Now it chops words off right in the middle. I think it has something to do with vchar or something like that. Anyone show me the way? Thanks in advance either way. Ray
Last reply by TAV1702, -
- 1 reply
- 1.4k views
I try to put my web site on a new web hosting server and every time when i import my flight schedules from my csv template and when i click on a route it is always saying No route passed i been working on this pass three months trying to get it fix and i install and uninstall and reinstall with always new database for my mysql every time but it is still doing this No route passed. even using the first template that cam with the phpvms skins. Please help
Last reply by Jeff, -
- 1 reply
- 1.4k views
Hi, I'm having problems with the routes showing up on my Schedules, which I have entered both manually and then replaced with a .csv file. I am using free hosting, but do you guys have any ideas as to why it's not showing up?
Last reply by Impulse,
