Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 2.1k views
Hi all, Not sure if anyone can help but I have tried everything and cant get it to work. I have set the MX records on fivedev to google I have configured local.config and app.config file to use smtp and I can not get anything to send from the admin panel not sure if I am missing something. I am using google apps but I signed up to it when it was still free so not paying for any of that, have the stopped people using the service? Here is the code from my Local.config # Email Settings Config::Set('EMAIL_FROM_NAME', 'INFO@Angel Air VA'); Config::Set('EMAIL_FROM_ADDRESS', 'info@angelairva.co.uk'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by sep…
Last reply by Angel Air, -
- 3 replies
- 2.1k views
Hello all, I am trying to enable SSL for all users, but while doing that, i am facing currently a problem in the admin center all JS functions gone, i can't show log of pireps, the left menu all the time extended ....etc, any suggestions ? i have change the link to https in local.config already. Yours,
Last reply by FlyingMachine, -
- 2 replies
- 2k views
Hello. New to phpvms and a little help is needed!! I want our pilots to register their next flight dipending the location of the last PIREP that was accepted. here is the code....please help!!! <?php if(!$allroutes) { echo '<p align="center">No routes have been found!</p>'; return; } ?> <table class="ocean_table"width="100%" border="0" cellspacing="0" cellpadding="0"> <thead> <tr> <th>Flight Info</th> <th>Options</th> </tr> </thead> <tbody> <?php foreach($allroutes as $route) { /* Uncomment this code if you want only schedules which are from the last PIREP that pilot filed */ if(Aut…
Last reply by Iraklis, -
- 3 replies
- 2k views
Hi, how can i update my navdata. the last version is 2 years old. and there is a lot of waypoints changed. I hope there is a way to update that Michael
Last reply by reachva, -
- 9 replies
- 2k views
I have a feeling my accounts been hacked by somebody. I put a new page form called report a problem and this is what its come up with. I put a form in there. It only comes up in my account, I haven't made any test pilot accounts or anything and when somebody who isn't logged on comes on, it comes up as not found. I am worried about this as I was hoping to start advertising today.
Last reply by goldenairways, -
- 5 replies
- 2k views
I would like my pilots use the system XArcars. But at the time you can send each enriches, no matter what flight number and the log in the admin area remains empty. I would like the book so if the pilot to fly then he can ONLY submit its report and all others are rejected by the pilots that were not posted. When the report was sent the log is empty, why? Rights 777 core / logs where can I read the XArcars raw data. Where can I find them? My English is not so good. Apology
Last reply by MANFahrer, -
- 3 replies
- 2k views
Hi there, We have recently changed the background for our signatures and it is working for others but not for me. I have selected the new background in my profile and I have selected the Reset Signatures link in the maintenance section of the admin panel. It is regenerating the signatures however for me it is regenerating the signature with the old background which is no longer on the server my site is hosted at. There is only one background file in the background folder. Does anyone have any ideas what is happening and how I can sort this out. My Vice-ceo would normally sort this but he is currently on holiday. Cheers
Last reply by TheBulk, -
- 2 replies
- 2k views
I forget who created this mod, [don't feel like searching] "detailed Fleet info" but, it displays aircraft that are retired, would anyone mind post code to have this mod not show retired aircraft?
Last reply by RogerB, -
- 6 replies
- 2k views
hello I'm building a site and its looking pretty good on localhost but when i upload it to my test server running phpvms it is not looking the same. I have resolved the culprit down to one css file but i am unsure as to debug it and fix my issue. the main page is supposed to look like this screenshot http://prntscr.com/b5m8wt but I am getting this instead http://prntscr.com/bdjsmg would anybody have any ideas as to what the problem could be? Regards Daniel
Last reply by daniellord32, -
- 10 replies
- 2k views
I am trying to get the groups the pilots are in to show on the roster, so you know which pilot is in which group, I am having some trouble with it and am getting an error. Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/globalai/public_html/lib/skins/global/pilots_list.tpl on line 61 Cheers Dan C
Last reply by Strider, -
- 7 replies
- 2k views
Hello, I want the login module to have the skin wrapped around it, as I want to have it as a stand-alone page. Any ideas how could this be done? Many Thanks ---Update:
Last reply by Matos, -
- 5 replies
- 2k views
hi, i have some serious problems with FSFK! first, when pilots connect to live map, i get many same lines dublicated under the live map! second, the pilots connect to site successfuly and send their pireps and get the <Success!> message for their sending! but i don't get the pireps in admin panel!
Last reply by iva, -
- 4 replies
- 2k views
Hi I did a search but the result was not helpful... Is there a way to delete aircraft that were once active but now are not. I do not mean just enabling or unenabling the aircraft, I mean delete it altogether so it does not show up in the admin panel. thanks
Last reply by hecrowell, -
- 10 replies
- 2k views
I have been ok using your system for installation easyier than I thought I would, but I am now having trouble making the files writable. It says in the phpVMS Installer that core/local.config.php is writable! but 5 are not. I am using a free hosting provider called http://www.freehost10.com/, and they are easy to use but I am not sure how to go about making them writable. Thanks.
Last reply by goldenairways, -
- 3 replies
- 2k views
Here is my Balance Sheet for the last 3 months: And Breakdown: What the hell is going on? Is it a fuel price problem?
Last reply by freshJet, -
- 4 replies
- 2k views
Hello Is there a way to change the popupnews mod to look like this? also Is there a way to get them blue borders as I illustrated in the image above? <h3>Latest Arrivals</h3> <p><?php $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="600px"> <tr> <td class="tableheader">Flight No.</td> <td class="tableheader">Pilot</td> <td class="tableheader">Departure</td> <td class="tableheader">Arrival</td> <td class="tableheader">Duration</td> <td class="tableheader">Aircraft</td> <?php if(count($pireps) > 0) { foreach ($pireps as …
Last reply by avdesigns, -
- 1 follower
- 3 replies
- 2k views
Hi to all! One question, how can i get last aircraft position, some code or something to put it in table...thank you very much
Last reply by shiljo, -
- 3 replies
- 2k views
What is the best way to get the acars map to show up on the front page? I tried copy and pasting the acarsmap coding to the frontpage_main, but the map ended up far off to the right, not even on the template. I am pretty new at this stuff, so if there is a code for it to link to the acarsmap, could somebody proved that please, or let me know how to move the map onto the frontpage template, that will work also, thank you.
Last reply by Steve Bartlett, -
- 9 replies
- 2k views
This is weird. I now have litlle red boxed "x" where the graphics should be (I have not yet added my own, these are the ones that come with the program. For example the country flags. And the buttons. but my clue came when, I tried to look at the ID Badge, and got a 403 error. it suggests to check the folder to ensure that everything is coded over 644, and to check the .htaccess (1) It is going to the correct place to get the picture. I followed the link, and double checked things through the file manager. (2) The folders are at least 644 or higher. (3) I checked the error log and there is nothing listed for this. (4) the only rules in the file that appear to…
Last reply by Lotus, -
- 5 replies
- 2k views
Hello I know i have posted alot in this forums asking for help and I do appreciate it but Im stuck again On my site there is ALOT of javascript/ jquery for the image slider but, I have noticed that the schedual page does not work at all (in IE it redirects to http://www.flyirelandva.com/action.php/schedules/ and in any other browzer it just ends up being a blank page. I have no clue how to use javascript and any help will be appreciated. - This is really starting to annoy me now because I thought we got the problem fixed in an older post. (also if i remove any javascript from the layout.tpl the slider will not work and i have also noticed that the slider only works…
Last reply by Nabeel, -
- 3 replies
- 2k views
Hi, I've done a few flights on new own virtual airline and came across the following question: Is it possible to create some sort of last location of the aircraft and that you lock your schedules to it? For example, I fly from ELLX to EDDT with a B732, so that aircraft with registration last location will be EDDT. Currently I can do the same route many times in a row with the attached aircraft, but i miss out some realism with this. I googled around a bit and searched the forum, but nothing so far. Any help is welcome, if its not possible, please let me know so I can stop searching. Thanks! Edwin
Last reply by Edwin, -
- 4 replies
- 2k views
I did some changes to my VA and that included changes with a new site, but that isn't really a problem. I installed phpvms on this site and it is going great, but when I try to import the schedule, all it says is "DO NOT REFRESH OR STOP THIS PAGE" but nothing with the schedule shows up below. You can download the schedule and take a look, but everything should work fine. Why won't it import? (It is in .csv format and it's the template, so everything should work.) http://www.mediafire.com/?sharekey=034b88bff86976c2d2db6fb9a8902bda
Last reply by UAVCEO, -
- 6 replies
- 2k views
Hello eveyone, My name is Carl and i just opened up http://swava.net (Southwest Virtual). I used a new template and worked with the html and css to get it where I wanted it. Although it's not finished, it has come very far. The live map will not display!!! Could somebody please check out the code and tell me why? I'm not amazing with code, so any help would be highly appreciated. Thanks again, Carl Klinker CEO of SouthwestVirtual Airlines & ATC
Last reply by Nabeel, -
- 4 replies
- 2k views
Hello, how do you create an entrance exam so that if they get over 80% they will be directed to the registration page? Regards
Last reply by mark1million, -
- 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, -
- 3 replies
- 2k views
I will be starting a VA in the near future. Although the Finances and Expenses is absolutely excellent and something that I may want to utilize in the future, it is something that I don't want to utilize at the present unless it is necessary to do so. Is it possible to disable the Finances and Expenses?
Last reply by FlyWest, -
- 2 replies
- 2k views
Hi Guys, All of a sudden I get the following error. Does anyone know a fix for this. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /var/sites/v/mysite.com/public_html/vms/core/common/StatsData.class.php on line 183 It occurs when I try to valdate submitted Pirep reports from the admin panel. It has only just started happening. Any help would be appreciated. John
Last reply by VatmeGroup, -
- 1 follower
- 1 reply
- 2k views
Hi everyone, I've worked with phpVMS for quite a while now and I'm pretty satisfied, great job!! Now my customer had page already set up and wanted me to integrate phpVMS. I have a normal login field (Pilot ID, Password and remember). I got the loginform: <h1>Login</h1> <form name="loginform" action="<?php echo url('/login');?>" method="post"> <?php echo "<?xml version='1.0'?>"; ?> <?php if(isset($message)) echo '<p class="error">'.$message.'</p>'; ?> <dl> <dt>E-mail Address:</dt> <dd><input type="text" name="email" value="" /> <dt>Password:</dt> <dd><i…
Last reply by Vangelis, -
- 8 replies
- 2k views
Hello When people join my va, the phpvms does not give a welcom e-mail with password or anything. It also does not send e-mails out in the "email all pilots" section. and also the acars map does not take an aircraft off after the piolot has finnished. can any one help thanks
Last reply by James142, -
- 7 replies
- 2k views
I have heard not to use free hosting site but i can't afford to pay for one at this time i think i uploaded the files correctly, but when i go the the install (i'm using the phpvms for dummies guide from this site) page it says: Installing the tables...'; if($_POST['DBASE_NAME'] == '' || $_POST['DBASE_USER'] == '' || $_POST['DBASE_TYPE'] == '' || $_POST['DBASE_SERVER'] == '' || $_POST['SITE_URL'] == '') { echo ' You must fill out all the required fields '; break; } if(!Installer::AddTables()) { echo ' '.Installer::$error.' '; break; } if(!Installer::WriteConfig()) { echo ' '.Installer::$error.' '; break; } echo ' Continue to the next step '; } break; case 'sitese…
Last reply by Theo,