Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 15 replies
- 3.3k views
Hi, im trying to list on the pilots page the last date that a pilot flew, i have been playing with the <?php echo PilotData::GetFieldValue($pilot->pilotid, '*********'); ?> but not sure if that can work. Any sugestions please. Thanks
Last reply by Nabeel, -
- 9 replies
- 3.3k views
Wanted to raise my rank to max. and staff so i went to php my admin and edited the sql for ranks and it worked for about a day. but then it changed back to my normal rank (hours i flew) . i think it just self updates. what did i do wrong or is there another way?
Last reply by stuartpb, -
- 7 replies
- 3.3k 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, -
- 10 replies
- 3.3k views
So this will be my last request at the moment. Well, I tried to add an award called "100 Flights". When I added that adward to a pilot I searched at the office for his profile, but instead of the award-picture I´m just able to view the name of the award "100 Flights". How to change the data to show the pictures? Please help and reply. Have a nice day and best regards from Germany Tobi CEO North Air
Last reply by Nabeel, -
- 12 replies
- 3.3k views
Hi, How do you edit the contact us page so the user can decide who to send it to e.g CEO or VCEO and so on. Regards
Last reply by TennShadow, -
- 10 replies
- 3.3k views
Hello on my phpvms website i need help upgrade my reCapture from this to this
Last reply by web541, -
- 5 replies
- 3.3k views
Hi there, I have a very specific issue in regards to a user account on my phpVMS install. A long-time user came back after a year of inactivity, and couldn't login. I have changed his password, and while I managed to login no problem on all browsers, he still can't login on Chrome, IE and Firefox. All of his cookies and cache have been cleared, and system time is ok. Another admin tried to login on his account, and had the same issue; any ideas? I have also cleared his sessions (and made a backup).
Last reply by simpilot, -
- 10 replies
- 3.3k views
Hey guys, Not sure if you are experiencing this but AAvirtual.net has been hacked twice this week. They are able to get in to user accounts, they only get in to exec staff accounts and go directly to the admin panel. They know exactly where to go because of the track on the website. They have deleted at least a hundred of our pilots and continually do so. I really am asking if anybody here is doing this to kindly stop or if anyone knows how to stop this please do help. 173.245.52.14 is the IP for the access to the sites pages, its from Vietnam so its obvious that its from a proxy. Regards, Ada
Last reply by twelka3, -
- 2 replies
- 3.3k views
Fatal error: Cannot re-assign auto-global variable _FILES in /home/*****/public_html/core/common/PilotData.class.php on line 436 hello i move to godaddy paid hosting and i have the php version when i switch to 5.3 its fully work , how i fix it ?
Last reply by davidulman, -
- 8 replies
- 3.3k 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, -
- 11 replies
- 3.3k 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, -
- 16 replies
- 3.3k views
Hi all. I've just been advised that I need to migrate my hosting - I've purchased new hosting and I'm currently in the process of backing up our VA's website however I'm unsure of what the process to 'restore' the new site to the new hosting entails. Could anyone offer some insight in what's required, what needs to be set up on the new hosting and what's required to bring all the databases and files across in functioning order? We're running Sim Pilots phpVMS 5.5 and the hosts php version has been set to 5.5 but outside of this, I'm not aware of what else I need to change or set up. Any help is appreciated. Brendan.
Last reply by Brendan03, -
- 5 replies
- 3.3k views
I don't like the fact that inactive pilots cannot access the website. So, they contact Human Resources, and then I set them as active, but I think the system changes it back. It's so annoying. How the hell do I turn it off - it's creating problems!!!
Last reply by RocketRod, -
- 5 replies
- 3.3k views
http://www.freshjetvirtual.com/index.php/acars One of my pilots sent me a message in their last PIREP indicating ACARS problems. I went to the ACARS map and saw the above (for those who can't see anything, it's a huge list of flights all under the same pilot: 0000.
Last reply by SiedlerP, -
- 9 replies
- 3.3k views
Hello I got some real urgent issue: when somebody tries to register with my airline they get a blank page after they click "register". No error messages, nothing, not even with "debug" on. When I hit a wrong captcha it will come back to the regform though, so that part works. But apart of it, nothing shows and the registration is not processed. I looked on the forums here and couldnt find anyone with the same problem. Its a brand new site, the registration page is not modified. What could this be? I'm not fluent in php and really in a dump now because of this.
Last reply by mischka, -
- 18 replies
- 3.3k views
Hi, I really want to re arrange my sidebar at the left on the website www.bmavirtual.co.cc But can someone tell me how to? Thanks
Last reply by mark1million, -
Hello,How can I do to translate the system into another language?I would translate it to Spanish.Thanks
Last reply by fenixdigital, -
- 3 replies
- 3.3k views
Installer issues fixed. Sorry about that! I had forgotten to blank the site_config.inc.php. Changeset: http://phpvms.devjavu.com/changeset/251/Download just the updated files (from 250):http://phpvms.devjavu.com/changeset/251 ... ip&new=251Update:And from 251 to 252:http://phpvms.devjavu.com/changeset/252 ... ip&new=252[*]Installer issues fixed[*]Added Version/Permissions checkOr just download a fresh copyLemme know how that goes.
Last reply by Nabeel, -
- 3 replies
- 3.3k views
Hey everyone, new build today:Download Pagehttp://www.phpvms.net/docs/downloadsChangeset/Fixed tickets:http://phpvms.devjavu.com/changeset/258http://phpvms.devjavu.com/changeset/257http://phpvms.devjavu.com/changeset/256Changes: Update notification - shows in admin panel when an update is available (field update in Settings). In order for update notification to work, you must allow http access for file handlers. Otherwise, it will not work. Add comments to PIREP (from Admin Panel), sends email to submitter with the comment, and link back to view the comment. Submitter can then reply to any inquiry, and then the report can be accepted/rejected based on that. Show c…
Last reply by Nabeel, -
- 4 replies
- 3.3k views
I want to shift the " $text = 'powered by phpvms, '. SITE_NAME.' '; " to the Left in the PilotData.class.php file. How should I do that, please?!?
Last reply by CPC900, -
Hi, i can't edit expenses, in admin panel when the expense is selected the respective expense data appear in blank. Regards
Last reply by Brian, -
- 10 replies
- 3.3k views
We are getting emails stating that the pilots are marked as retired. They are active pilots who have flown lately. Hi Thomas McGreevy, You have been marked as retired because you have been inactive for more than 120 days. To be un-retired, you must file a PIREP. Thanks, The Alaska Adventures Management I am running version Version 2.1.934
-
- 9 replies
- 3.3k views
Was helping a guys out with his skin until jeff noticed that he was calling a Javascript from another airlines site. I looked into the URL that it was being called from and the guys is copying the whole skin from them without permission. Forum thread- http://forum.phpvms.net/topic/6708-my-skin-help-me/page__gopid__44735#entry44735 Kind Regards
Last reply by simpilot, -
- 5 replies
- 3.3k views
Hi I just want to know how we can put Add Pilot option in Admin Panel any suggestions or code? Explanation: i wanted to Add pilots manually Through Our Admin Pilot so how to creat module for it if anybody can Help please. This Would be the SQL Query to execute the code? NEED FULLY WORKING CODE.......... INSERT INTO `Asmara_Pilots`.`phpvms_pilots` (`pilotid`, `firstname`, `lastname`, `email`, `code`, `location`, `hub`, `password`, `salt`, `bgimage`, `lastlogin`, `totalflights`, `totalhours`, `totalpay`, `transferhours`, `rankid`, `rank`, `ranklevel`, `confirmed`, `retired`, `joindate`, `lastpirep`, `lastip`) VALUES ('2', 'Anil', 'Jabbar Memon', 'aniljabbar84@yahoo.com…
Last reply by FiveStar, -
- 7 replies
- 3.3k 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, -
- 3 replies
- 3.3k views
Good evening guys, I have a problem in booking flights "No Route Passed" .. I know the problem is a JS file. The file is jquery-1.11.0.min.js problems, how can I fix it? I tried to move it in other sections but nothing to do. Thanks for a possible answer. Best regards
Last reply by alblua, -
- 7 replies
- 3.3k views
Good day, When I use IE8 and view a PIREP report the Google map comes up blank, only the heading "Route Map" displays after the ACARS report. If I use FF the map displays perfectly. I know the one simple solution "Don't use IE", I would appreciate some help please. Using 2.1.915 and only added <div> at the top of the code to center in display area, no other changes. Cheers Mark
Last reply by saapilot, -
- 8 replies
- 3.2k views
Where do i find this?? Cheers
Last reply by davehardy, -
- 10 replies
- 3.2k 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, -
- 4 replies
- 3.2k views
Ive tried looking through the phpvms files but i can seem to find a .tpl that i can change the Nav Bar order in what i want to do is: Home||Fleet||Operations||about us etc... and swap them around