Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 1.9k views
HI, today a new Pilot of our va mailed me with a strange issue. In the overall Stats in his profile he has a flighttime of 11.06 hours. But when I check his flightimes per month in Vansers Vstats center and also in Simpilots Toppilot, he has only 9.06 hours flown. So 2 hours are missing. He joined our va just 3 days ago, so all of his flights were flown in july. thx edit When I accept a pirept, I get this message, but everything is okay. But perhaps this is also a problem? I am using php5.3. Strict Standards: Non-static method PilotData::generateSignature() should not be called statically, assuming $this from incompatible context in /var/www/web1112/html/va/admin/…
Last reply by CedGauche, -
- 4 replies
- 1.9k views
Hello, i have phpvms 5.5.2 version, admin credits page Strict Standards: Non-static method CreditsData::get_all_credits() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/admin/modules/Credits/Credits.php on line 36 public credits page Strict Standards: Non-static method CreditsData::get_active_credits() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/a/core/modules/Credits/Credits.php on line 7 also Warning: Invalid argument supplied for foreach() in /home/pilotomeraslan/public_html/a/core/templates/credits/index.php on line 4…
Last reply by OmerAslan, -
- 7 replies
- 1.9k views
Hello! I'm getting this msg on the map of my VA Oops! Something went wrong. This page did not load Google Maps correctly. See the JavaScript console for technical details.
Last reply by LeeCley2017, -
- 9 replies
- 1.9k views
Hi all I created a pilot group in the admin panel. Put all teh specs in gavce it a name and saved. Alittle green box shows that the pilot group had been added, but the groups I created do not show up at all in the list. I double checked the database and its not entered there either. Thanks
Last reply by selwynorren, -
PIREP submitted email
by Guest lorathon- 5 replies
- 1.9k views
I actually looked for a setting this time. I could not find one. Maybe it is there and I am blind but.... I want to stop the PIREP submitted emails. Right now I have stopped it by commenting out a line in the PIREPData.class.php But I would rather use a local config setting. So my question is.... Is there a setting for this? If so what is the name? Thanks
Last reply by Nabeel, -
- 0 replies
- 1.9k views
I've been trying to get phpVMS to install on my server for the last day and a half. I get all the way to the point where it should be creating database tables and it stalls there. I've run both checkinstall.php and checkdb.php checkinstall.php result: phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.3.3.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors c…
Last reply by Calfuray, -
- 5 replies
- 1.9k views
Hi everybody, I've a problem with the Live Maps , when I do a flight with Xacars , i see a lot of flight with the numbers 0000 and no departure, destination. Do you have a solution at this problem ? A screenshot of my problems http://img33.imageshack.us/img33/7892/bugwf.jpg Thanks for your answers Regards,
Last reply by Jeff, -
- 2 replies
- 1.9k views
Hello, How do you make custom module pages so that only staff can see them? is there a piece of code that you put at the top of the page? All help appriciated!
Last reply by joeholden, -
- 4 replies
- 1.9k views
Hi, is it possible for several aircraft on a flight plan (Example for EDDF EDDH with B747 and A788). Thus, the pilot of the aircraft at the booking can choose flight. Please help and solutions Greetings from Germany Thomas
Last reply by Jeff, -
- 6 replies
- 1.9k views
Ok, I been on that for a while and I'm trying to firgure out how can I call if there was no reports filed, then how can I say "No Reports Yet" on the Last Flights. So here's my code, and I want to add a part so if there was no flight reports, I want it to say no flights filed yet. <?php $flights = PIREPData::getLastReports($userinfo->pilotid, '10'); $string = ""; foreach($flights as $flight) { $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } …
Last reply by Kyle, -
- 3 replies
- 1.9k views
Hello there, I have noticed that the tabs on the PHPvms feature page do not work. Is there any way to find out the full features. Thanks, Bahaeddine
Last reply by TAV1702, -
- 8 replies
- 1.9k views
Serious error ive just noticed, Fatal error: Call to undefined method SchedulesData::getscheduleflowncounts() in /home/pulseair/public_html/members/core/modules/Schedules/Schedules.php on line 79 This is when i click on "View Route".
Last reply by Nabeel, -
- 3 replies
- 1.9k views
A very strange issue has started with my website and also rest of my other websites in my server after a recent Apache update all websites are loading old data as in until we don't press ctrl f5 the old cache data kwwps getting displayed plz tell me how can I fix this?
Last reply by STARs, -
- 1 follower
- 4 replies
- 1.9k views
Hi community I have a question. Is there a way to simplify or improve this code? I would like, if there is no information to the airport, a text like example: no gate info available. PS I'm a beginner with php <?php $zurich[] = "Terminal 1 Dock A"; $zurich[] = "Terminal 2 Dock B"; $zurich[] = "Terminal 3 Dock E"; $zurich[] = "Dock D"; $zufallsIndex = rand(0,sizeof($zurich)-1); if($info->destination[0]->icao_code == 'LSZH') echo $zurich[$zufallsIndex]; elseif($info->destination[0]->icao_code == 'BKPR') echo "Stands 201 - 203"; elseif($info->destination[0]->icao_code == 'GCFV') echo "Stands 18 - 22"; elseif($info->destination[0]-…
Last reply by magicflyer, -
- 3 replies
- 1.9k views
Hello, I have been working on this site with a friend, we have little too no experience but we have been google & assorted other venues but my drop down menu isnt working as desired it has the same problem as some other questions posted but i have had no luck trying to find the reason as to why the drop downs will disappear within 1 second of me trying to click on them, the website is http://www.williamtownvirtual.com/en/ Feel free to browse and try and help me out with this delema but i have stared at this thing for days and cannot figure it out hopefully the many knowledgeable people on here can help me out. P.S I am running the latest PHPVMS if that helps …
Last reply by NathanV8, -
- 1 follower
- 1 reply
- 1.9k views
Anyone now how I can update the Live Acars Map navdata getting annoying when flying a flight and seeing a waypoint way off course.... Regards,
Last reply by RogerB, -
- 5 replies
- 1.9k views
Hello , can you guys please tell me exactly what each file and folder need to be in my php vms as some people can access the files from my server . Thank you
Last reply by Nabeel, -
- 3 replies
- 1.9k views
HI is there a way to redirect to the requested page if members are not logged in? For example, someone tries to reach a page that requires them to be logged in so they are firstly directed to the login page then after successfully logging in they are taken to their initial requested page.
Last reply by mark1million, -
- 1 reply
- 1.9k views
I've looked through the forums, and i found someone asking a question about his fleet page - one of the answering posts brought up the question if he'd made the page by creating a module ... I'm still trying to get into this whole PHPVms thing so my question is, what would be the best way to create your own Fleet Page ?
Last reply by Sava, -
- 2 replies
- 1.9k views
Another quick one: I've followed this old forum post: http://forum.phpvms....-supported-now/ as we have added the LOA form to the VA so we could set pilots status's to ON LEAVE. I've got it to show in the pilot center etc but for some reason on the main pilots list in the admin it's showing as retired instead of correctly showing ON LEAVE (screenshot attached when I changed my own status ) Any help appreciated not sure where i've gone wrong If anyone can shed any light on this topic as well that would be awesome too http://forum.phpvms.net/topic/20264-email-all-pilots-not-working/
Last reply by RichardRodgers, -
- 2 replies
- 1.9k views
Hey Nabeel,Thank You For Making This Wonderful Software For Virtual Airlines.Problem I Discovered : Today When I Was Doing a Test Flight For One Of My VA Routes, Everything When Well For The Fsacars. It Was Awesome Job By You Taking Your Precious Time Integrating The Fsacars Into This System, However I Discovered One Little Problem. When Doing a Flight With Fsacars, I Found Out That The "Speed" Displayed On The "Live Flight" Page Seems To Be Incorrect. Eg. In Flight Simulator When The Plane Is In The Air, The Speed Displays To Be 250Knots, But On The "Live Flights" Page, It Display To Be Around 400-470Knots Which Is Almost Doubled The Amount Of The Correct Speed.Another P…
Last reply by RogerB, -
- 2 replies
- 1.9k views
Hallo all members, I'm back! I need help to make skin change for a pilot. How can I make that any pilots can self changing skins from VA? Thanks for Help VA KD AVIA
Last reply by Artjom, -
- 3 replies
- 1.9k views
hello. I can paint the banner as signature on the other painted without you clear the flight information check this pictures. Here is my original banner, and also that the paint to put lead paint but erases all flight information I can anyone tell me how I can do please
Last reply by El Macara, -
- 2 replies
- 1.9k views
Hello all, Afaik the fuel price in phpvms is 3.10 USD/lb by default, right? At least that's what is still set in mine... Now I found this site though, and I'm confused: http://www.iata.org/publications/economics/fuel-monitor/Pages/price-analysis.aspx It says here that in Europe and US the fuel price is roughly 290 cents per gallon? Now, A gallon of jet-a is apperently 6.6 lb depending on the temperature, so that would mean the fuelprice is not 3.10 usd per lb but 2.9 usd per gallon, which is 6.6lb which would come down to approx 43 cents per lb? anyone can shed a light on this, would be much appreciated by more than just myself, I'm sure
Last reply by ARV187, -
- 3 replies
- 1.9k views
Hi guys, I have searched the forums but could find what I was looking for maybe someone could point me in the direction of or advise me how to solve the issue. I have noticed along with a few of our pilots now, the pilot pay is not right. if a pilot flies for 1 hours he gets his pay, but then if he flies for 4 hours he gets the same pay as he did for 1 hour. i.e. 1hr = $75 4hrs = $75 (but should be 4*75 = 300) is there any reason for this? Have I missed something? Thanks Deano
Last reply by Strider, -
- 7 replies
- 1.9k views
Hello Guys , I have installed phpvms v5.5x master on my Debian 8 64bit server with PHP5, Apache2 and MySQL without any problems, after i finished the installation the site comes up without any colors or logos, i tried to log me in it doesnt work... Website link: www.ltuvirtual.de Greetings Marvin S.
Last reply by MRVS01, -
- 2 replies
- 1.9k views
Hello, my hoster has a limit of 750 emails per hour from 1 account. Can someone help me make some code so like most modern mail systems i can set it to send for example 600 every 1 hour
Last reply by Morgan, -
- 3 replies
- 1.9k views
Dear All i am getting below errors after upgrading to simpilot 5.5x version any solution and advise. Checking file hashes for corrupt or mismatched files [Checksum failed] /admin/modules/Reports/Reports.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PilotRanking/PilotRanking.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Import/Import.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Dashboard/Dashboard.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/MassMailer/MassMailer.php did not match, possibly corrupt or out of date [Che…
Last reply by t_bergman, -
- 1 follower
- 5 replies
- 1.9k views
Is there way to get rid of the depature and arrival time in the results from a flight search? BIKF ( 00:00:00 ) <--------- This here Keflavik International Airport
Last reply by Parkho, -
- 5 replies
- 1.9k views
I spoke with Nabeel about this and thought I would run it by the PHPVMS community. I want to have a field or fields for the aircraft. When you add aircraft you would have either a one time purchase field or a lease field that would charge per flight hour. What do you guys think?
Last reply by Nabeel,