Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.6k views
I am trying to copy some code from top pilots module, put into my frontpage_main.php. When I do this I get this message. I have flights already this month, the mod pages shows that aswell. Here is the code take from the modules template file. Am I missing something? Any idea why its not showing the flights? <div class="group"> <div class="col span_1_of_2"> <h3>Hours Flown</h3> <table> <thead> <tr> <th> Member </th> <th style="text-align: right;"> …
Last reply by flyalaska, -
- 4 replies
- 1.8k views
Is there a way logout a person out after x_minutes of inactivity? We have a issue where some members login using a phone or other device and forget to logout. We want the system to logout them out after a period of time.
Last reply by servetas, -
- 4 replies
- 1.5k views
In the aircraft table, what is the purpose of the minrank and ranklevel fields? I'm assuming one if them is for the minimum rank level to use that specific equipment. Also, in phpVMS 5.2.2 - does restricting the aircraft by rank actually work correctly. I'm using simpilot's Front Schedules if that makes any difference. Thanks
Last reply by ProAvia, -
- 4 replies
- 1.4k views
I bought a new web page Business page separate from my VA page. After that my php/vms quit working. Now I get this error. I tired running a update and was unable to do so. I keep getting errors. No matter what I do This seems like a simple fix. Probably one little thing but I don't know where to start looking Honestly. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'north863'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </…
Last reply by NSX665, -
- 4 replies
- 1.4k views
Hello everyone I'm new to smartACARS So i just google and bought it but i having issue I'm using the latest 5.5 that provide on the pin Archive.zip
Last reply by Bwallnut, -
- 1 follower
- 4 replies
- 1.8k views
Hi community I have a question. Is there a way to simplify or improve this code? I would like, if there is no information to the airport, a text like example: no gate info available. PS I'm a beginner with php <?php $zurich[] = "Terminal 1 Dock A"; $zurich[] = "Terminal 2 Dock B"; $zurich[] = "Terminal 3 Dock E"; $zurich[] = "Dock D"; $zufallsIndex = rand(0,sizeof($zurich)-1); if($info->destination[0]->icao_code == 'LSZH') echo $zurich[$zufallsIndex]; elseif($info->destination[0]->icao_code == 'BKPR') echo "Stands 201 - 203"; elseif($info->destination[0]->icao_code == 'GCFV') echo "Stands 18 - 22"; elseif($info->destination[0]-…
Last reply by magicflyer, -
- 4 replies
- 1.9k views
Hello Guys, I need your help. We would like to disable the Pilot Registration Site if i.E. 300 Pilots are in our VA. When we delete a Pilot and came so bellow 300 again it should be enabled again. Here a snipout of our Website to show the Registration: <li class="b-top-nav__2level_title f-top-nav__2level_title">Register</li> <li class="b-top-nav__2level f-top-nav__2level f-primary"><a href="<?php echo SITE_URL?>/index.php/registration"><i class="fa fa-angle-right"></i>Register</a></li> Thanks in advance for your help! :-)
Last reply by Thomasha, -
- 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, -
- 4 replies
- 1.7k views
Hello everyone, I wanted to know if there is a code to know the airport latitude of arrival and destination of a reservation ($bid), because I am trying to put a map in the page of bids and it goes blank, I believe it is because he does not can find the latitude and longitude, because for an pyrep would be that '$pirep-> arrlat' right? So if I put '$bid' in place of '$pirep' it does not work. Thanks.
Last reply by CarlosEduardo2409, -
- 4 replies
- 1.7k views
When exporting the schedule from the Admin Centre option, it is exporting the daysofweek column with a preceding SPACE i.e. " 0123456" not "0123456". This gives the problem that when imported back SATURDAY is always missing from the schedule, as it imports " 012345" Any ideas please as it is really annoying have to edit the whole column everytime
Last reply by CFVA, -
- 4 replies
- 2.4k views
Hello, I need to know if there's any piece of code in order to add the pilot ID column in the admin pilot list. Thank you!
Last reply by Imanol, -
Hello I need help for this code: <?php function getTotalScore() { $query = "SELECT SUM(`final_score`) AS final_score FROM ".TABLE_PREFIX."pireps WHERE pilotid = ".$pilotid." AND accepted = 1"; $result = DB::get_row($query); if (!$result) return 0; return ($result->score == '') ? 0 : $result->score; } ?> <?php echo getTotalScore(); ?> the result is 0 Can someone help me? Thanks Rui Miguel
Last reply by RuiMiguel, -
- 4 replies
- 1.9k 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, -
- 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, -
- 4 replies
- 2k views
I have a small space gap on my site: http://www.canadianclassicairlines.com/CPC/ between the menu and the first news post and I can't figure out why that changed or how to correct it I know it is probably really easy, but I am spinning my wheels on this. Also, my menu now shows up behind some other items, like the flight map. Could someone remind me again how to correct both those things. Once you get away from doing this stuff and then you come back to it, it can be challenging for us older folk I have searched the forum, but am not getting the results I am looking for Bruce
Last reply by CPC900, -
- 4 replies
- 1.4k views
Hi i am doing some thing for out virtual i am create a form to search a flight in frontpage but i need to know how can i show all dep or arr airport ? below is example code i create it in frontpage but nothing show , like airport to select <div class="field col"> <label>From </label> <div class="inputText"> <tr> <td> <select class="search" name="depicao"> <option value="">All Departure Airports</option> <option value="BIKF">BIKF - Kefl…
Last reply by alyousufi, -
- 4 replies
- 1.7k views
Hi chaps, I followed the Recaptcha v2 guide above and that worked, but when I run a test registration, I get the confirmation and I get the email, but the user is not added to the database?! My last working registration was 31/03, just before Recaptcha was deprecated. Anyone got an initial steer? I changed a few things trying to upgrade to v2 before I spotted the guide, but I reverted all those changes as far as I know (although it's possible I may have missed something...)
Last reply by neo2810, -
- 4 replies
- 1.9k views
Hello, I have updated to V2 but i notice that in the Admin panel it still shows 2.1.938 Capture.zip
Last reply by Jimmy_S, -
- 4 replies
- 2k views
I recently installed phpvms 5.5.2 and get the following cronjob error. Any help would be welcome. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /.../core/classes/ezdb/ezdb_mysql.class.php on line 103
Last reply by gio1961, -
- 1 follower
- 4 replies
- 1.8k views
Hello gents, I am having an error like this Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /homepages/10/d731413587/htdocs/ftv/core/modules/news/news.php on line 45 How can I change this or what should I put onto line 45 ? Thanks in advance .
Last reply by Nabeel, -
- 4 replies
- 1.5k views
what will be the php code to hide something if a pilot doesnt have enough hours say you dont want something seen by any member or pilot unless they have a minimum of 30 hours ? I have seen this before somewhere but dont remember
Last reply by in2tech, -
- 4 replies
- 2k views
Hi, I am trying to get a live flight map on another website, that is outside the folder phpvms is in. So, my current setup is, I have the Crew Ops Center on a subdomain, and I am trying to figure out how to get it to show on the main site as well. Any help would be greatly appreciated.
Last reply by Heritage1, -
- 1 follower
- 4 replies
- 2.1k views
Hello Guys, we in our Airline got our complete schedule in utc time. At the end of the Month we are switching to the "wintertime" and so we must reschedule all Flights. Is there an way that we can change all Flights in mysql to be set deptime -1 Hour ??? Thanks in advance for your help. BRGDS
Last reply by Thomasha, -
- 1 follower
- 4 replies
- 2.3k views
Hello We have a new VA Website with a subdomain xx.skyline-va.de. PHPVMS runs on another subdomain xy.skyline-va.de but on the same Server. I wanted to display the ACARS map on this page, but I get the following error: Uncaught ReferenceError: L is not defined at base_map.js:10 Uncaught ReferenceError: L is not defined at map.php:190 the code to display the map on the page: <?php MainController::Run('ACARS','index'); ?> and i included the follow phpvms files: <?php include('../../httpdocs/iCrew/core/codon.config.php'); include('../../httpdocs/iCrew/core/local.config.php'); ?> Have i forge…
Last reply by PikoSim, -
- 4 replies
- 1.7k views
Hi all , Good day , I tried to Upgrade this problem but still theres no change , http://crew.iranairvirtual.com//index.php/registration reCAPTCHA is still version 1 What should i do? Thanks for your replies
Last reply by saamirkarimi, -
- 4 replies
- 1.6k 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, -
- 4 replies
- 1.9k views
Hi there, today I started developing a theme based on Bootstrap 4. All went well so far until I came to the point where "bids" won't work. The error that shows up reads "No route passed" once I clicked on "add to bid". This is an error Log from the console: also attached you find the theme I am currently working on (very basic progress): custom.zip Info: PHPVMS 5.5 on PHP 7.1.3 Thanks in advance Pascal
Last reply by LeonardIGO4036, -
- 4 replies
- 2.8k views
Where is are the login messages located? Specifically if a pilot is in active the get the following message on their screen "Your account was marked inactive". Where is this message in the code so it can be changed?
Last reply by mseiwald, -
- 4 replies
- 5.4k views
I am having an issue with pirep counts in the Pilot Roster page. I have reset pirep counts in the admin panel and they are correct. But in the Pilot Roster they seem to be doubling newer members. It is hard to find the issue, especially when the numbers are fine in the database and the admin section. Has anyone seen this before?!
Last reply by CPC900, -
- 4 replies
- 1.7k views
Good day, When I generate the flight with SIMBRIEF from I get the following error: An Error Was Encountered The module "500.SHTML" doesn't exist!
Last reply by Orazio,