Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 2 replies
- 1.2k views
All was working well, then suddenly I get this error when I go to "start flight". Using kACARSII. I have slew off, using P3D V4.4. Any ideas would be of help. Thank you Doug
Last reply by JDLinn, -
- 6 replies
- 1.4k views
Hey everyone Soooo, I've been tinkering with this install/install.php for hours and still cannot find a way to understand. I got a webspace from Zap Hosting and what I don't understand is where and how do i install the installer. Where do i install the installer? I can't seem to get to a screen where you set up your VA. Do i upload phpvms files through Filezilla or can I upload them through admin panel on my webspace? Any help would be greatly apreciated. THank you.
Last reply by omglookeyhere, -
- 1 reply
- 1.2k views
Hi guys it's 2-3 days that I have this problem with the google map. It only appears if used as a Firefox browser (I deleted cache and history but the problem persists). On Chrome and IE the map works perfectly. Thanks for a possible reply.
Last reply by ncd200, -
- 1 follower
- 4 replies
- 1.8k 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, -
- 4 replies
- 1.5k views
Hello, Whenever i try to go to the login or join page, i keep on getting the "No input file specified" error. I've already tried everything in https://forum.phpvms.net/topic/6940-no-input-file-specified/ and https://stackoverflow.com/questions/21377321/nginx-no-input-file-specified-php-fast-cgi Here's my nginx config: server { listen 80; server_name www.welshairways.com; root /srv/new-website; index index.html index.htm index.php; charset utf-8; location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; lo…
Last reply by ikk, -
- 1 reply
- 2.1k views
Hi, i've been looking for the original download of mark swan's crew center, but the link doesn't seem to work anymore. Does anyone have an original copy to share? Thanks in advance!
Last reply by gio1961, -
- 3 replies
- 1.3k views
Personally, I just installed the PHPVMS V2 Master version for phpvms 5. But I can not add airports. I put an ICAO code but only the message "Fetching airport data ..." Sorry for my English Click here to view image
Last reply by flyalaska, -
- 18 replies
- 2.8k views
On recent flights on the first page, it should show the name of the plane in which the Pirep was archived, instead it shows the number 1 Here is the code I'm using: <?php $pilotid = Auth::$userinfo->pilotid; $reports = PIREPData::getLastReports($pilotid, 5,''); ?> <table class="table table-striped mt30" cellspacing="0" width="100%" height="30" border="1" bordercolor="#FFFFFF"> <tr> <th bgcolor="#dd4b39"><font color="#ffffff">Flight Number</font></th> <th bgcolor="#dd4b39"><font color="#ffffff">Aircraft</font></th> <th bgcolor="#dd4b39"><font color="#ffffff">Departure…
Last reply by gio1961, -
- 2 replies
- 1.1k views
Image my page has a bug which does not allow me to access the content, and also tells me that the website is not safe, as it appears in the image, what can I do ?, I count with icrew
Last reply by magicflyer, -
- 0 replies
- 684 views
Hi, I'm trying to code functionality within the PIREPData class to divide the inputted passenger amount up into first class, business class, and economy class, all randomized but all passengers will make it. Here's what I've coded $ac = OperationsData::getAircraftByReg($pirepdata['aircraft']); $rem=$pirepdata['load']; if ($rem<=$ac->firstclass) { $first=rand(0,$rem); $rem-=$first; } else { $first=rand(0,$ac->firstclass); $rem-=$first; } if ($rem<=$ac->busclass) { $bus=rand(0,$rem); $rem-=$bus; …
Last reply by NWA1999, -
- 1 follower
- 5 replies
- 1.8k views
Hi, When I accept/reject a pirep it takes literally ages to accept. I watch the database it changes straight away but the website is just so slow. This all started after we had to restore the database back a day after one of my staff accidentally deleted it while working on it (Don't ask). I've tried so many things to fix it Database defrag etc... The Server is really powerful 4 Xeon E5 v4 Cores and 8GB RAM. Running on Windows Server 2019 IIS and MySQL from XAMPP. Not sure where to go next, Have surfed this forum for hours and i cant see anyone thats had a similar issue.
Last reply by Lockdown345, -
- 5 replies
- 1.8k views
Dear Members, We have recently introduced some Airlines which is having huge number of schedules/routes, now the problem is when pilots trying to search any schedule page is taking so much time to load in some cases page timeout error comes in how can we optimise the schedules result page what can be best solution. Thanks in Advance.
Last reply by Heritage1, -
- 3 replies
- 1.9k views
Hi Folks, I've got a question concerning the dropdown list of the airports. I've got about 20k airports in my database. It took a long time to load in the frontend and in the backend. Is there any way to cache them, that the user do not have to wait, until the complete list of airports are being loaded? Sorry for my worse english and thanks a lot. Greetings from Germany bobbybossmann System: phpvms 5.X with the crewcenter template
Last reply by ArielSuchowski, -
- 0 replies
- 992 views
Well, I installed phpvms 5.5.x Master following the tutorial correctly. But after the installation it gives table errors and the main page appears with bugs.
Last reply by RodrigoMoreira9, -
- 0 replies
- 807 views
Hello good afternoon I'm trying to put this in the profile_main there would be some way this works with a single click when you delete the reservation. Thanks for the help. https://prnt.sc/o97vo1
Last reply by FlightDeckES, -
- 1 follower
- 5 replies
- 12.1k views
Hi, I'm currenty having an issue when filing a pirep with smartCARS, when sending the report, I'm getting the following messaage "PIREP FILING ERROR, the virtual airline's web server didn't confirm the PIREP filing properly with smartCARS. This doesn't mean always mean that the PIREP wasn't filed. Please verify that PIREP was filed on the airline's website. I've done all the checks according to TFDI and smartCARS seems to be correctly installed, so the issue should be something else on my config. At the logs I'm also getting the following error: [02:16:05 ] Windows 10, Build 17134, Suite Mask: 0x300, 64bit Architecture [02:16:05 ] Browser emulation mod…
Last reply by FlightDeckPMI, -
- 7 replies
- 1.8k views
Hi guys, I have a problem with searching for schedules. In the drop-down box, you give me all the airports instead of just departures. Thanks for a possible reply. This is the code: <div class="tab-pane active" id="tab_1"> <p>Select your departure airport:</p> <div class="form-group"> <select id="depicao" name="depicao" class="form-control"> <option value="">Select All</option> <?php if(!$depai…
Last reply by gio1961, -
- 4 replies
- 1.3k views
Has anyone modified the way Airports are selected. Instead of having to scroll down thru a long list, entry by using the IACO code. Similar to what FlightAware has. For example only entering KLAX or EDDFF. There are over 2500 Airports worldwide that have commercial traffic. It is a real pain having to scroll down thru a list.
Last reply by gio1961, -
- 7 replies
- 1.8k 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, -
Hi guys, for privacy reasons, I have to display only the name of the pilot and the first character of the last name, how can I edit this code? <?php echo $pilot->firstname.' '.$pilot->lastname?> Grace for a possible response
Last reply by gio1961, -
- 1 follower
- 14 replies
- 4k views
Our host just informed us that they will be upgrading to php7.2 and removing php 5.6 in the next few months. Does anyone know if phpVMS 5.5.2 will work without issue on php 7.2? If it won't work, any idea of what needs to be changed? Guess I'm going to have to install wamp again and set it up with the hosting companys current version to test things out locally.
Last reply by ProAvia, -
- 1 reply
- 1.3k views
Someone help me? Installation Error in Writing Tables... I'm using PHPVMS 5.5.x Master Image >>> http://uploaddeimagens.com.br/imagens/installation_error-png
Last reply by ProAvia, -
- 1 follower
- 70 replies
- 10.6k views
Hi, Has anyone ever produced something that sends an email to the pilot when their pirep has been accepted. I have looked in the forums and have found similar like email pireps data but have been unable to find what I am after. Maybe even an email to say Pirep accepted or if rejected and the reason ?? Looking forward to hearing from someone
Last reply by FlightDeckES, -
- 9 replies
- 4.1k views
Hi! I have a problem of my virtual airline. I can't remove bid in my page. I double click and I have a white page. It's very important.for me. But in the admin, I can delete the bid pilot. Thx ------------------------------------------------------ Sorry for my english, I'm French
Last reply by Karamellwuerfel, -
- 4 replies
- 1.5k views
Warning: fopen(D:\Hosting\7868531\html\iaf/core\local.config.php) [function.fopen]: failed to open stream: Permission denied in D:\Hosting\7868531\html\iaf\install\includes\Installer.class.php on line 120 I get this when i try and install phpvms. I tried changing the premission of the file to 644 but i had no luck.. i get a error: Server sent unsorted certificate chain in violation of the TLS specifications What do i do?
Last reply by Heritage1, -
- 1 reply
- 895 views
I use CrewCenter skin from MarkSwan. I want to design a main page on phpvms system, but I don't know how to remove the header from specific templates. Do you have any idea? - Tolga -
Last reply by BlackSwan, -
- 1 follower
- 2 replies
- 1.6k views
Hello I need your help please I am trying to make the comments visible in the pirep_viewreport I am using this code <?php foreach($comments as $comment) { ?> <p id="row "> <strong><?php echo $comment->firstname. ' '. $comment->lastname ?>: </strong><?php echo $comment->comment; ?> <hr /> </p> <?php } ?> http://i65.tinypic.com/2zibvut.png but I have this error thanks for the help thanks
Last reply by FlightDeckES, -
- 1 follower
- 1 reply
- 1.2k views
No matter what i do i always get this error. someone tell me how i fix this. Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'Saudiavi_phpvms'@'localhost' (using password: YES) in /home/saudiavi/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 97 Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'Saudiavi_phpvms'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade …
Last reply by Parkho, -
- 2 replies
- 1.3k views
Hello, I followed a lot of the forum's guides on install and error resolution for the Pirep Auto Approve/Reject. I cannot find the log to get the status of what the module is doing. I have it enabled as well as a 400 or -400 fpm approval rating (we would like -399 or greater fpm to reject.) Also, I do not know what the Admin Code is to get the rejections to go forward. phpvms_pireps.zip
Last reply by EMevis, -
- 22 replies
- 7.7k views
Hello there I am trying to place Airline logo on Flight Stats, but i am unable to, can any one help me out plz I tried using this code <img src="<?php echo fileurl('/lib/images/airlines/'.$airline->icao.'.gif'); ?>" alt="<?php echo $airline->name;?>" /> I have two airlines, Air India (AIC) & Air India Express (AXB). Thanx!!
Last reply by mikaelartur,