Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 8 replies
- 3.5k views
Hello guys, I need a little help. I wish the ranks were awarded not only based on the hours but also the number of flights made. I was able to bring up the function in the admin panel and make it work. The table in the database is updated correctly, but if I add the hours to a pilot with the "transert hours" the rank is increased even if there isn't a number of required flights. Can anyone help me?
Last reply by kenny, -
- 12 replies
- 3.5k views
Hi all, Everything is running beautifully on my phpvms site, except for one thing, the pilot brief page. The "click to view NOTAMS" button for the airports always seems to go to a page that isnt there: https://pilotweb.nas.faa.gov/geo/icaoRadius.html?icao_id=EGNX&radius=2 (being one example for EGNX) Also, the airport chars are just image holder with links that dont exist again - http://www.airnav.com/airport/EGNX#ifr (being an example) And finally, I am not sure if its a setup issue or such but the weather graphs dont seem to do anything are are for the wrong country... Anyone able to help?
Last reply by iGavB, -
- 7 replies
- 3.5k views
Im trying to add an airport to the list but after i add the airport it dosent appear
Last reply by Conor, -
- 9 replies
- 3.5k views
Well I've been watching my acarsmap, it has an error one would help to know where to start to solve this problem. When you're flying with kACARS it shows the distance Wrong, example: If I'm flying when I KATL-KBNA and landing he says he is missing 50 miles, but this is wrong because I got to the destination and KATL. When you're flying with FSAcars it shows the wrong heading, the aircraft are all pointing down 207 heading. Does anyone know how to fix these bugs? Thanks to all.
-
- 2 replies
- 3.5k views
I am trying to add a button to my jqgrid schedule that will add and remove a bid from that schedule. I'm not exactly sure how to do it yet. The way it's setup is that I have my jqgrid in schedule_results.tpl. There are two javascript functions. One that does an ajax to add a bid and one that does an ajax to remove a bid. I also have some code in Schedules.php that feeds the information to the grid. Currently, all that I can do is press add in the grid and it will add a bid. I want to make it do when they add a bid, the grid shows remove in that cell and will run the remove function when pressed. PHP: public function schedulegrid() { $page = $this->get->page; // …
Last reply by prattcmp, -
- 6 replies
- 3.5k views
Hi There, Some of our pilots are starting to want to use X-plane, When I went to do some testing I found I could not select an aircraft type. In kACARS for FSX there is a dropdown list for aircraft type to fly. Can some tell me how to select an aircraft in Xacars ver 2.5.6 (http://www.xacars.net/)? Or is there a better program to use? Thank you I await your reply David.
Last reply by OzFlyer, -
- 25 replies
- 3.5k views
Hello, the website is out of service, it has several errors
Last reply by ProAvia, -
- 1 follower
- 8 replies
- 3.5k views
please help . i must have changed something by mistake. when i try to go to my admin centre i get this Forbidden You don't have permission to access /admin/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Last reply by Kyle, -
- 1 follower
- 7 replies
- 3.5k views
Is anyone else having issues with the PHPVMS 5.5.2 "Email all Pilot" email system ? I have 2 sites and both are letting me construct and send an email but not posting to members ? Thanks in advance
Last reply by shaun105, -
- 12 replies
- 3.5k views
Good day does anyone know exactly to fix the add/ aircraft error as i am currently having this issue and because of this nothing is appearing in my smart cars.
Last reply by DDm, -
- 7 replies
- 3.5k views
Hi there, I want to know if there´s any way to wipe the flight data from the LIVE MAP window, for example, after the flight is done (I plan to trigger an event from client to server side, at the PHP module, to make it clean the flight data). I mean, how to code at server side (php module) to clean up just the pilots flight data (especific flight data, not all data at the map window). Thank you in advance. Regards, Roger
Last reply by richipilot, -
- 11 replies
- 3.5k views
I have just been looking at how the pirep log is displayed, <?php # Simple, each line of the log ends with * # Just explode and loop. $log = explode('*', $pirep->log); foreach($log as $line) { echo $line .'<br />'; } ?> If it possible to style based on an event, for example If the log contains Stall format that text in Red Bold for example, or if it contains a landing rate < -500 that is also formatted, im just trying to get some ideas on how to format the output based on different events and even if it is possible. Thanks.
Last reply by mattia, -
- 1 follower
- 14 replies
- 3.5k views
If i was to make an alliance airline with each airline having a different site how would i pull the info from each site? I.e Live Map, Pireps, Total schedules etc
Last reply by mattsmith, -
- 4 replies
- 3.5k views
Hello all, I was wondering how I could add Integrated Pirep System to my phpVMS website. Is there a document anywhere that I can find to show me how? Best Regards, Yianni
Last reply by Strider, -
- 8 replies
- 3.5k views
After about 30 minutes (no exaggeration) of trying to fix this error, I am still coming up empty handed. Hopefully someone here can help me... When I use this code: <?php $getid = $_GET['user'] $rs = mysql_query("select 'name','age','country' from users where id='$getid' LIMIT 1"); <--- THIS IS LINE 9 list($name, $age, country) = mysql_fetch_row($rs); ?> I get the following message: Parse error: syntax error, unexpected T_VARIABLE in "bla bla bla" on line 9. (line 9 is the second line in the code above) I do know that the error means that I am missing one of these characters: ' ; ' " ) ( [ ] ...But I dont know which one(s) I am missing and where the…
Last reply by James142, -
- 16 replies
- 3.5k views
Every flight my VA is doing is not gaining profit from it have i set up something wrong
Last reply by poole3003, -
- 7 replies
- 3.5k views
Hi All, I have posted about this a long time ago so i know there is a way to solve it, however i have no longer got access to the email that the solution was sent too. My dilemma was and is; i have some schedules that are 3 legs in total, however share the same callsign, e.g VX260 - SFO - LAS - JFK. Under the current php system, i have to put an alpha letter after the callsign for the second leg i.e VX260A (this is the case when uploading in .csv format and manually adding schedules through the main panel), which granted isn't the biggest problem in the world, however, it's just not realistic for VX ops. As i have stated, i know there is a solution available in the fo…
Last reply by VirtualBMI, -
- 19 replies
- 3.5k views
Hi Nabeel. I followed Rogers tutorial on skinning and I did my forgot password like he did his. Great little tip indeed So I proceeded to do that to a couple other pages as well, like file new pirep and login. Well, on all extra pages (file pirep and login), I get this for users online Warning: Invalid argument supplied for foreach() in /home/xxxxxx/public_html/xxxxxx/lib/skins/Storm/login_form.tpl on line 32 But yet on my home page it works just fine. Thus me not thinking it is a bug but rather a coding error. Problem is, I never changed any code. All I did was copy and paste from my frontpage_main.tpl so there should not be any code errors at all. Also, I am hav…
Last reply by TAV1702, -
- 5 replies
- 3.5k views
When setting up pilot group to give them certain access to the admin area, how do I restrict access to the SimPilot and all Add On module(s)? There is not an option in the Group Permissions area when editing the groups! Thanks!
Last reply by Gofast77, -
- 10 replies
- 3.5k views
Can modules with file extension TPL be used with Simpilot v 5.5.2??
Last reply by CFVA, -
- 1 follower
- 13 replies
- 3.5k views
Hi I had this problem. I use Smart Acars... Help pls!! [01-Nov-2016 16:25:22 UTC] PHP 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></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/travelsk/public_html/php/core/classes/ezdb/ezdb_mysql.class.php on line 99 [01-Nov-2016 16:25:29 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<fon…
Last reply by Parkho, -
- 9 replies
- 3.5k views
Hi there, My site has been up for over a year without trouble, and without changing anything, I found this when I tried to access the page (airmaltava.com) I've been over all the files mentioned and still haven't found anything of any significance. Does anybody have any idea as to what's up with this? Thanks, Mike
Last reply by Kyle, -
- 4 replies
- 3.5k 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, -
- 17 replies
- 3.5k views
Hi I've got an issue on the Schedule Details page in both the 700 and beta versions, with an IE error saying: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; FDM) Timestamp: Sat, 31 Oct 2009 19:21:51 UTC Message: 'weatherObservation' is null or not an object Line: 45 Char: 5 Code: 0 URI: phpvms.js Message: Object doesn't support this property or method Line: 1 Char: 1 Code: 0 URI: http://ws.geonames.org/weatherIcaoJSON?ICAO=EGHQ&callback=jsonp1257016818479&_=1257016818650 The page is then displaced to the l…
Last reply by mw308, -
- 10 replies
- 3.5k views
Hi all I've tried to set the zoom level in the config using map_zoom, map_zoom_level, etc. and none seem to be working. Is there an easy way to set the level, as my VA only flies in the UK? Cheers
Last reply by Nabeel, -
Hi there, when I tried installing PHPVMS 5.6. I get the following error below Warning: mysqli::mysqli(): (HY000/1045): ProxySQL Error: Access denied for user 'id14765983_phpvms_install'@'2a02:4780:bad:f00d::4' (using password: YES) in /storage/ssd5/983/14765983/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 101 Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>ProxySQL Error: Access denied for user 'id14765983_phpvms_install'@'2a02:4780:bad:f00d::4' (using password: YES) (1045)</b></font>]<br />[<font color=000…
Last reply by Strider, -
- 1 follower
- 6 replies
- 3.5k views
So I have tried many methods and nothing can either A. Install an airport database or B. allow me to (at the very least) even manually install airports via AirNav Coordinates It also says "FETCHING AIRPORT" whenever I enter in the icao for all eternity. Please help, Thanks.
Last reply by Parkho, -
What forum is a good option? Vanilla or SMF? I know SMF, but do not Vanilla.
Last reply by aarbee, -
- 9 replies
- 3.5k views
Hey Guys, I was wondering if you could help me a little, I keep getting this error in the admin panel when I try to edit new pilots; Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /home/flythere/public_html/buffaloairwaysvirtual.com/core/common/StatsData.class.php on line 183 Thanks, Thomas.
Last reply by TAV1702, -
- 7 replies
- 3.5k views
hi... once more im having problems on my site... today started testing the FsAcars and when sending the PIREP it showed error sending log but the PIREP is there at leasta part of it since it isnt complete now i suppose it has something to do with permision because after accepting it when i wanted to check my badge it gave an writte error (can remember the exact error) and im sure i gave writte permision to lib/signatures folder... but i fixed givin writte permissions to all the files on the folder The hours updated on the va statics fine but the badges still show 0... and now when trying to send a pirep manually from the web it sended it fine but it shows this error on …
Last reply by Nabeel,
