Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 7 replies
- 2.6k views
Hello Folks, I wonder if it's possible to set the intervall of the data send to the website or is this set by the acars program? Currently there are updates every 30 seconds. I want to update maybe every 15 seconds - is this possible? Thanks!
Last reply by ProAvia, -
- 7 replies
- 2.6k views
Hi folks, my web host doesn't allow external databases. But if I knew what connections I need I could maybe get some exceptions(ip addresses or similar) Reason for asking: some features like Live fuel, doesn't work with our server, and also if we are going to use VAcentral we need a external access. Pulling airport data when adding new airports actually works. Sorry for my messy post, looking forward for an answer
Last reply by TAV1702, -
- 6 replies
- 2.6k views
For German Users Hallo Ich habe eine Frage Wie ist es möglich, das man einen Fluplan erstellt mit der eigenen Flotte Es sollte wie folgt funktionieren. Eine Cessna 208 ist in der Datenbank eingepflegt Diese wird nun gebucht und soll dann nicht mehr verfügbar sein. Das heißt zum Beispiel ein Flug von Berlin nach dresden wurde gebucht, und nun soll die Maschine verschwinden, so das es nicht möglich ist von dresden aus die Maschine zu buchen, bis sie gelandet ist. Ich hoffe es weiß jemand einen rat oder kann mich dabei unterstützen. For English Users Hello I have a question how is it possible that you created a Flightplan with its own fleet, it should work as fo…
Last reply by joeri, -
- 6 replies
- 2.6k views
Nabeel, I have on the pilots page a last flight, if we have a new joiner with no flight this defaults to 01.Jan.1970 Example, http://www.easyjetva.com/index.php/pilots, if there any way to mod this out to display N/A or none as apposed to the date if no flight has been flown yet?
Last reply by Blu-Express VA, -
- 5 replies
- 2.6k views
Please im trying to install this template http://forum.phpvms.net/topic/4330-equivalency-ported-skin/ tot his site http://www.dominicanairways.web44.net/ can someone please help me
Last reply by Sava, -
- 8 replies
- 2.6k views
how can i sort the table so that the pilot with most hours or most flights is on top.i have been trying different stuff but can't get it to work. and is there a way to only show the active pilots in the pilots list or an icon that says inactive or active
Last reply by joeri, -
- 8 replies
- 2.6k views
Hello friends, I have my index.html and i want this numbers comes auto from admin panel. I tried <?php echo StatsData::PilotCount(); ?> insteed of this <h1 class="counter-title counter-num">16</h1> but didnt work. Can i have help?
Last reply by in2tech, -
- 6 replies
- 2.6k views
Okay, So I use jantorre (thanks!) custom charts database code which is: <h3>Procedures and Information</h3> <table width="98%" align="center"> <tr style="background-color: #333; color: #FFF;"> <td>Charts for <?php echo $schedule->depicao?></td> <td>Charts for <?php echo $schedule->arricao?></td> </tr> <tr align="center"> <td width="50%" valign="top"> <a href="<?php $data = OperationsData::GetAirportInfo($schedule->depicao); echo $data->chartlink; ?>" target="_blank"> …
Last reply by mark1million, -
- 1 follower
- 7 replies
- 2.6k views
Hello, For some reason my "Open Bids" list stopped working, it shows no bids, when there are some in the admin center: http://www.msflights.net/pilots/phpvms/index.php/schedules This happened pretty much out of the blue....I have not changed anything on the site. Does anyone have any idea why this has occurred? Thanks!
Last reply by mseiwald, -
- 1 follower
- 4 replies
- 2.6k views
Hi all, I'm trying to pull pilots awards in but having some trouble. If a pilot has an award this code works perfectly. However, if a pilot has NOT received an award yet I get an error. Does anyone know how to create an "if" statement that addresses an empty array? error received: Warning: Invalid argument supplied for foreach() <strong>Awards</strong> <li class="list-group-item"><?php echo "<table>"; echo "<tr>" ; $i = 0; foreach ($allawards as $award) { if ($i % 5 === 0) { echo '</tr><tr>'; } echo "<td> <img src=".$award->image." alt=".$award->name." />…
Last reply by Parkho, -
- 7 replies
- 2.6k views
Hi, we (argavirtual VA) want invite to join other friend VA to phpvms (they actually are in airlinesadmin). And for us would be wonderful to have a flights table and other tables where we shared our flight data, top pilots, finances, map etc. For example as in VaCentral: http://www.vacentral.net/livemap Actually our table start so: <div id="traffictable"> <table> <table width="100%" border="5" bgcolor="#000000"> <thead> <tr> <td></td> <td align="center" bgcolor="#FFFF00"><strong>Estado </td> <td align="center" bgcolor="#FFFF00"><strong>Número de vuelo </td> <td align="center" bgcol…
Last reply by ARV187, -
- 6 replies
- 2.6k views
Hello , I Have an big problem. Here is the problem ... Please help me I'am sorry for the bad english because i'm french http://brusselsairlinesvirtual.livehost.fr/phpvms/
Last reply by servetas, -
- 6 replies
- 2.6k views
Hello, ive just got a free hosting site (for now) :L and i got this message when i tryed to access it. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request If Anybody can help, id probably get My VA Started. Thanks
Last reply by Nabeel, -
- 1 follower
- 5 replies
- 2.6k views
Hi! I am working on a phpVMS site that I installed on my local PC - with use of XAMPP. If I would like others to view this site from around the world, I am assuming this is what I should do (but it is not giving me the result I need): 1. Configure my firewall to allow port 80. 2. Configure port forwarding for port 80. 3. Assuming my external IP address (using whois website) is xx.xx.xxx.xxx and my phpVMS site folder is called 'phpVMS-VA', I would assume for someone to view the site would have to put in their browser: xx.xx.xxx.xxx/phpVMS-VA What am I doing wrong here? Thank you!
Last reply by Oxymoron290, -
- 4 replies
- 2.6k views
Hi, I am trying to get a live flight map on another website, that is outside the folder phpvms is in. So, my current setup is, I have the Crew Ops Center on a subdomain, and I am trying to figure out how to get it to show on the main site as well. Any help would be greatly appreciated.
Last reply by Heritage1, -
- 4 replies
- 2.6k views
Hi Nabeel, I found what could be a problem with the new "Change Pilot ID" function. It appears that all my admin pilot groups can use this function. Even my basic hub managers that just have manage PIREPS as their only permission. I just tested this on my dev site to be sure. Thanks, Keith
Last reply by TennShadow, -
- 5 replies
- 2.6k views
I am running into a bit of a challenge. I installed phpVMS on a new website yesterday in a very advanced environment, (meaning I can change some of my own settings...) I have so far found the answer to my other issues, but this one I am not finding. 1> I have downloaded the CSV template for uploading the schedules from my upload page. Entered into Excel, and have entered roughly 20 routes as a test. 2> I have had two occurrences when I try to upload. a> the first is a report of success(without naming any successful routes being added "The import process is complete, added 0 schedules, updated 0, for a total of 0" b> The second is where I will get …
Last reply by t_bergman, -
- 1 follower
- 3 replies
- 2.6k views
Solved , i missed some files
Last reply by Parkho, -
- 9 replies
- 2.6k views
I have a feeling my accounts been hacked by somebody. I put a new page form called report a problem and this is what its come up with. I put a form in there. It only comes up in my account, I haven't made any test pilot accounts or anything and when somebody who isn't logged on comes on, it comes up as not found. I am worried about this as I was hoping to start advertising today.
Last reply by goldenairways, -
- 12 replies
- 2.6k views
Good Day, I am using phpVMS via TFDI systems webhosting. I am having multiple issues with uploading or creating an airport. I tried to import them and the system recognises the Airports but nothing happens. When I try to add a single airport and use the fetching option also nothing happens. Also I am having problems with the reCaptcha how can I solve it? I hope you can help me with my problems. Kind Regards Daniel
Last reply by ProAvia, -
- 4 replies
- 2.6k views
OK, I am getting ready to prepare for an actual VA inaugural flight and so I chose a flight and came to the pilot briefing form. These are my observations: NOTAMs: I get some invalid security cert. from the supposed FAA site. Anyway, perhaps it would also be nice if one could have a link to a virtual NOTAM to complement a real life one. Sometimes flying organizations have their own airport NOTAMs. Charts. The links for the arrival and departure charts actually points to www.airnav.com to search charts there. It totally omits the fact that one may have also inputted an URL to an airport chart when one created the airport in the database. To make this complete it would …
Last reply by freshJet, -
- 3 replies
- 2.6k views
I am receiving Strict Standards errors all over the place. just for example when I try to change skins in the admin panel I get these errors.. Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 57 Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 59 I have changed my error reporting in the PHP.ini file to: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED as xampp instructed with no luck.. also changed PHP.ini file with this: error-reporting = E_ALL & ~E_NOTICE & ~E_STRI…
Last reply by nabpp, -
- 1 follower
- 5 replies
- 2.6k views
Hello and thank you for the work you have done (phpvms I am new to all this and i will like to ask if anyone can guideme with a link or something how to setup correctly fspassengers (servers side) to speak with the pirep system that the phpvms uses so i can actually use it in my va and have pilots sent their pireps . So we can track hours flown by every pilot And is it possible to view them live inthe acars map ? Thank you for your help and time
Last reply by Parkho, -
- 6 replies
- 2.6k views
Hello friends, I have a problem again to send the log. the following message appears: "Dababase send error log error" My reporting of this error below. removed by Nabeel my site not error;; view http://voeoceanairvi...heckinstall.php http://voeoceanairvi...all/checkdb.php waiting your help. thank you.
Last reply by CN@ndo, -
- 4 replies
- 2.6k views
Hi, I have an issue when you login to the crew center, on a subdomain, it redirects you to the main page, run by wordpress.... ANY IDEAS ON THIS ISSUE!!!!
Last reply by Jonah0037, -
is there anywhere where we can add more fonts into PHPVMS? thanks in advanced
Last reply by Nabeel, -
- 6 replies
- 2.6k views
All of a sudden, I am unable to bid on a flight. When I press "Add to Bid" I get this error: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Schedules' does not have a method 'viewaction.php' in /home/u107961649/public_html/core/classes/MainController.class.php on line 218 Its so weird as it was working earlier. I completely reinstalled phpVMS, yet I still get the error.
Last reply by jacobmatthew, -
- 12 replies
- 2.6k views
Hi, i have a error in the installation, i did follow very carefuly the steps, when i open the web page appears this message. Please help. Thank You error phpvms.zip
Last reply by servetas, -
- 5 replies
- 2.6k views
Is it possible to filter flights through each airline inside of the pilot center flight search i have 5 airlines inside of phpvms and was wondering if there is a way to filter the flights, meaning separate passenger flights from cargo flights and so on. Please help! Kind Regards, Allan CEO Wings Aviation
Last reply by Nabeel, -
- 4 replies
- 2.6k views
Hi guys, I have this code but the flag is not displayed. Any help is welcome. Thank you <?php $country = OperationsData::getAirportInfo($route->depicao); $imgicao = array_search($country->country, Countries::$countries); ?> <img src="<?php echo SITE_URL;?>/lib/images/countries/<?php echo strtolower($imgicao);?>.png" alt="<?php echo strtolower($imgicao);?>" /> <a href="<?php echo SITE_URL?>/index.php/airports/get_airport?icao=<?php echo $route->depicao ?>" target="_blank"><?php echo $route->depicao;?></a> (<?php echo $route->deptime; ?>) </strong> example …
Last reply by gio1961,
