Support Forum
Any questions or bug reports go here.
7146 topics in this forum
-
- 1 follower
- 0 replies
- 1k views
Hello, Just updated the server to Debian 9 and PHP 5.6.34 and now I have a problem that my manual pireps will not save and I also did a test with Kacars and also those pireps won´t save. Does anyone has does problems too and how do I solve them :-) Regards, Cor
Last reply by Cor, -
- 0 replies
- 1.1k views
Good morning guys. When you receive an email (contact form) this is not "formatted" correctly, but all fields are displayed confusingly. Is there a way to solve this problem? thank you in advance
Last reply by gio1961, -
- 0 replies
- 854 views
Hello everyone, I wanted to make sure that when a pilot completes a flight a notification would complete, just like vAMSYS (https://prnt.sc/iwbu8j). But I have no idea how to do this. Does anyone have any ideas? Thanks. Regards, Carlos,
Last reply by CarlosEduardo2409, -
- 0 replies
- 816 views
Hi, I am Bob PVA5188. On about 6th March I sent a message via the "contact us" button on the website requesting a leave of absence of a week. When I returned approximately a week later the website was down and was unable to complete a flight. Now i find that by account has been suspended. I have tried to send messages via the website on a number of occasions and so far have had no replies out of 6 Emails. I would really like to have my account re-activated so I can carry on flying. Can anyone here help? Thanks Bob
Last reply by RMorrison, -
- 4 replies
- 1.5k views
Hello everybody I would also like to integrate the days into the schedule search. That means, if a pilot selects Monday in a box, then all flights from Monday are in the results. My code so far ... schedule_searchform.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <section class="content-header"> <h1>Schedule Search</h1> </section> <!-- Main content --> <section class="content"> <div class="cssload-ball"></div> <!-- Main row --> <div class="row"> <!-- Left col --> <section class="col-md-8 connected"> <form id=…
Last reply by Miggel, -
- 4 replies
- 1.6k views
Although it shows in the code that the New Post should be aligned left it is aligning the NEW post my pilots make Center. Any ideas? <?php //VAForum Original by:simpilot //VAForum Security updates + VAForum 2.0 onwards by: Tom Sterritt ?> <?php $this->show('forum_nav.tpl'); ?> <h3>New Post</h3> <script src="/lib/js/ckeditor/ckeditor.js"></script> <center> <form action="<?php echo url('/Forum');?>" method="post" enctype="multipart/form-data"> <table width="80%"> <tr> <td>Posted By:</td> <td align="left"><b><?php ech…
Last reply by in2tech, -
Hi guys, did someone re-use how to intervene on the ReCaptcha code of the old phpvms Version 2.1.936 version? (page contact, registration) if yes, how? thanks for a possible answer.if yes, how? thanks for a possible answer
Last reply by gio1961, -
- 1 follower
- 8 replies
- 2.1k views
How to cancel the Google verification code when register? Or replace other verification code?
Last reply by youngbuckscrew, -
- 5 replies
- 2k views
Hello, I am creating my brand new admin template for my va. the only problem I have is that I cant figure out why my profile_edit would not save the new entered information. Anyone that can take a look? My profile_edit.php is below. Kindly regards, Rick
Last reply by Miggel, -
- 1 follower
- 7 replies
- 2.5k views
I ran into a wall with the monthly hub stats. I am trying to get the hours to reset every month. Shown on the red ribbon on the picture below. It only shows total hours. Here is my code. public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } <?php echo HubStats::TotalHoursBetweenDates('PACD', date("Y-m-01"), date("Y-m-t"));?> Any help would be appreciated!
Last reply by shakamonkey88, -
- 3 replies
- 1.4k views
Hello guys, now I have doubts. 1. The first is more or less an error and a doubt. I made a count to count how many registered pilots and pending pireps have, the two are on the same count, it works fine, but an example: If I have a pending pilot and I accept this pilot, the count does not reset, she It's 1. I do not know if it's because I have two count, I just do not know. This is the code I am using: <?php echo count(//code for count pireps\\ . //code for count pilots pending\\); ?> 2. I wanted to make a graph to tell the altitude and ground speed that the pilot was in his PIREP, I saw in some topics that he had but did not have the complete ans…
Last reply by CarlosEduardo2409, -
- 1 follower
- 142 replies
- 73.3k views
The third party Open Flash Chart script that is used within phpVMS has an exploit that has been used recently and often to deface and/or alter sites using the phpVMS software. I have cleaned 11 of my client's sites in the last 36 hours. Although some sites have been obviously defaced with homepages replaced, some have had advertising scripts uploaded to redirect users to various companies. An example of a defacement today -> http://hack-db.com/787962.html The exploit is explained here -> http://www.exploit-d...exploits/10532/ WHAT TO LOOK FOR; if you have a folder in /core/lib/ that is called "tmp-upload-images" your site has been compromised. Inside that fold…
Last reply by gio1961, -
- 8 replies
- 2k views
I Have Gone To Other Forum Posts And Tried Everything But None Of It Is Working. Here Is What I Am Stuck With There was an error adding the airport https://prnt.sc/isfvur
Last reply by ItzKV, -
- 1 reply
- 1.9k views
I been getting about 4-6 of these kind of registrations a day. Anyway to stop them?
Last reply by spkier, -
- 1 reply
- 1.3k views
Hey Guys is there a way to add best and worst landing for the month with who the pilot is ? in the top pilot stats?
Last reply by Boogace, -
- 2 replies
- 1.2k views
How do I show just the top ten? <table width="100%"> <?php echo '<td width="250px" valign="top">'; echo '<table cellspacing="1" cellpadding="1" border="1">'; echo '<th width="150px"><div align="left">Country Location</div></th>'; echo '<th width="100px"><div align="center">Pilots</div></th>'; $country_info = DB::get_results('SELECT COUNT(pilotid) as total, location FROM '.TABLE_PREFIX.'pilots GROUP BY location'); foreach($country_info as $country) { echo '<tr>'; echo '<td align= "left">'; echo '<img src="'.Countries::getCountryImage($country->location).'" /> '; echo Countri…
Last reply by in2tech, -
- 0 replies
- 770 views
I have recently had to completely replace my home computer. Restores to new machine from CarbonIte appear to have gone well. When I try to make some changes to my website, I cannot save them, getting the attached error text. Any help as to how to proceed is most appreciated Thanks Unable to save IPS Content.zip
Last reply by texxasal, -
- 0 replies
- 813 views
Hello everybody I have a few questions... 1. If I plan a flight (Simbrief integration) I have eg 150 passengers. After the flight in PIREP, only 118 or any other number may be debited. How do I get phpvms to take over Simbrief's data? 2. I have an ugly white field above. How can I remove this?
Last reply by Miggel, -
- 10 replies
- 2.5k views
Can modules with file extension TPL be used with Simpilot v 5.5.2??
Last reply by CFVA, -
- 4 replies
- 1.7k views
Hi There, After moving servers we now have a problem with the ADMIN side where there are no route maps being displayed. All that is displayed is a blank pop up window with "Route Map" in the top left. Any help please. David Oz Flyer.
Last reply by OzFlyer, -
- 14 replies
- 2.6k views
I have completely removed the tables from the database and reinstalled and I still get this error since moving the site over. If I completely remove it how can this still be happening and not install correctly on a Fresh brand new installation of the VAForum 2 Module? Deprecated: Non-static method ForumData::is_moderator() should not be called statically, assuming $this from incompatible context in blah blah blah.....
Last reply by in2tech, -
- 10 replies
- 2.2k views
Hi guys, my pilots are unable to remove bids on mobile, because they have to double click. I was wondering how I can change the "Remove Bid" button to only require one click. Thank you, I'd really appreciate your help!
Last reply by opsman, -
- 1 reply
- 1k views
Hi all please , how can i change the currency used in the financial system .. thanks in advance
Last reply by flyalaska, -
- 0 replies
- 957 views
Hi can I transfer my members flight hours to new site. I update them in MySQL but when they file a pirep it resets and only sees flight hours on new site. Any help would be appreciated
Last reply by Gearoid, -
- 2 replies
- 1.4k views
I am getting this error when approving or rejecting Pirep's phpVMS 5.5.2 php5.6 Warning: imagettfbbox(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 970 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/Pilo…
Last reply by flyalaska, -
- 1 follower
- 9 replies
- 2.2k views
Hi there When my users submit a PIREP, I would like them to select a flight number from one of the schedules I've created without having to remember the flight number. I've managed to convert the flight number text box into a dropdown menu but not sure how to pull the schedule flight number and note through so the data appears in the dropdown automatically. Any ideas how I would go about doing this? Apologies, I'm still learning! Thanks in advance
Last reply by opsman, -
- 5 replies
- 1.6k views
So... Hello everyone, again. I have a new problem again. This time the error is in the forms. On all forms of my VA (Airmail, fltbook, all) are not working. When I submit something it does not lead to the correct place and the link gets weird (the information stays in it, as in the image below). (https://prnt.sc/imjq3b) The image above is an example of the fltbook, when I click to search for a flight the form does not work but enters this link. I'm using a custom skin that I'm doing. I'm sure it was some file that I moved and now is giving error, because before was not giving any error, worked perfectly. I'm sorry for not passing mo…
Last reply by CarlosEduardo2409, -
- 11 replies
- 3.4k views
Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Tried the above code into app.config and local.config files in core folder but with no luck when i hit Look up airport i'm stuck at getting "Fetching airport info" and nothing happens below is a image of what i tried: https://imgur.com/a/TLAIq Website: http://192.3.141.136/dashboard running: ubuntu 14.04 php 5.2.0 mysql 5.5 apache2
Last reply by spkier, -
- 7 replies
- 3.1k views
Hi, For some reason this has just started to popup on my site when accepting pireps, Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016 so i went over and deleted all the signatures and recreated them all from the admin side, that produced the same error but the images are being created, any ideas what is causing this? Generating signatures... Generating signature for Mark Grant Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016. Those lines are here # Add the Rank image if (Config::Get('SIGNATURE_SHOW_RANK_IMAGE') == true &&am…
Last reply by ProAvia, -
- 2 replies
- 1.9k views
Hi, I've added a custom PIREP field so my pilots can record the number of points they get following each flight however I'm not sure how to display this in the Pilot Center as part of their profiles...any ideas? I've tried the Custom Profile Field option however this doesnt appear on the PIREP so not quite what I'm looking for :-) Any help is appreciated!
Last reply by opsman,