Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 7 replies
- 2k 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, -
- 1 follower
- 5 replies
- 12.4k 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, -
- 4 replies
- 1.5k 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
- 2k 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 reply
- 1.4k 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 reply
- 1k 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, -
- 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, -
- 18 replies
- 3.2k 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, -
- 1 follower
- 2 replies
- 1.7k 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, -
- 2 replies
- 1.5k 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, -
- 1 reply
- 1.1k views
Hi All, I am receiving the following error on most modules i am installing, i was wondering if anyone knew how to fix this! Notice: The template file "/home/velocit1/public_html/crew/core/templates/SimBrief/SimBrief.php" doesn't exist in /home/velocit1/public_html/crew/core/classes/TemplateSet.class.php on line 230
Last reply by ProAvia, -
- 0 replies
- 1.3k views
Hey guys, I came across an issue where in a blank space appears on the top of the webpage. While inspecting it, it seems that the webpage was returning a speacial charecter  It is a UTF-8 byte order mark, and I have seen few people on the Discord channel addressing this problem with no success, it was very frustrating, but I have found a solution for it. How to fix: Create a page called "fix.php" in your main folder, where there's action.php & index.php and add the following code to it. <?php // Tell me the root folder path. // You can also try this one // $HOME = $_SERV…
Last reply by LeonardIGO4036, -
- 1 reply
- 1.2k views
Hi all, Last week I upgraded my site to PHP 7 using the update avaliable in this forum. Everything works fine but the total flown hours count does not show them correctly. Is there any way to fix this? Thank you!
Last reply by Imanol, -
- 1 follower
- 1 reply
- 1.4k 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, -
- 14 replies
- 3.1k views
Hi I'm unable to file PIREPs after a upgrade from phpVMSv2 to v5 ,auto or manual im getting this error in the error log PHP Warning: Creating default object from empty value in /home/****/public_html/core/common/PIREPData.class.php on line 337 Any Ideas? Robbie
Last reply by ProAvia, -
- 2 replies
- 1.9k views
Hello! Currently I started doing my V.A with the Icrew LITE template. However, I have a problem with my Route Map. After I changed google maps to OSM, the route map is blank, but the Acars map works normally. Could someone help me?
Last reply by LucasM, -
- 3 replies
- 1.2k views
I am making a website for my new VA; trying to figure out the skins and how they work (new to coding and such); but for now I have a website builder that I have used to get a design started that I want the site to look like. Is there anyway that I can use the design instead of skins until I figure out the skins and how to edit those. I still would like where if a pilot clicks on (in my site) the crew button it will take them to the crew center that phpvms has for now (I can direct link pages when they click on certain things), as my builder does not allow password protected areas yet. I did install the basic crystal skin way back when I was setting it all up. Sorry i…
Last reply by saitek290pro, -
- 0 replies
- 1k views
Hi all, I would like to know if there is a possibility that several senders send mass emails to pilots. My idea is that in the option "Email all pilots" there is a drop-down list in which each administrator chooses his name to appear as sender. I saw that in the file "Util.class.php" there is the possibility to edit this, I would like a sender from the list to be used instead of the default email address. Thank you!
Last reply by Imanol, -
- 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, -
- 0 replies
- 868 views
Hey guys, my hosting company doesn't support php5 anymore, so I had to migrate phpvms to php7. Everything works fine, except of two things. When the pilot get's a success message, i.e. "successfully registered" there is only a white blank page with no errors. If there is an error message it works fine and it shows up. I also have a similar issue on schedules search form page. When pilots tries to search a flight on domain.tld/schedules and on domain.tld/schedules/view there is a blank white page. But when I open domain.tld/schedules/details/50 where 50 is the schedule id, everything works fine again. Can anyone help me please? On some pages I had to remove <?…
Last reply by BlackSwan, -
- 0 replies
- 1.1k views
Hi, To achieve PhpVMS in PHP 7.3, which version do I use?
Last reply by JamesQ, -
- 0 replies
- 851 views
I am having trouble matching file nomenclature with the documentation in the phpvms for dummies. Is there a checklist, or cheatsheet available to set up and get started? I have the aircraft, routes, and airports, but for some odd reason cannot set up the site and database to get them there and the rest is equally challenging.
Last reply by dminersr, -
- 0 replies
- 855 views
How do I use this to manage my VA? I heard that I could, but can't figure out how. Thanks!
Last reply by virginaustraliava, -
- 1 reply
- 1.1k views
hello simmers is there somone who has the instalation instructions of PHPvms Vanillabridge (forum) because the instal instructions links seems dead !! Thanks
Last reply by shakamonkey88, -
- 1 reply
- 1.1k views
Hello I h.ave a problem with my registration form. I am unable to register and i dont know what the problem is When i click register the page resets itself to the register form with all errors activated. My code is below so I hope someone can spot the problem. <style> .scroller { overflow: scroll; padding: 5px; height: 100%; } input[type=submit] { width: 30em; } </style> <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <script src='https://www.google.com/recaptcha/api.js'></script> <section id="sign-up"> <!-- Background Bubbles --…
Last reply by ProAvia, -
- 8 replies
- 2.4k views
My web design savvy is low, my knowledge of PHP and CSS is right down there with it. I've spent the last 3 or 4 days (here and there) trying to standup a reasonably functional PHPVMS solution to start a private VA to just record my flights on stream and have a degree of 'character progression.' But ultimately I've ended up with something that's non-functional. http://allegiantvirtual.org/index.php Are there any turnkey solutions available? I'm good on hosting but I'm looking to commission/pay for a service that will install, setup, skin and get things to look half decent with regards to a website. A lot of the links I find are 2-5 years old and half of them…
Last reply by seatbackpocket, -
- 1 reply
- 1.7k views
Hi I would like to add our communities discord widget to our PHPVMS server's front page and any help would be appreciated.We are using the arctic-master skin. We have the below options for inserting the widget but do not know how to do this in PHP? I am guessing that I need to start with our frontpage-main.tpl file ?????? https://discordapp.com/api/guilds/562731388210774017/widget.json OR <iframe src="https://discordapp.com/widget?id=562731388210774017&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe> Thanks Darryn
Last reply by flyalaska, -
Solved myself, can be deleted this topic
Last reply by BggJR83, -
- 7 replies
- 2k views
I am receiving the this ReCaptcha error: ERROR for site owner: Invalid site key reCAPTCHA I am using Nabeel's 5.5 version. I am using ReCaptcha v2 My domain registered with ReCaptcha is: http://phpvms708.000webhostapp.com These are my keys: https://gyazo.com/7e1c73f8e8ca0f0485e38239ce2da601 This is line is added into my local.config.php /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY', '6LfxCZsUAAAAAOCCVBBECIKf4uOSg-Uh_UYlZ4bS'); Config::Set('RECAPTCHA_PRIVATE_KEY', '6LfxCZsUAAAAAOOQ9b5LO-iDAsEM9myVY0eT9Msu'); Here is a full log of m…
Last reply by pluto708,