Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 46 replies
- 7.7k views
Hello, I use smartCARS for my acars tracker and I was flying a flight just for a test and for some reason the live flight tracker wasn't loading. Does anyone know of any code that I need to add/change so it will work? Thanks
Last reply by DoverEightMike, -
- 7 replies
- 7.7k views
I have a couple errors in my error log. PHP Warning: Creating default object from empty value in /home/flyaka/public_html/core/common/PIREPData.class.php on line 327 line 327 is $row->rawdata = unserialize($row->rawdata); PHP Warning: Invalid argument supplied for foreach() in /home/flyaka/public_html/lib/skins/flyalaska_1.0/tour/tour_details.php on line 96 PHP Warning: Invalid argument supplied for foreach() in /home/flyaka/public_html/lib/skins/flyalaska_1.0/tour/tour_details.php on line 128 Line 96 and 128 are foreach($flights as $flight) Any help would be appreciated.
Last reply by flyalaska, -
- 21 replies
- 7.7k views
G'day Guys, I've been fiddling with the navdata, going through all my routes, and updating the navdata to display the routes correctly, and working hard to make it all look a lot nicer. I've noticed that the waypoints along the airways are within the navdata, but for some reason they wont show, it will only show the navaids for the start and finish of the airway, is there anything in particular that needs to be changed for this to display correctly. Also if anyone can explain these fields within the navdata database that would be great. The airway type show H and L, im presuming High and Low airways, but I've also seen B and am unsure what that is. And also the type c…
Last reply by Curshad, -
I called my VA back to life and put it back on phpvms 5. I put my old skin and the old Modules back in place but somehow on the side some bug reports and I do not know how to get them away. Also I can not add airports via look up Maybe someone can help me. http://www.fly-freedomair.com
Last reply by ProAvia, -
- 20 replies
- 7.4k views
Does this function work? Fantastic work on this, ive dumped FSAirlines and hop, skipped and jumped over the crap VABase for phpVMS its my dream come true!Thank you so much for working on this guys!http://www.easternvirtualairways.com/index.php
Last reply by Nabeel, -
- 1 follower
- 29 replies
- 7.4k views
I just started using Lance skin www.virtualvarig.com and get some errors 1 - pilot tab not showing any pilots. I added 1 hub , 2 airports 1 aircraft ad one route. 2 - cant register anyone , because no HUB or location can be choose. PILOTLIST <?php if(!$pilot_list) { echo 'There are no pilots!'; return; } ?> <style> .borders{ margin-left: 100px; margin-right:100px; } </style> <div class="borders"> <h3><?php echo $title?></h3> <table class="table"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> </tr>…
Last reply by TAV1702, -
- 31 replies
- 7.4k views
Hey guys, i was wondering if i could intergrate a about me box for people to see what,who,why we are.. I would like this in the public profile page.. Thanks
Last reply by Aaron, -
- 1 follower
- 22 replies
- 7.4k views
Hi! I wonder is there any way to have total cargo carried under statistics on frontpage..heres the code, pls help <h3>Airline Stats</h3> <div class="box"> <strong>Total Pilots:</strong><?php echo StatsData::PilotCount(); ?><br> <strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?><br> <strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?><br> <strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?><br> <strong>Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?>…
Last reply by Industrialshadow, -
- 1 follower
- 26 replies
- 7.3k views
Hi, I'm sure it was asked before, but I'd like to make it in a different form. How do I display a country flag onto a departure/arrival airport? Basically, I'm getting a list of departures from the database, and listing them one by one. Inside my foreach I have: foreach($deps as $departure) { $dep_airport = OperationsData::getAirportinfo($departure->depicao); ?> <tr> <td width="10%"><?php echo $departure->depicao; ?></td> <td width="10%"><img src="<?php echo Countries::getCountryImage($dep_airport->location); ?>" /></td> <td width="60%"><?php echo …
Last reply by Jiko, -
Hello together, Ive got a problem with the schedules! All our flight are active AND inaktive! How I can make all the schedules only active? Martin
Last reply by Curshad, -
- 5 replies
- 7.2k views
How do I change a pilots rank? I have tried adding hours and that doesn't do it. There is no button to change rank? I'm using a pretty much stock PhpVMS install with pretty much no moods. Website here; wwwflyiva.org Thanks!
Last reply by Blu-Express VA, -
- 5 replies
- 7.1k views
Hey guys, how can I add a simple own written .php-page into phpvms and into the navigation bar?
Last reply by Sascha (DCS299), -
- 19 replies
- 7.1k views
Hi All, My web host has just upgraded from PHP 5.5 to PHP 7. This has caused the installation of phpVMS on my website to not work. Having been in contact with the host, I have been informed that I either need to pay $21 AUD or go elsewhere, as it is extra for them to keep their server running PHP 5.5. I understand this, however if there was some way to avoid paying or needing to move, it would be great. So I guess the main question I have now is can phpVMS be made compatible with PHP7, or is there a release of phpVMS that is compatible with PHP7? Thanks in advance for any help or ideas provided.
Last reply by Gofast77, -
Twitter [SOLVED] 1 2
by VAEA- 1 follower
- 31 replies
- 7k views
Hi all, I have tried to get my va twitter to tweet as my pireps are recorded using the information provided in http://forum.phpvms....-up-twitter-r37 I have put the code (replacing all the necessary info of course) into my local_config file Config::Set('TWITTER_ENABLE_PUSH', true); Config::Set('TWITTER_CONSUMER_KEY', 'PASTE THE CONSUMER KEY HERE'); Config::Set('TWITTER_CONSUMER_SECRET', 'PASTE THE CONSUMER SECRET HERE'); Config::Set('TWITTER_OAUTH_TOKEN', 'PASTE THE ACCESS TOKEN HERE'); Config::Set('TWITTER_OAUTH_SECRET', 'PASTE THE ACCESS TOKEN SECRET HERE'); But its not happening . Can anyone help please Thanks in advance
Last reply by VAEA, -
- 31 replies
- 7k views
I've already looked at the simpilot post with his landingstats module, but all of the versions and modifications just confused me. From step one, how can I get a greased landing box (top 10 with aircraft types and pilot names) WITH VERSION 2.085 on my homepage? Thanks a ton!!
Last reply by llju1, -
- 23 replies
- 6.9k views
Hi guys, I have searched but can not find the answer I am looking for. In the pilot center, I want to add what date the pilot joined and when their last login was. I added the code as follws: <li><strong>Date Joined: </strong><?php echo date(DATE_FORMAT, strtotime($pilotinfo->joindate));?></li> <li><strong>Last Login: </strong><?php echo date(DATE_FORMAT, strtotime($pilotinfo->lastlogin));?></li> Nut all it shows is 12/31/1969. I know I did get this to work once, but now I don't remember how I did it. can anyone please help?
Last reply by ProAvia, -
- 31 replies
- 6.9k views
Hi I am using go daddy for my website hosting and database. I try to log into the database on php installer but then i get a error saying " Error: Access denied for user 'xxxxx'@'localhost' to database 'xxxxxxxxx". What does that mean please help. P.S I have already talked to go daddy support.
Last reply by Spin, -
- 9 replies
- 6.9k views
Hey! I am looking for the set of images to complete the default phpVMS rank images. It only came with the "new hire" images as seen below.
Last reply by simpilot, -
- 44 replies
- 6.9k views
I have a problem installing, i have tried to re-upload the files. here is what it says Fatal error: Call to a member function get_results() on a non-object in /www/************/htdocs/core/classes/DB.class.php on line 280 Would the fact that the web host is Lycos be making it go wrong, i have tried contacting them, but there is no email that you can talk to them with. Cheers muse4eva
Last reply by Nabeel, -
- 9 replies
- 6.9k views
Saw a posting in the forum from a year ago about a new Flight Booking System. Emailed the creator but got no response. Has anybody tried it, and how happy are you with it? We like the idea of making pilots depart from the airport they last landed at, but the zip file we downloaded would be more helpful if it had install instructions with it. It say in the posting to create an SQL table. A what? I'm lost right there....
Last reply by Parkho, -
- 40 replies
- 6.8k views
hey guys, I was wondering if any one can do or has a code for a mini schedule search in the sidebar.. An example that i found was flyuk. http://www.flyuk.aero If you look on the right side of the page, they have like a find a flight search and i was wondering if i could insert that into my sidebar. Thanks
Last reply by truemo9, -
- 24 replies
- 6.8k views
G'day Guys, I have been trying to get my new drop down menu working for my site, I've spent quite a few hours on this, but am getting nowhere. Some help would be very greatly appreciated, to point my back in the right track menu here: http://qantasvirtual.com/dev/ if you need to take a look at the coding, just let me know and ill chuck it up. I am unsure why the footer has moved to its current position. what i am aiming for is to get the pilot center to display under crew when logged in, and not be there if a user isnt logged in. Cheers
Last reply by Tylor Eddy, -
- 12 replies
- 6.8k views
Hi Has anyone else had a problem with the registration form just clearing the captcha and the password? Someone else mentioned it but their one cured itself. Mine just seems to be doing the same thing. Any help would be appreciated. Phil
Last reply by Nabeel, -
- 22 replies
- 6.8k views
I was just wondering how easy it would be for someone to hack into the system and do stuff. I have been receiving some threats.
Last reply by simpilot, -
- 11 replies
- 6.8k views
Hi guys, Do you know if there is an alternative to the great circle mapper by Karl Swartz? I see that some of my pilots like to fly off shore and the GCM doesnt know these airports. Also when flying on Kai Tak, GCM does not recognize it and the map is gone. Does google have anything similar? or is there another solution? thanks for the help guys Lucas
Last reply by MrAmsterdam, -
- 1 follower
- 15 replies
- 6.8k views
Hello, I have this error in the front page Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /home/airacor9/public_html//lib/skins/acores/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>AirAçores Virtual </title> <!-- **Favicon** --> <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> <!-- **CSS - stylesheets** --> <link id="default-css" href=…
Last reply by zakachkin, -
- 31 replies
- 6.7k views
G'day guys, Im trying to call a certain amount of an aircraft for my new fleet page. I need some guidance in doing this as im not quite sure what the syntax is for echoing an amount of something. This is what im trying to do <?php if $aircraft->icao; == DH8 echo $amount ?> Any guidance would be great Tylor
Last reply by Parkho, -
- 25 replies
- 6.7k views
One of our pilots got this: Attempt To connect to website...Connection etablished - OK. phpVMS/FSPAX ACARS Omega-Air Virtual Airlines/******* selected 8 total flight, 1 flights marked as not exported. Ready to export... -Exporting of 1 Flights started: -Error, unable to export flight number 8 ->Error - The web site didn't replied 1 flights could not be exported. Any thoughts on what this is likely to be? Let me know if more info is needed TIA.
Last reply by Nabeel, -
- 25 replies
- 6.7k views
Ok, i been having problems, since that my pilots can't join like when they fill out everything and they click submit, then they are redirected back to the form. and i didn't get the pending in my admin center. whats wrong with it?
Last reply by BinterVirtual, -
- 20 replies
- 6.7k views
Hi guys i`ve got a problem with the maintenance.php and the bids removal. I have set the local config to : # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); and in the maintenance.php i`ve activated this for the cron job: if(Config::Get('CLOSE_BIDS_AFTER_EXPIRE') === true) { SchedulesData::deleteExpiredBids(); CronData::set_lastupdate('check_expired_bids'); } now the bids are removed after the period i`ve set but the flights don`t show up in my schedules again after the bid removal. So no one else can book them anymore. any ideas what`s wrong here? Would be nice …
Last reply by lorlandi,