Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.2k views
I have completed 7 flights for 19 hours and 14 minutes, counting each of my flights that are showing in my pilots profile. However, the system is only showing 7 flights for 2 hours and 54 minutes. Does anybody know what is going on with this?
Last reply by Steve Bartlett, -
- 4 replies
- 2.1k views
I'm thinking of making a map of flights for the pilots can see destinations to fly more graphically. Something like this: http://viajaraargentina.files.wordpress.com/2011/04/ruta-aerolineas-argentinas1.jpg It would be a bitmap image mapped with coordinates that when you click on a city to return all available flights to that destination. The problem is that the link schedules/view, destinations are not filter for airoport, shows all. On our site the link is http://newaps2012.com.ar/index.php/schedules/view It should be something like "http://newaps2012.com.ar/index.php/schedules/view = KJFK" or something, but can not find the right way of putting it. I honestly do no…
Last reply by imnemina, -
- 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, -
- 4 replies
- 1.9k views
Hello guys, Lately I'm having severe problems with the caching system of phpvms,sometimes leading to a complete outage of the site ie a blank page with just a picture on it. Sometimes I get a page full of error messages like this Warning: file_put_contents(/core/cache/phpvms_users_online.cache) [function.file-put-contents]: failed to open stream: Permission denied in /core/classes/CodonCache.class.php on line 210 Clearing the cache usually helps, but obviously this issue needs to be resolved more permanently. File permissions are set to 775. I think with 777 it runs better I'm not convinced that's secure enough (ie give write access to public) The site has been run…
Last reply by mischka, -
- 4 replies
- 2.1k views
Hello, I was wondering if anyone new how to make the pilot badge available to guests on the Pilot Public Profile? Best regards
Last reply by VirtualBMI, -
- 4 replies
- 1.9k views
Hi all i have a question, in my VPS with XEN, my website work perfectly but if i transfer my site in a VPS with KVM2 the site is very slow... phpvms is compatible with KVM?? you have noticed the same problem?? Regards Mattia
Last reply by mattia, -
- 4 replies
- 1.8k views
Hi mates.. how do I change the font size in my "Latest flights" table? <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Duration</th> <th>V/S</th> <th>Info</th> </tr> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo-&…
Last reply by freshJet, -
- 1 follower
- 4 replies
- 2.4k views
Hi All, Something strange has happened to our admin for our airline. None of the staff team can add aircraft to the fleet. Three of us have tried and it comes up with an error message. I have checked the pilot group for admin and the settings look ok. Nothing else has changed. I've reset the cache, optimized the tables etc but still no joy. Any ideas? Just off to try and see if it's affecting other areas of the airline.
Last reply by freshJet, -
- 4 replies
- 2.4k views
Hi all Hoping you can help... For some reason our ACARS Live Map has all of a sudden stopped showing anything (just a white space where the map was)... No settings changed etc. Any idea why this would be and how we can fix it? URL is: http://ukhorizonairways.com/index.php/acars Thanks in advance, Gav
Last reply by talldenton, -
- 4 replies
- 2.2k views
Hello, I'm not sure where to go from here, I've been using 000webhost and I have been using a tutorial on YouTube (phpVMS Tutorials Episode 2 - Installation) They said it should come up with an install link which went to phpVMS Database setup, however mine says this Fatal error: Class 'DB' not found in /home/a4611461/public_html/core/common/SettingsData.class.php on line 28 Any Ideas on how to fix this? Thank you.
Last reply by Angello, -
- 1 follower
- 4 replies
- 1.4k views
Wonder if someone can fixed this in Vansers´s vAwards Awards displays in vertical position, will be better if in horizontal Best regards
Last reply by chilemugriento, -
- 4 replies
- 1.6k views
I'd like to place an image above the data in the ACARS bubble, however I'd like it to detect and choose an image for the airline the flight is operated for. However, I'd only like to keep one airline in the system. I imagined it like, if the flight number is FE3XXX, the ACARS bubble would display one image, but if it's any other, for e.g. FEXXXX, it would display image of another airline.
Last reply by simpilot, -
- 4 replies
- 2k views
Here is what im trying to achieve, any help would be appreciated as its been a while since i have dived deep in to the code pf vms. When a pilot is deleted and their is data in the system ie from a screen shot or past event it displays the pilot as 0000, now is there a way to globally set that to echo something else out via the config file? Cheers.
Last reply by freshJet, -
- 4 replies
- 1.4k views
G'Day everyone I was wondering if someone is willing to help me install PHPvms through a skype call. Help would be gladly appreciated, my skype name is bradley.leksas Kind Regards, Bradley
Last reply by simpilot, -
- 4 replies
- 1.7k views
So how do I change the color to a darker blue for the nav bar, and when hovered, a lighter color? And also how do I change the colors for the Headers of the other "boxes" (H3, etc)? My site: http://bluehawkvirtual.net/index.php/
Last reply by tobyrice01, -
- 4 replies
- 1.3k views
Hi all, I need help. We've cleaned up the database PIREPs, but now it seems that every time a pilot reports a flight number and time of flight pilot started from scratch. You know how I can fix to keep adding, and changing table pilot but a new flight report back to the counter. Thank You
Last reply by mitcheinfo, -
- 1 follower
- 4 replies
- 1.4k views
Hello, I am trying to use the Foundation 5 framework with phpVMS, but I keep getting some Javascript errors. I am currently using the frameowrk, but I took the javascript files out of the <head> tags so the website will function correctly. I am just curious if anyone else has had any compatability issues, and if you did, how did you fix it? I do not currently have the error codes from the console, but I can get them if needed. Thanks!
Last reply by captshannon, -
- 4 replies
- 1.9k views
Evening! I've modified the registration module, but it simply won't submit whenever the button is pressed. I am unsure what I've done wrong, or what's causing the error. Any help is greatly appreciated, here's my code: <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <div class="row"> <div class="col-md-8"> <div class="shbox"> <div class="header"> vPrimera </div> <form method="post" action="<?php echo url('/registration');?>"> <div class="table"> <table class="table table-striped"> <tbody> <tr> <td><b>First name: *</b></td> <td><in…
Last reply by Strider, -
- 4 replies
- 1.9k views
Hello Pilots i have one problem on TemplateSet.class.php Look image 1) http://gyazo.com/2c0...8e9c00c91c761fe 2) http://gyazo.com/d67...7d0998fea147d62 Thanks
Last reply by Strider, -
- 1 follower
- 4 replies
- 1.8k views
Hello, after I have successfully installed Phpvms I log with my email and password in the site www.(example.com)/test/phpvms/index.php to open Admin Panel but nothing happens. The only change is that after click LOG-IN the writing on the browser change in www.(example.com)/test/phpvms/index.php/login. If I leave one of the two empty log fields and click LOG-IN , nothing happens In all cases seems dead In table phpvms_groupmembers I have ID groupid pilotid 1 2 1 2 1 1 Hosting and Mysql are pay with ARUBA Thanks for help Fabio
Last reply by t_bergman, -
- 1 follower
- 4 replies
- 2.7k views
I don't know why this question has never been asked, I must be missing something obvious here, but how do you import airports? You can export them but not import them.
Last reply by in2tech, -
- 1 follower
- 4 replies
- 3.2k 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, -
My custom CAVacars isnt connecting to the FSUIPC it does on the first time you load application then it disconnects from it. it will track you flight but you can not submet as you get an error saying there was a problem with the application if you click continue it will try to work but you should quit now
Last reply by poole3003, -
- 4 replies
- 1.5k views
Can i set rankings so that i can appoint them to pilots like coo and staff members?
Last reply by RocketRod, -
- 1 follower
- 4 replies
- 2.6k views
Hello Guys I have a problem a few days in the insertion of new airports. I write the ICAO of the airport, after I click on LOOK UP, but I get a written airport Fetching data ... It has not been modified any files. Suggestions? Thank you.
Last reply by MC1028, -
- 4 replies
- 1.7k views
Hello All, I have updated to version 936 and the files for the Activity Feed are there but nothing is writing to the table in the database. I assume the feed works for version 936 ? otherwise what version do I need ? Any assistance would be most appreciated. Thanks. AJ
Last reply by AUZ, -
- 4 replies
- 4.4k views
howdy all! How can i change the badge back ground for the signature? What would be the file? I did search the forums and i did not find an answer. -Cam
Last reply by Kyle, -
- 4 replies
- 1.9k views
Hi guys. I'm having a problem with my VA. when pilots try to do click on: Add to Bid, the process does not run correctly, and appears a message saying: No route passed How can I fix this problem so that the option to work properly?
Last reply by El Macara, -
- 4 replies
- 1.7k views
Hello, I would like to know how to have a different homepage other than having the homepage content implemented to layout.php(or .tpl) via frontpage_main.php For example I have a home page designed with a slider(I'll refer to is as PAGE1), and I a separate page planned for all other pages (a layout page). So i would like to display PAGE1 on myurl.com/index.php and display the layout(as usual) on all other pages "myurl.com/index.php/something/" Thanks in advance. Kind regards, Kishshey
Last reply by Kishshey, -
- 4 replies
- 1.9k views
I am trying to return the total distance of a route, rather than the great circle distance. I have a complicated method, but I'm not convinced with the result: function getFPDistance(){ $schedule = SchedulesData::getScheduleDetailed($_GET['plan']); $params->deplat = $schedule->deplat; $params->deplng = $schedule->deplng; $params->arrlat = $schedule->arrlat; $params->arrlng = $schedule->arrlng; $params->route = $_POST['route']; $routedata = NavData::parseRoute($params); $depairport = OperationsData::getAirportInfo($schedule->depicao); $arrairport = OperationsData::getAirportInfo($schedule->arricao); $end = (count($routedata) - 1); $tot…
Last reply by freshJet,