Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 3 replies
- 1.2k views
Hi i am wondering what the latest version is and where is best to download thanks.
Last reply by servetas, -
- 1 follower
- 2 replies
- 1.1k views
Hello , I did an install oh phpvms on subdomain , and I have a html template on my main website ( I will switch him to php to put the code ) But I would like to know what code to put to make the database call ( pilots , routes , flights , miles flown etc... ) Cheers Rafael Letras
Last reply by Parkho, -
- 3 replies
- 2.5k views
I am wondering how to install phpvms 4
Last reply by servetas, -
- 1 follower
- 5 replies
- 1.5k views
I just downloaded the phpvms version that has been edited to work with PHP70. I am getting a weird hours calculation. Below I put what can be found after running the maintenance option for VA flight hours. Calculating hours for all pilots: SFC001 - found 2.00 flight hours for number Pilots have a total of 2.00 hours Now counting from PIREPS Found 00:00:02 total hours, updated Any Ideas?
Last reply by Parkho, -
- 5 replies
- 2.2k views
Hello together I would like the side content in the middle is http://stuttgart-airlines-va.com/index.php/Pilots how can I do that?
Last reply by ProSkyDesign, -
- 2 followers
- 8 replies
- 1.9k views
Hi everyone, I am trying to edit the pilot list template adding a header but this is shown repeated on every hub tablet. I want the header to appear just once. Is there any way to solve it? Thanks.
Last reply by ProSkyDesign, -
- 1 follower
- 11 replies
- 4.5k views
Hi all, I cannot find any information on how I upgrade my version of phpVMS. I have downloaded the latest version of it, but what do I exactly do with it? Do I just wipe my current install and install the new one for scratch? Do I just upload the "upgrade" files? A lot of work has gone into the current site (v2.9) and I was wondering what's the easiest way of upgrading. Regards, Pete Bonus question: Is it actually worth upgrading ie. are there modules I'm missing out on, or are there any major ones that will no longer work if I upgrade?
Last reply by jbinner, -
- 8 replies
- 1.5k views
Recent install went fine on my Debian VPS. I am unable to log in (or get people to register) and I have tried everything I could find. The actual written form: phpVMS Virtual Airline Administration SoftwareInstall Check phpVMS Build Number: 936 Checking PHP version[OK] PHP version is 5.6.30-0+deb8u1.xASP Tags[OK] ASP-style tags are disabledChecking connectivity...Fatal error: Call to undefined function curl_init() in /var/www/html/airline/core/classes/CodonWebService.class.php on line 58 Please help!
Last reply by JRiley, -
- 1 follower
- 3 replies
- 1.4k views
I had upgraded this winter from PHPVMS 2.9 to 5.5. Today I had been notified about by a pilot with a low rank, that he could see also very new schedules meant for higher ranks. He even did send me a screenshot. I had checked everything and it seemed that all I had created was correct. After a check of the database, I saw at the fleet table, that there is a rank column and a minimum rank column. And the content is different in them. Except for changing stuf in the database I do not know where to change that on the website. Anybody a tip? Thanks ahead, RobB
Last reply by Parkho, -
- 1 follower
- 13 replies
- 2.6k views
Hi Guys am having a problem with the Exporting of the csv for phpvms every time i try and export i get this (* see attached) phpVMS Versionsimpilot 5.5.2 can anyone help me please
Last reply by LuxuryCEO, -
- 1 follower
- 1 reply
- 958 views
Before we built a few scheduled routes, I could file a PIREP just by filling in a PIREP form accessible from Pilot Operations section. All i had to do was input departure and arrival airports along with other data required. Now that we have built a few scheduled routes, it seems like that cannot be done anymore because the dep and arr airport fields will only allow selection of icao codes from our scheduled routes. surely, there must be a way to file a manual report of a flight between two airports. In addition to that, how do I stop the default kennedy airport from showing up on the list of airports? We have not included it into any of our schedules. This…
Last reply by Parkho, -
- 1 follower
- 3 replies
- 2.9k views
I'm trying to get the pilots stats to show on my front page, i have added the following code to frontpage_main.php but it's not pulling the data. <ul class="list-group"> <li class="list-group-item"><span class="badge"><?php echo $userinfo->totalflights?></span>Total Flights</li> <li class="list-group-item"><span class="badge badge-default"><?php echo $userinfo->totalhours; ?></span>Total Hours</li> <li class="list-group-item"><span class="badge badge-primary"><?php echo $userinfo->transferhours?></span>Transfer Hour…
Last reply by Parkho, -
- 2 followers
- 3 replies
- 3.1k views
Hi guys. I installed phpvms and when i try to send a Mass email i receive the message below. Anyone can help me? My local.config.php is # Email Settings Config::Set('EMAIL_FROM_NAME', 'Vatsim Brasil Airlines'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@vatsim.net.br'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.sendgrid.net'); Config::Set('EMAIL_SMTP_PORT', '587'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'user'); Config::Set('EMAIL_SMTP_PASS', 'pass'); AH01071: Got error 'PHP message: PHP …
Last reply by Parkho, -
- 2 followers
- 4 replies
- 1.9k 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, -
- 2 replies
- 1.9k views
Hello Peeps. I am working on a new Crew Center. I have renamed the Profile Module as Dashboard. My frontpage_main.php looks like this <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php if(Auth::LoggedIn()) { header('Location:'.SITE_URL.'/dashboard'); } else { header('Location:'.SITE_URL.'/login'); } ?> Now after I log in it still redirects me to Profile Module. I want it to be redirected to Dashboard Module as http://crew.siteurl.com/dashboard. I tried to dig deeper but was afraid to mess up. So any leads or fixes folks? Sincerely, Aaryan Kapoor
Last reply by Aaryan, -
- 1 reply
- 1.1k views
I have added an airport during the initial setup of the va. I want to edit the airport from KJFK to CZBF using the Airports Add/editor facility i input the new ICAO for CZBF ( Bathurst) and press the lookup button and the editor begins the data search. Nothing takes place. even if I manually edit the data and save the airport, no change takes place. Aparently a delete airport option was not programmed for some reason. how can I either edit or delete this airport - rither remedy works for me. thnx
Last reply by ProSkyDesign, -
- 0 replies
- 950 views
got it working. :)
Last reply by ToiletDuck, -
How do you view all the ranks on a page?
Last reply by OmerAslan, -
- 1 reply
- 1.2k views
Hi there, I am working on building my VA's website, and currently I have a problem which is how can I remove the reCAPTCHA from the registration page and use some other captcha image instead? The reason why I need to remove is all Google service is not available in China. So I have to remove it. Thanks!
Last reply by OWA001, -
- 0 replies
- 811 views
Hello, Reset Hours option shows for all the pilots, AAL030 - found 1 flight hours for number AAL134 - found 1 flight hours for number AAL161 - found 1 flight hours for number AAL169 - found 1 flight hours for number AAL173 - found 1 flight hours for number AAL192 - found 1 flight hours for number AAL204 - found 1 flight hours for number AAL209 - found 1 flight hours for number AAL255 - found 1 flight hours for number AAL260 - found 1 flight hours for number AAL262 - found 1 flight hours for number AAL1032 - found 1 flight hours for number AAL1036 - found 1 flight hours for number AAL1041 - found 1 flight hours for number AAL1047 - fou…
Last reply by OmerAslan, -
- 1 reply
- 1.1k views
Good evening guys! When I click on Book Flight, it says Flight Booked. Also the bids data gets added to sql database. But when I click on 'My BIds' I cannot see any bid over there. What might be the problem? This is my core_htmlhead.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php /** * STOP! HAMMER TIME! * * ====> READ THIS !!!!! * * I really really, REALLY suggest you don't edit this file. * Why? This is the "main header" file where I put changes for updates. * And you don't want to have to manually go through and figure those out. * * That equals headache for you, and headache for me to figure out…
Last reply by servetas, -
I have added the pilot login to frontpage_main so it shows up on the main site. How do i make it disapear once logged in?
Last reply by flyalaska, -
- 2 replies
- 1.2k views
I have this code for pictures carousel , but I would like to have a auto play video from youtube instead : <div class="container"> <div class="row"> <div class="col-md-12"> <div id="carousel"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> …
Last reply by servetas, -
- 3 replies
- 1.9k views
Hello, I have error log in many folders. And i am eraseing them all the time. Is there anyway can we make some cronjob like this and erase them auto? Like this mycommand >/dev/null 2>&1 Is anyone using something like this?
Last reply by OmerAslan, -
- 0 replies
- 1.1k views
I have recently started php logging in order to troubleshoot another issue I am having. In the php log, it shows the following over and over: Here is the code for that section: Any ideas? Regards, Nat
Last reply by natcret, -
- 2 replies
- 1.2k views
Hello :-) I recently started helping out with development for our VA. We use VMS 5.5. I tried desperatley to find documentation on various pages that i was led to, via the vms website or others. Also many posts here in the forum dont seem to work. If i open the post it shows me an unformatted white page with broken entries (on all browsers). Can anyone lead me to the docu pls? Would be nice. Also im a bit confused by the version numbering. I see the website shows an VMS 3, what for some reason seems to be the more new version than 5.5?
Last reply by ProAvia, -
- 1 follower
- 14 replies
- 3.5k views
First I would like to thank you for this wonderful Skin, It has been installed successfully on my Va but i have a some of issue .. ?! - i can't see any pilot flying or details on Live flight or Live map ?? ( I am using simpilot 5.5.2 Version ) And using Kacars ?! Any help ?!
Last reply by BaderNET, -
- 0 replies
- 881 views
I have worked on this for weeks and no good. I have at this time removed my captcha and tried I would prefer to have it. my hosting is pay not free. My site is http://floridaairxpressva.com/index.php/ solved
Last reply by mack, -
- 17 replies
- 3.3k views
Hello, When i add custom field with text option all is fine. But field type textarea or dropdown then not working. Like pilot add something but not save and not shown. How can i fix this please.
Last reply by OmerAslan, -
- 1 follower
- 7 replies
- 2k views
Is there a way of changing the email that the contact form sends to? I want all contact emails to go to my CEO
Last reply by mattsmith,