Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 2.4k views
I would like advice from experienced people,about how to make my VA one of VATSIM member and make it VATSIM European division member.
Last reply by simpilot, -
- 5 replies
- 2.4k views
Hello, First thanks for reading, then I want to know how to solve a problem that I´m currently experiencing on my Phpvms news section when I write spanish characters such as accents or the "ñ" character. All the website is set normally and works propelly, local config files are set to UTF-8 and also de database settings. Something like, "compañÃa" is transformed in the news section to compa��a If can I have any help will be appreciated,
Last reply by richipilot, -
- 9 replies
- 2.4k views
Good day gents after transferring my website to new server, i had some errors but everything resolved, i believe that the php version is the bug, however only thing missing now, in my admin i got sidebar_pirep_pending.tpl no the status of pireps it's simple shown : sidebar_pirep_pending.tpl no more, any suggestions ? Yours,
Last reply by FlyingMachine, -
- 4 replies
- 2.4k views
I'm wanting to add the Pilot Hub of the Pilot to the email that staff get when a pilot submits a PIREP. I have located the email code in PIREPData.class.php but I'm not sure how to get the hub info to show up. I've tried several different things but my lack of PHP and database knowledge is definitely showing here. :-) Any help would be appreciated. # Send an email to the admin that a PIREP was submitted $sub = "A PIREP has been submitted by - {$pilotcode} ({$pirepdata['depicao']} - {$pirepdata['arricao']})"; $message = "A PIREP has been submitted by {$pilotcode} " ."({$pilotinfo->firstname} {$pilotinfo->lastname…
Last reply by TennShadow, -
- 9 replies
- 2.4k views
Hi, How can I change the subject of the email sent when a new pilot registers? Example: "Your account was created" Thanks!
Last reply by AGuyFawkesMask, -
- 9 replies
- 2.4k views
Hi all I've had to reinstall my server which has meant reinstalling phpVMS. I downloaded the 2.0.854 release (not beta), went through the install document making the necessary folders writeable, imported the old database from my previous 854 install, and now pireps aren't working. Manually adding results in no error and when the pirep list is displayed it's not shown. Using Xacars results in "SUCCESS" from the server, but again nothing showed in the pirep list. Also, nothing is shown in the "Pending Pireps" notification on the admin part. However, in both the xacars.txt and log.txt logs, the pireps are displayed. I've double checked folder permissions, but I'm now …
Last reply by Nabeel, -
- 3 replies
- 2.4k views
Hi gang, Upon preparing and getting sites going I've stumbled across an unusual problem with: www.iberworldva.com In Firefox (my pc at 1920x1080)the site is fine and the font displays perfectly. Could be Arial or Verdana. Images fine too. In IE, well the whole site font becomes a horrible Times New Roman, hyperlinked images have a box around them which knocks some off balance. In Chrome the font is times new roman and no images! I find it very strange indeed and am slightly lost, it's not like it's a custom font being used. Also when viewed on firefox (other pc 1024x768) the font is times new roman again but images fine.... Would appreciate a pointer if anyone migh…
Last reply by MBrown, -
- 7 replies
- 2.4k views
When i try to add news to my site it says There was an error adding the news item and when i try to add a page it says There was an error creating the file?!
Last reply by simpilot, -
- 8 replies
- 2.4k views
I am getting this Error when Pireps are approved : Fatal error: Class 'LogData' not found in /home/vforg/public_html/admin/modules/PIREPAdmin/PIREPAdmin.php on line 319 Here is line 319: LogData::addLog(Auth::$userinfo->pilotid, 'Approved PIREP #'.$pirepid); This just started the other day, all data seems to saved okay, we are not missing flights or hours in our "logbooks". Can anybody tell me what is wrong and how to fix it? Yes I am a newb when it comes to this stuff.
Last reply by Steve Bartlett, -
hello guys i whant to allow my pilot to fly from/to anywhere in the world without make route before is it possible ???
Last reply by OA01, -
- 5 replies
- 2.4k views
Hi,I have been working with phpvms for a few days in setting up a VA website. Thanks you for a great system I have encountered very few problems, infact none up till now. I recently went into the admin panel to add new hubs/ schedules/ airports etc, and every page that has the tasks bit comes out kinda dodgy. The links for me to add new things under tasks is not accessible, as you can see from the pic:BTW, i do have a custom template installed on my site ofcourse, would that affect it?Thanks.
Last reply by Rob, -
Hello all i have a question. i belive that at this point the nav database is only used to show the route in the recived pireps and not on the livemap. now what i have is after installing and addon modulle (IPS for PHPVMS) this hooks directly to ivao/vatsim(no need for an acars) it uses the filles route within those networks and shows the waypoints on the map BUT some waypoints a completly wrong where would i be able to pdate the nav database to the current airac gr joeri
-
- 10 replies
- 2.4k views
I have installed built 785 and it display ok but I can not log in. it seems to redirect. Any clue what is going on. Gerald Stieben PS: how do I get my airline in the trial???
Last reply by Nabeel, -
- 5 replies
- 2.4k views
phpVMS Gurus..... We recently installed phpVMS at our upstart VA, CargoBeast Airways. We are quite happy with it, save for one issue. Currently, I'm the only X-Plane flyer, thus I'm the only person this is happening to. When I submit a PIREP, it always shows up as "Gross Revenue $0.99 (1 load / $ 0.99 per unit)" no matter how much cargo was listed when the PIREP was submitted. Relevant Configuration: 1. The route is listed as a "Cargo Flight". 2. I am using XACARS version 2.0.0 I went into the PIREP table with phpMyAdmin and noticed that my "load" field had a value of '1' for my last flight, where the "load" field of my MS Flightsim brethren always had a much high…
Last reply by Larry Wimble, -
- 7 replies
- 2.4k views
My site rexently started giving lots of errors which never happened before, and now the website twitches and the size of the font changed from normal to huge! Please help. I do the maintenance in admin panel atleast every other day. But it still goes crazy... Never happened before!
Last reply by Thomas Rozanov, -
- 1 reply
- 2.4k views
All the data shows up but the distance remaining is wrong it measure to point lat 0 lng 0 about 4200 nm when the rout is only 61 nm here is the core/modules/acars/xacars.php codes that I have <?php /** * phpVMS ACARS integration * * Interface for use with XACARS * http://www.xacars.net/ * * * This file goes as this: * The URL given is: * <site>/index.php/acars/xacars/<action> * * SDK Docs: http://www.xacars.net/index.php?Client-Server-Protocol */ error_reporting(E_ALL ^ E_NOTICE); ini_set('display_errors', 'on'); Debug::log($_SERVER['QUERY_STRING'], 'xacars'); Debug::log($_SERVER['REQUEST_URI'], 'xacars'); Debug::log(ser…
Last reply by hakasapl1, -
- 8 replies
- 2.4k views
Whats the code to add the status of a pilot in the pilots roster. <td><?php echo $pilot->status?></td> That doesn't work. Also how can I add more statuses. Other than Acitve and Inactive. Thanks
Last reply by mseiwald, -
- 5 replies
- 2.4k views
Could someone tell me the code i need to show who's online? guests and pilots please
Last reply by Gantcho, -
- 1 follower
- 5 replies
- 2.4k views
I think my previous post failed to post.... Until a few weeks ago I was able to login to the site as administrator and do all administrative activities. Today when I use those same credentials (I have not changed them) results in me being brought to a login page asking for my login credentials. I doesn't go further than that. However, when I used the kACARS Free client 1.0.1 (latest) using those same credentials, I managed to log in to the system using the kACARS client but NOT on the website. I then used the password reset and it said it sent a password reset link to my account but I never receive it. I checked the email address on the database and it is correct. But …
Last reply by josh90, -
- 3 replies
- 2.4k views
Hi everybody, I am new here and I have some problems without find answer on the forum. I would like to create a menu with sub menu, so I have that: <style media="all" type="text/css">@import "/menu/menu_style.css";</style> <div class="menu"> <ul> <li><a id="current" href="http://regionalva.org/index.php/" target="_self" >Home</a> </li> <li><a href="" target="_self" >Crew center</a> <ul> <li><a href="http://regionalva.org/index.php/profile" target="_self">Pilot Center</a></li> <li><a href="http://regionalva.org/index.php/acars" target="_self">Live Map</a>…
Last reply by Florian Dassonville -RAE01, -
- 7 replies
- 2.4k views
I have a request like in the beta version via activity feed PIREP data is being logged and posted on twitter wall. Is there any possibility for the 2.1.934 users? thanks
Last reply by Heliguy, -
- 1 reply
- 2.4k views
Hello, when i run the install file i get this error"Parse error: syntax error, unexpected ')', expecting '(' in /home/emirates/public_html/trunk/install/install.php on line 21" now I've chmoded the files required.Hope you can help,Zeeshaan
Last reply by Nabeel, -
- 4 replies
- 2.4k views
Is there anyway that we can assign pilot Tail numbers instead of them being automatically assigned? Kind Regards,
Last reply by Curshad, -
- 13 replies
- 2.4k views
HI I have problem with FSacars for distance and touch down VS !!! please see image at below link : Please help me TNX
Last reply by faraz, -
- 3 replies
- 2.4k views
Whenever you go to my website, or navigate to any other page on the website, I get an error "This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/." I've generated an API Key and put it in the website settings and the notification still comes up.
Last reply by Nabeel, -
- 10 replies
- 2.4k views
When i start a Flight the Live map does not show up anything. But it shows on Vacentral any ideas thanks
Last reply by Daniel, -
- 4 replies
- 2.4k views
Hello all! Quick question... in my flight briefing, how can I show the departure and arrival countries? I tought something like <?php echo $depinfo->country;?> would show it directly, but it doesn't do so! I went over this forum and tried different ways, any idea? Thanks!
Last reply by EricThePanic, -
- 4 replies
- 2.4k views
Hey guys, I'm currently doing some work on a military based group using the phpVMS system, and we need to be able to award ranks on a when and why basis, not on hours. I'm sure this has been brought up before but i cant find the topic Thanks, Ben.
Last reply by Nabeel, -
- 9 replies
- 2.4k views
Hi i have two minor annoyances id like to sort out:1. Email Issues-When ever a new pilot signs up for the system he won't recive a confirmation email i don't know what's wrong my host supports auto email's.2. FSACARS When ever i submit a flight like JAL100 in from FSACARS to the system it won't recolonize it as a flight as seen in the total flight dialog.http://jlvirtual.x10hosting.com/jalweb2/
Last reply by Nabeel, -
- 5 replies
- 2.4k views
Hi all, I've been wondering if there is a way to make use of the revenue made by the airline. I've installed the pilot shop and it's working fine with pilots' money, but is it possible to use the total VA revenue in any way? Let's say the VA is buying a new aircraft - a good opportunity to decrease the revenue. A good solution would be to add one-time, single expense to the expense list, the thing is ... my php knowledge yet too limited, although I'm trying as I might. Could anyone advise or suggest a code snippet/modification?
Last reply by TAV1702,