Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 12 replies
- 3.4k views
Hi there, I am considering creating a Departure board, however I was wondering how can I extract a selected number of upcoming departures? For example, next 10 or 15 departures.
Last reply by mischka, -
- 1 follower
- 6 replies
- 1.7k views
Hello, I am doploying phpVMS on debian with php7 and nginx. When I access to admin all of admin modules aren't working because the ADMIN_PANEL constant define in /admin/index.php have not the correct value so the condition define in app.config.php for the modules path is false... Have you any solutions to fix the problem to have modules working fine in my admin ? Thanks
Last reply by Gofast77, -
- 1 reply
- 1.2k views
Hello i recently download the Exam Center Module for my VA, and when i instaled im recibin this Deprecated: Non-static method ExamsData::get_setting_info() should not be called statically, assuming $this from incompatible context in /home/u972563037/public_html/core/modules/Exams/Exams.php Deprecated: Non-static method ExamsData::check_exam_assigned() should not be called statically, assuming $this from incompatible context in /home/u972563037/public_html/core/templates/exams/exam_list.php Also when i request an exam i recibe this other error, warning in this case Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Ex…
Last reply by ProSkyDesign, -
- 12 replies
- 2.6k views
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/tstamer/public_html/crew/core/classes/Config.class.php on line 108 Not sure what happened between this morning and now, but just went to my site (http://test.americanva.org) and on the home page I have a depreciated message. I don't know what needs to be done to correct it or hide the message. Can someone help? Here is the code for that area /** * Load all the site settings. Make the settings into define()'s * so they're accessible from everywhere */ public static function LoadSettings() { …
Last reply by ProAvia, -
- 1 follower
- 3 replies
- 2.2k views
Hi, I'm trying this function in a table <?php echo $flight->deptime; ?> But my server have NY time and I want UTC time or +6 hours, then I'm trying this: <?php echo $flight->deptime+'6 hour'; ?> But if for example in NY are the 16:38h I get 22h, not 22:38h I tried with +6, with +06:00:00, etc, but nothing. How I can get deptime in UTC or add 6 hours with minutes? Thanks! P.S: This is the source file (I think) to deptime funtion https://github.com/nabeelio/phpvms_v2/blob/master/core/common/ACARSData.class.php
Last reply by ARV187, -
- 12 replies
- 2.6k views
hi is there any module for dispatching flights to pilots?
Last reply by mark1million, -
- 19 replies
- 4.9k views
Hi all! I have seen this map : http://delta.innosked.com/ and I am completely amazed ! I would like to have a similar map on our VA website but I dont know where to start ! Any help will be appreciated ! many thanks
Last reply by Jeff, -
- 2 replies
- 2k views
I forget who created this mod, [don't feel like searching] "detailed Fleet info" but, it displays aircraft that are retired, would anyone mind post code to have this mod not show retired aircraft?
Last reply by RogerB, -
- 0 replies
- 817 views
Hi Guy's I would like to know if there is any way to detect failures from the aircraft? Like CargoFire or somethink like this. regards, Tummi
Last reply by Tummi, -
- 5 replies
- 1.7k views
Hey guys, When a potential pilot (or somebody interested for whatever reason) comes first to my website, I'd like to show them some kind of video/demo/intro. obviously, return visitors shouldn't see this. detecting a logged-in pilot is easy enough, but how to check if somebody comes for first time to my page? thanks in advance
Last reply by freshJet, -
- 0 replies
- 868 views
Hey guys, I wonder if anyone could help me on this one: I want to check if a visitor is on a certain page, and then have the page display something. reason is: I have a page with a forum and a chatbox. So if somebody goes to this page, I want the homepage to show this, so that other pilots also be tempted and visit the forum/chatbox to meet their colleagues. Obviously, if the user moves to the next page, this should also be detectable. can this be done?
Last reply by mischka, -
- 5 replies
- 1.8k views
Yeah, you're right. One topic solved, the next follows. Hope this will be the last one for a while . We'll have a look at the schedule_results.tpl, where the problem is the following: In front of every resulting flight I have put a picture (I mean the Aero Lloyd logo ; see below). I now intend to show this picture for every flight marked as passenger flight. For flights, marked as charter, I'd like to have another picutre. How do I handle with this "if"-issue to determine the appereance of each picture?! I hope the problem is clear, otherwise just ask me. Maybe there's someone in this holy programming-world, who can help me . I'd really appreciate this, as I don't k…
Last reply by Bueno93, -
- 1 follower
- 3 replies
- 1.7k views
Dear Members i would like to ask for the help to please advise me as how to get the output text such as greased landing, Hard Landing etc for example Pilot submitted the PIREP with -850 ft/min landing rate i would like to get an small text showing weather it is hard landing or greased landing like this -850 ft/min (HARD LANDING) same goes for greased landing i tried the below code but doesn't seems to be working for me as i am not getting an idea how to put < less than or > greater than values between the code please help. <?php if($pirep->landingrate == '> -750') {echo 'Hard Landing';} else {echo "{$pirep->landingrate} ft/min"; }?> how i …
Last reply by OA01, -
- 2 replies
- 1.4k views
I've been playing around with this for a while: <?php $mystring = ACARSData::GetACARSData($aircraft->registration); if( strpos( $mystring, '$aircraft->registration' ) !== true ) { echo '<div style="border-radius:50px; height:10px; width:10px; background-color:green;">'; } else { echo '<div style="border-radius:50px; height:10px; width:10px; background-color:#cccccc;">'; } ?> I want it to display the green dot if it's flying and grey if not. Simples. But how?
Last reply by Kyle, -
Hi, once I get my current live website stable, I would like to create a development site to work on a few things. Is it possible to run my dev site with the same database as the live site? Is it a bad idea to do so?
Last reply by RogerB, -
- 1 follower
- 4 replies
- 2.5k views
Hi everyone, I am developing some addons for phpvms using codon framework. I have a question for you who are developers. How can we use __remap() function? Is there a __remap() function in codon framework like CodeIgniter? If there isn't, i really think that will be wonderfull. Best regards,
Last reply by Tom, -
- 0 replies
- 725 views
Hi, I have installed an Apache server locally with the development version of the code for my virtual airline. How I can connect that code with the database that is uploaded on the server, to check with actual data everything works fine? I have changed this line in local.config.php: define('DBASE_SERVER', 'localhost'); to define('DBASE_SERVER', 'aircan.4thperrus.com'); but i get this error: Fatal error: in ..\aircanV2\core\classes\ezdb\ezdb_mysql.class.php on line 99 Thanks in advance
Last reply by Jaker, -
- 0 replies
- 860 views
Hi, I have installed an Apache server locally with the development version of the code for my virtual airline. How I can connect that code with the database that is uploaded on the server, to check with actual data everything works fine? I have changed this line in local.config.php: define('DBASE_SERVER', 'localhost'); to define('DBASE_SERVER', 'aircan.4thperrus.com'); but i get this error: Fatal error: in ..\aircanV2\core\classes\ezdb\ezdb_mysql.class.php on line 99 Thanks in advance
Last reply by Jaker, -
Different Airline,
by Guest chikolol- 1 reply
- 911 views
hello i was wondering if you have more then one airline, how would i display the latest reports for that particular airline, or latest pilots?
Last reply by Nabeel, -
- 2 replies
- 1.3k views
I have spark-jet.com which is the main site, but we are starting SparkLift, which is our cargo arm. Is there any way for SparkLift (SPL) to draw from the SparkJet (main with a lot of different ICAO codes) database but only draw info with the SPL code? Relevant Links: http://www.spark-jet.com http://lift.spark-jet.com
Last reply by Remington Box, -
- 0 replies
- 886 views
Okay, I'm going to try to explain this correctly... I have 3 different Award Types that I am trying to integrate into my server. I do not want all 3 award types to be awarded to the same table. I am wanting to have 3 different award table types on the Pilot Profile pages. Is this possible to do? If so, how exactly would I go about setting it up to show different award tables?
Last reply by Jeff, -
- 1 reply
- 927 views
Can you add different codes for flights. i.e for code share?
Last reply by mattsmith, -
- 2 replies
- 1.4k views
Hi, I was wondering if there is a possibility to use a three letter code for Pilot ID's and two letter code for flight numbers? For example, FEU for pilots and FE for flight numbers?
Last reply by mseiwald, -
- 2 replies
- 1.1k views
Hello, I recently had an issue yesterday of the system logging a completely different flight after my flight from KLAX to RJAA was complete. It showed two flights complete, one from KBOS to KBWI, and another from KLAX to KBOS. None of those flights were ever flown, however, they may have been added to the flight bid. Would having those flights in the flight bid allow that to happen? Also, I am noticing that after adding flights and going through the flight search, I cannot see them in the searches. Is there something that would help this problem? Thanks, John Croth simual.com
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hello, I would like to know how to have a different homepage other than having the homepage content implemented to layout.php(or .tpl) via frontpage_main.php For example I have a home page designed with a slider(I'll refer to is as PAGE1), and I a separate page planned for all other pages (a layout page). So i would like to display PAGE1 on myurl.com/index.php and display the layout(as usual) on all other pages "myurl.com/index.php/something/" Thanks in advance. Kind regards, Kishshey
Last reply by Kishshey, -
- 6 replies
- 2.5k views
I have replaced the blue circle image with the plane in it (default) and replaced it, I have created my new image 360 times but sometimes it changes to the default image. Also i want that red line changing so people can see the exact route they are flying, I have found a forum post for it but it did not work for me Any help with be appreciated Thanks I am using Smart Cars
Last reply by markyboy123, -
- 1 reply
- 1.1k views
I want to get different images for divisions on the ACARS Map bubble, how can I tell it to change an image based on either flight type (although I believe that always stays as Passenger for some reason in the PIREP?) or based on flight number? For example, if the flight number is between FEU3000 and FEU3999, display this image. Tried an if statement but it wouldn't work, it just shows the one main image. I'd appreciate some help.
Last reply by HighFlyerPL185, -
- 0 replies
- 1.2k views
Is it possible to create a different theme for the login file? Like 2 different themes 1 for the signed in users, and 1 for the users not signed in! Greetings, Jesper
Last reply by 2Jesper2, -
- 1 reply
- 805 views
How would I build a module for my crew center? this would be of my choice for things, and add it on to phpVMS?
Last reply by Strider, -
- 1 reply
- 1.3k views
Dear Members i am willing to put up bootstrap admin panel as pilots profile_main.tpl so how can i integrate different html admin layout within my website. for more clarification please do ask. James
Last reply by jamyboy,