Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 reply
- 1.2k views
Hello folks... I'm having a dumb issue here with Fltbook. When a new pilot register... his current location (on fltbook's search page) is "-". I guess it's because the current location is based on lhe last pirep sent by the pilot. And this working very well with the pilots that already made some flight on my VA. The problem is that the new pilot (without any flight made) have the current location as "-". I guess that should be shown the pilots HUB, for the first time... How to make it possible? P.s.1: I'm using ProAvia's updated version. P.s2: I'm using crewcenter.
Last reply by web541, -
Hi there, I am using Phpvms 5x5, I have several airlines in the VA, firstly how do i get the inair icon to rotate 360, and where do i put the diferent pieces of code. Can someone please assist me.
Last reply by web541, -
- 2 replies
- 1.2k views
Hey guys, I'm having problems with FSFK and I'm trying to get it working and when I connect, i got the error 404 like in the image. What is going on? My FSFK files are uploaded and everything.........
Last reply by Kyle, -
- 0 replies
- 1.2k views
How do i change my website URL? Basically my website is in this format http://mywebsite/index.php/login. so i made a maintainence page. How do i autoload it to that maintainence page? or basically change it to be index.php/maintainence ?
Last reply by PikoSim, -
- 0 replies
- 1.2k views
hello can someone help me with the Highcharts? i have this code and i wanted to implement it in my pireps view report <?php if(isset($pirep)) $pirep = $pirep; /* pull data from rawdata */ $res = @unserialize($pirep->rawdata); if($res !== false) { $pirep->rawdata = $res; unset($res); } $json = ''; if(is_array($pirep->rawdata['points'])) { foreach($pirep->rawdata['points'] as $point) { $time = str_replace('[', '', $point['time']); $time = str_replace(']', '', $time); $time = str_replace('l', '', $time); $alt = $point['alt']; $gs = $…
Last reply by Laurent, -
- 1 reply
- 1.2k views
Hi all, I hope you are ok, is there any module to show documents pdf or make a library inside phpvms for pdf files like SOPs and Handbooks ? Yours,
Last reply by PikoSim, -
- 2 replies
- 1.2k views
Hello, Can I translate some important phpVMS Docs and create a small Italian docs section on forum or wiki? Marco
Last reply by I-MAXI, -
- 1 reply
- 1.2k views
Hi, wich is the code for pilot pay to show in the profile and in the public profile? Thanks
Last reply by Jeff, -
- 1 reply
- 1.2k views
Hi everyone, I have a question, look at this link: http://www.phpvms.net/changelog.htm than you see that the last update status is: Oct 23, 2009 come there new version? (maybe in the future? is there something known about?) Michael
Last reply by Strider, -
- 0 replies
- 1.2k views
Hello to all, My host requires me to upgrade to a higher version of php 5.2.17 If I select the 5.3.28 I can not log-in to the site. Can anyone help me? My code: <h3>Autenticazione</h3> <?php /* Quick example of how to see if they're logged in or not Only show this login form if they're logged in */ if(Auth::LoggedIn() == false) { ?> <form name="loginform" action="<?php echo url('/login'); ?>" method="post"> <p> <input type="text" onclick="this.value='';" onblur="this.value=!this.value?'Email':this.value;" name="email" value="Email/Callsign VARXXX" id="email" size="24" /> </p> <p>…
Last reply by Tato123, -
- 2 replies
- 1.2k views
Hi Guys, Can someone help me out with the following issue? I have added Serious-airlines.com to the VACentral. The problem is when i want to add the logo via the gallery, i upload a picture that is 5kb. The size shouldn't be the problem because it's just as small as the rest of the companies. when i save the picture, nothing happens and the logo keeps showing "No Image". Is there another way to upload a logo or am i doing something wrong? Thanks for the help! Regards Lucas
Last reply by Strider, -
- 1 follower
- 0 replies
- 1.2k views
As i never had the patience to read i gathered a couple of videos that are lying around youtube of PhpVms Tutorials How to Install or Solve phpVMS Version 936 Install Error "Line 28"
Last reply by Vangelis, -
- 2 replies
- 1.2k views
Hi dears, is possible to put a combo box in registration form? For example: If a pilot select the airline "Iberia" automatically the hub will select "LEMD" in stead of the pilot can select. In other words the hub case will be lock (as a placeholder="") How can I do it?
Last reply by ProSkyDesign, -
- 1 reply
- 1.2k views
Hey guys, I was just wondering if there was any possible way for us to change the website the ICAO lookup grabs airport information from. geonames does not have all airports and some do not give the correct airports. So, i was wondering if there was a way we could grab the airports from airnav.com through the lookup instead of having to go to the website everytime? Please let me know. Not a major issue, but may be an improvement from geonames.
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Hi friends, I've been trying to create a page through the control of the fleet, pilots on visitors to see the number of flights performed by each aircraft miles flown and so on. Well I got the folder core/templates and created a file controlfleet.tpl and was testing at the following address www.mysite.com/index.php /controlfleet more when I go to the address the message appears: An Error Was Encountered The module "FLEETCONTROL" does not exist! Could anyone help me how to create the page, I used the page's source code that is in the Aircraft Reports Admin Center, or if there is any such addon please pass me the link, thanks.
Last reply by mark1million, -
- 3 replies
- 1.2k views
Hello guys! I m CEO of DLH Virtual and we do have currently a problem with the maintenance module. whenever we check the pirep site the damage of an a/c is going down again. How can this problem be fixed? thks Kris/CEO DLH Virtual
Last reply by servetas, -
- 1 reply
- 1.2k views
problem after registration i see the message Fatal error: Call to undefined function filter_var() in /var/www/vhosts/rodoy.digitalns.org/httpdocs/phpvms.full/core/modules/Registration/Registration.php on line 206
Last reply by Strider, -
- 0 replies
- 1.2k views
i want to add to schedule search a "search by ICAO(write)" and "search by flightnumber" how i can do this ?
Last reply by Omerr01, -
- 1 reply
- 1.2k views
Sup mates. I already checked 3 times for extra spaces in app.config.php and there are no spaces at all! the only thing I changed after the installation was the "geonames" to "phpvms" and nothing else! But im still getting these erros Warning: Cannot modify header information - headers already sent by (output started at core/common/Auth.class.php on line 341 public_html/va/core/app.config.php:1) Warning: Cannot modify header information - headers already sent by (output started at /core/modules/Logout/Logout.php on line 26 I already reinstallaled phvvms 4 times in a row and still have the same error! Any ideas? Thanks.
Last reply by StartVM, -
- 3 replies
- 1.2k views
Hello, I just downloaded a fresh copy and uploaded to the hosting, it gave the following error when hit insall/install.php Any Help?
Last reply by web541, -
- 0 replies
- 1.2k views
I've been trying to setup phpvms recently, which seemed to have succeeded now, however whenever i click any of the buttons on the home page, a blank page with the message "No input file specified" is shown. I did come across this thread: http://forum.phpvms.net/topic/6940-no-input-file-specified/, But i do not run Apache on my server, and removing .htaccess does not resolve the issue. Neither do i have access to php.ini, for strato seems to manage it themselves. I did try the suggestion of adding ? after index.php, for example http://www.swctools.com/phpvms/index.php?/acars and this does prevent the error from coming up, but instead just shows the homepage, as index.php…
Last reply by Jordy141, -
- 1 reply
- 1.2k views
Hey, Say I wanted to use the email function to email someone, with the email contents being in a TPL file, how would I go about it? Since the add to bid thing is JS, might be a little more complex. Kieran
Last reply by Nabeel, -
- 2 replies
- 1.2k views
Hello, I need some help because when I wanted to add a schedule, I had that message : "There was an error editing the schedule: Unknown column 'maxload' in 'field list'". I don't know what is the problem. Thank You, Thomas, CEO Rhône Air VA
Last reply by thomas2360, -
- 1 reply
- 1.2k views
How do i change the color of the text on the signature's backgrounds
Last reply by freshJet, -
- 0 replies
- 1.2k views
How do I use the original templates login form, for pilots to login? This is code in my template for logging in: <li class="login-container"> <a class="login" id="loginpopup" href="#loginform"><i class="icon-enter"></i> <font color="#000"><strong>Login</strong></font></a> <!-- login panel --> <div id="loginform" class="login-form-container"> <h4><strong class="epicon-strong">Login</strong> to your Account</h4> <form action="#">[b] [/b]//Tried putting <?php echo url('/login');?> in the action area to the left, replacing # sign <div class="input-group"> <span …
Last reply by in2tech, -
- 1 reply
- 1.2k views
Hi Nabeel, I have an idea that I wanted to float by you. Would it be possible to extrapolate a rough heading of the flight by taking the present position and comparing it to the intended destination? If so, adding some extra icons to the image folder, say an icon oriented for every five degree increment and then calling up the appropriate icon to display on the map. It would not be perfect since it would always want to point to the lat and long of the destination while you are sitting at the gate. There is just something that doesn't seem right flying from Vancouver to Miami in reverse. At one time, I was with a VA that had FSAcars and Google maps using this techniq…
Last reply by Nabeel, -
- 0 replies
- 1.2k views
I am trying to create a new xml with version with that link /phpvms/index.php/XML/version but i get as a return This page contains the following errors: error on line 126 at column 22: Failed to parse QName 'height:' Below is a rendering of the page up to the first error. Can anybody inform me if i do anything wrong and if yes what ? Thanks
Last reply by Vangelis, -
- 1 reply
- 1.2k views
Could someone axillary me as to disappear with the header of this PHPVMS page on an external website? watch my pilots page and fleets! http://www.premiercargobrasil.com.br/pilots.php http://www.premiercargobrasil.com.br/fleet.php
Last reply by ProAvia, -
- 1 follower
- 2 replies
- 1.2k views
I downloaded the latest version of shopp V1, the SQL sent to the server normally. In the Admin Center, added one type and Shop But when I click enter product the message I can not insert a product at the mall, Can anyone help me?
Last reply by Fernando, -
- 1 reply
- 1.2k views
Hello, I have a problem with my timetable. There is one flight with its return flight that wont show up in the timetable. There is no filter selected but it wont show whatever i'm trying. It is a flight from TNCC to MHTG with the Boeing 757-200. Does anyone now what it could be? Kindly regards, Rick
Last reply by Edwin,