Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 2 replies
- 1.5k views
Hello guys, when i do browse to the phpvms folder for start install i get this error: Parse error: parse error, expecting `'('' in /home/httpd/vhosts/fpso.dk/httpdocs/phpvms/core/codon.config.php on line 75 Fatal error: Undefined class name 'config' in /home/httpd/vhosts/fpso.dk/httpdocs/phpvms/index.php on line 45
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.5k views
Can anyone please tell me how to get rid of the black dots in the pilot center View my PIREPs View a map of all my flights File a Pilot Report View Flight Schedules View my flight bids View VA Finances Thanks in advance
Last reply by freshJet, -
- 1 reply
- 1.5k views
This post is delete thanks
Last reply by STARs, -
- 1 follower
- 3 replies
- 1.5k views
I have this code that came with the module and the path is not working to make the accordion work. Any ideas? <!-- Javascript --> <script type="text/javascript" src="<?php echo fileurl('/lib/js/acarsmap.js');?>"></script> <script type="text/javascript" src="<?php echo fileurl('/core/modules/AptInfo/js/tabslides.js');?>"></script> <script type="text/javascript"> function initialize() { var mapDiv = document.getElementById('map-canvas'); var map = new google.maps.Map(mapDiv, { center: new google.maps.LatLng(<?php echo $airport->lat; ?> , <?php echo $airport->lng; ?> ), …
Last reply by in2tech, -
- 2 replies
- 1.5k views
I would like to add a flightboard onto the front page of the site, one that updates according to the schedules, not the flights on the network. Does anyone know how I would be able to do this?
Last reply by Jeff, -
- 5 replies
- 1.5k views
OK so here is what i thought, add a page from the admin and add the following code, <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder News::ShowNewsFront(1000); ?> But no, it doesn't seem to like it Clearly im having an off day, could some one put me right please
Last reply by mark1million, -
- 2 replies
- 1.5k views
i have free web hosting to experiment with PHPVMS and i have a problem. I downloaded the new files for phpvms so that i can start out new and have everthing new and it wont work. I delete all old phpvms files and put in the new ones and the same stuff comes back.. old pilots, flight reports, messages, routes ect.... help plz
Last reply by simpilot, -
- 4 replies
- 1.5k views
I am having problems with my site. If i need to re install PHPVMS what files do i need to keep to keep the pilots, flights etc?
Last reply by Tom, -
- 1 reply
- 1.5k views
Hi all One question: What is the .tpl to change the texte in the image? Thank's.
Last reply by servetas, -
- 1 reply
- 1.5k views
Hi, After migrating to the new linux server , i get this message : Thx, Regards,
Last reply by NadRush, -
- 2 replies
- 1.5k views
Hey folks, I am the H.R manager at DLH Virtual we recently have a problem where flight are missing thoe its scheduled we are using this module for searching flights and booking flight http://forum.phpvms.net/topic/2197-schedule-search-airline-aircraft-arrival-departure/ help is very much appreciated.. Regards, Denver Saldanha
Last reply by Denver, -
- 3 replies
- 1.5k views
Hi guys, i have implemented in our website couple of weeks ago that in the public and private profile your current location is shown. <?php $lastreport = PIREPData::GetLastReports($userinfo, 1); if(!$lastreport) { $location = $userinfo->hub; } else { $location = $lastreport->arricao; } ?> <?php $airport_info = OperationsData::GetAirportInfo($location); $airportname = $airport_info->name; ?> <li><strong>Pilot Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?></li> Now i figured out that all pilots have the same location displayed. Can anybody help me with th…
Last reply by markusr, -
- 1 reply
- 1.5k views
In Admin side when i installed pilot store i lost my Change Pilot ID button. What the code to get the Change Pilot ID back Thank you Brian
Last reply by Jeff, -
- 4 replies
- 1.5k views
I made a custom PIREP field but I want to delete, but whenever I click delete from this page, It sends me to this page (below) and when I click delete the page just refreshes and nothing happens Any help is appreciated, thanks (full picture of the window)
Last reply by Strider, -
- 2 replies
- 1.5k views
At the top of my phpvms installation is this text displayed: Warning: fopen(/home/a4681422/public_html/crewportal//lib/js/jquery-front.js)[function.fopen]: failed to open stream: Permission denied in /home/a4681422/public_html/crewportal/core/classes/CodonCondenser.class.php on line 95 What can that be? //Joakim
Last reply by jhz94, -
- 4 replies
- 1.5k views
Any way to make it start at 1001 and count up? instead of 0001 i mean, thanks
Last reply by eggsandspamm, -
- 3 replies
- 1.5k views
Hello, I think I followed the instructions correctly and installed the latest release and then upgraded to the beta. When I go to install/update.php I get the below error. Parse error: syntax error, unexpected '{' in C:xampphtdocsadminmodulesOperationsOperations.php on line 98 The full released worked fine before I tried the upgrade. Thanks, Keith
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Do pilots get an email when a pirep has been approved? If they do mine isn't working, if they dont it would be a good addition i think.
Last reply by flyalaska, -
- 2 replies
- 1.5k views
Hi Recently we have changed the rank structure, is there a way for pilot to now be automaticly be re assigned a new ranks. As in hte pilot list they're all still showing the old ones? Hope I explained that well Cheers Ross
Last reply by TAV1702, -
- 3 replies
- 1.5k views
hi, I was trying to add the Rank from VACentral, with the manual from the Code Snippets, but I become an very long error. This code I have added: <h3>Unser Rang bei VACentral</h3> <?php $cws = new CodonWebService(); $xml = $cws->get('http://www.vacentral.net/airline/nxa_northair/xml'); $xml = simplexml_load_string($xml); echo "{$xml->rank}"; ?> Here is the Site with the error: http://www.ptp-forum...demo/index.php/ Please help me. Basti
Last reply by BastiDE, -
- 4 replies
- 1.5k views
Hey again. When I use the <?php echo $schedule->depicao ?> I only get the first 3 letters of the airport code. When I entered CYAM I only got CYA, So I changed all my airport entries to the last three letters, HOWEVER I am presently working on code that needs all four letters...CYAM I have looked through the local config and cant find anything Is their any place to make i four letters ? Thanks
Last reply by kbohme, -
- 2 replies
- 1.5k views
G'day Guys, A member of my management team brought up this idea. Being able to fine pilots based on risky decisions/poor flying, and give them the hours they gathered from the flight instead. Basically when a pilots pirep is rejected, they still receive the hours, but don't get paid, or loose and amount of pay. Cheers Tylor
Last reply by Tylor Eddy, -
- 3 replies
- 1.5k views
When I go to the Admin Panel, I'm told to login. When I'm on the site, I'm told to login. This used to happen a lot but not recently. Not until today. I always click the 'Remember Me' option and it used to work. But now, I get this error after logging in (although after I click on a menu item I remain logged in until the next time I access the site): Warning: Cannot modify header information - headers already sent by (output started at /home/freshje1/public_html/core/modules/Rank/Rank.php:1) in /home/freshje1/public_html/core/common/Auth.class.php on line 354 Warning: Cannot modify header information - headers already sent by (output started at /home/freshje1/public_htm…
Last reply by James142, -
- 5 replies
- 1.5k views
Is anyone else having issues trying to edit flight reports from the admin section? I can make changes, for example if someone selects the wrong aircraft, but when I try to save the edited report, it does not accept the edits and goes back to the previous entry. Just me or has anyone else seen this?
Last reply by Nabeel, -
- 5 replies
- 1.5k views
As per the instruction on the PDF, I right click on the intall.php and then scroll down to options, however there is no options all I get is the following: Open Link in New Tab Open Link in New Window Bookmark this link save link as... send link... copy link Any suggestions? Thank you Steve Bartlett
Last reply by Jeff, -
- 2 replies
- 1.5k views
Hello everyone ... Is there any addons for the calculation of points for passing the Rank (not by hours) but with the points accumulated through PIREPs. Here are some examples: http://virginvirtualgroup.co.uk/en/index.php/AllPilots http://virginvirtualgroup.co.uk/en/index.php/profile/view/VVG1953 http://virginvirtualgroup.co.uk/en/index.php/pireps/view/15919 Thanks for a possible answer Sincerely
Last reply by gio1961, -
- 1 follower
- 1 reply
- 1.5k views
When I go to my admin dashboard I see this message: You have 13 PIREPS waiting for export to vaCentral. Click here to send them When I click to send them, I only get an error message. My partner tried on his computer, same issue. Any ideas?
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Completed the .htaccess/url rewrite actions tonight on my website but am running into an issue with making the icons re-appear on various pages. I did figure out the view pirep page fix by changing var url = window.location.href.split("index.php")[0]; to var url = window.location.href.split("pireps")[0]; inside of the phpvms.js file but can not quite figure out how to fix the live map in air icons with the following code written in the acarsmap.js const getHeadingIcon = (heading) => { if (!(heading in headingIcons)) { headingIcons[heading] = L.icon({ iconUrl: url + "/lib/images/inair/" + heading + ".png…
Last reply by skyguyt, -
- 2 replies
- 1.5k views
Hello, We are currently having problems. Someone was signing up and he did his registration fine. Then i get an email saying a pilot has registered, so i go to the admin center and its not there. No one else had accepted it, but yet i was still getting the email? Can anyone help please? Myles
Last reply by freshJet, -
- 4 replies
- 1.5k views
Well, I asked Nabeel about this and he explained it, but I'm still a tad lost. Here is my route map: http://www.flysja.com/map.php When you hover over a hub (SJC and IND) it displays the HM and amount of pilots. So far I've been going in and updating the amount of pilots by hand but I want to put a line of code in there that will automatically do it for me. I know its and echo..I just am having a hard time figuring out what to echo... ??? ddrivetip('<? echo "Pilots: $pilots"; ?>', Maybe somebody else can help out?
Last reply by padsquad43,