Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 25 replies
- 3.8k views
Hi all, I met a little trouble. Indeed, I have the list of pilots (pilots & group --> view all pilots) that appears in my dashboard. But when I click on "edit", I have an empty page I reloaded the files to see if I had a problem but nothing to do have you ever encountered this type of problem? I'm in phpvms 5.5.2 Php 5.6 Thanks for you help Best Regards Laurent
Last reply by larabrian, -
- 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
- 937 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
- 890 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, -
- 1 reply
- 1.2k views
So I have had this code on my site for a long time. Uploaded and downloaded and adjusted schedules via the spreadsheet with no problem. After the last upload they do not show up in this area? Only happened after the last upload. I had touched the code on this page before or after the upload! It's just now they stopped showing up! And what's even stranger is if I click on the Find Flights button they all show on on the next page. I never had to do this before. If you click Find Flights: This is what USED to show up when I just loaded the page on the Main schedule page? Now to further complicate things if I go into the Admin area and m…
Last reply by in2tech, -
- 1 follower
- 8 replies
- 4.2k views
Okay this is one way of upgrading to v2 of recaptcha. Go here https://github.com/google/recaptcha and scroll down to Direct Download (assuming you don't use composer) and download the package. Once downloaded insert it into: core/lib/recaptcha-master Once you have done this go to core/modules/registration/registration.php # Replace or comment out require_once CORE_LIB_PATH.'/recaptcha/recaptchalib.php'; # With require_once CORE_LIB_PATH.'/recaptcha-master/src/autoload.php'; In that same file, scroll down to VerifyData # Replace all code relating to captcha check with // start the error array as false, we dont have any errors yet. $error = false…
Last reply by coldpll, -
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, -
- 8 replies
- 3.2k views
hey guys I can't seem to get the schedules added in... it says it been added but nothing will show. I have made a new database and have done a NEW install 2 times....
Last reply by Dragonix12, -
- 3 replies
- 1.5k 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, -
- 4 replies
- 1.8k 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, -
- 8 replies
- 2.1k 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, -
- 4 replies
- 1.6k 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, -
- 0 replies
- 840 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
- 878 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, -
- 2 replies
- 1.3k 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, -
- 1 follower
- 10 replies
- 3.1k views
Google are removing the V1 recaptcha from use on the 31st of this month. Two questions, how do i recode for V2 or disable in the registrations. Has this been answered before?
Last reply by mark1million, -
- 1 reply
- 1.2k views
Hi all please , how can i change the currency used in the financial system .. thanks in advance
Last reply by flyalaska, -
- 1 reply
- 2k views
I been getting about 4-6 of these kind of registrations a day. Anyway to stop them?
Last reply by spkier, -
- 0 replies
- 1k 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, -
- 14 replies
- 2.8k 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, -
- 5 replies
- 1.7k 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, -
- 10 replies
- 3.7k views
Hi, I am trying to setup XACARS for my virtual airline https://www.scootvirtual.net We use smartCARS for flight logging, but I need to setup XACARS as I have a mac/X-plane user who cant use the smartCARS program as it's not compatible. I am currently using these settings for XACARS: [Server] Address = https://scootvirtual.net/action.php/acars/xacars/acars PIREP = https://scootvirtual.net/action.php/acars/xacars/pirep FlightInfo = https://scootvirtual.net/action.php/acars/xacars/data Every time I open XACARS and try to establish a link with Scoot Virtual I get a server error. If anyone could help with this, it would be greatly app…
Last reply by Judenilson, -
- 2 replies
- 1.5k 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
- 8 replies
- 2.4k views
How to cancel the Google verification code when register? Or replace other verification code?
Last reply by youngbuckscrew, -
- 0 replies
- 871 views
Hello, Can anyone tell me how to put a map google in the event module of the David Clark? Thanks
Last reply by RuiMiguel, -
- 13 replies
- 3k views
okay so i got 25k airports imported and i tried to import schedules from flightware but i don't know where i can get my userid and my api key even tought i signedup for 500 free queries if is there any other way to get schedules maybe anyone has a schedules file for sharing? and if anyone knows a site that sells schedules for phpvms 5.5.x for less than 5 dollars? spended enough money on smart cars and all that crap allredy but i forgot the most important the routes... i'm creating a british Airways and Widerøe Flight company on my website any routes from there witch you can offer as payware or freeware would be really greatfaul
Last reply by RuiMiguel, -
- 2 replies
- 1.2k views
I have an issue with my ACARS map. I an on SimPilots 5.5.2 with php5.6 The map shows fine. The inair icon disappears within 10 seconds. Switched to Crytal and it works fine. Works fine on an older skin too. Obviously its an issue with my current skin. What is the issue though? I uploaded the acarsmap.php from the skin that the map worked, same thing. inair icon disappears. Any idea whats causing this? Current skin is using Bootstrap 4. Originally had this issue with php7. Reverted to the lowest php version that I can get.
Last reply by flyalaska, -
- 1 reply
- 1.2k views
i'm sorry that i have multiple threads open however i tought it was a good idea to not mix them up as i have multiple problems btw anyone who has a schedule file a little kickstart so it's a bit easier to add routes? i attached the file i'm trying to upload to Mysql i'm trying to import a few hundred thousend airports this is the error i get Feil SQL-spørring: -- -- Dataark for tabell `phpvms_airports` -- INSERT INTO `phpvms_airports` (`id`, `icao`, `name`, `country`, `lat`, `lng`, `hub`, `fuelprice`, `chartlink`) VALUES (678, '0II2', 'Creighton Airport', 'US', 41.4573, -86.1244, 0, 0, ''), (679, '0II3', 'Miller Strip', 'US', 40.6278, -8…
Last reply by spkier, -
- 0 replies
- 952 views
We are seeking some one who has experience integrating the email functions of phpVMS with AWS SES. Need to get email functioning. phpemailtest.php works from the server but not phpvms.
Last reply by DesComm, -
- 11 replies
- 3.7k 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,