Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.4k views
i flew a flight to filed the flight finances work great but no pilot pay at all the flight took an a little over an hour pay for each passenger was 75 fuel was 105 bucks there was 2 passengers so without any other expenses 2 x 75 150 fuel 105 should have made 45$ but no pilot pay just expenses fuel i also sent you an email with the log in and password to log in as a admin so you can check it out
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Hello guys, I want to add kai tak to phpvms but he does not know the VHHX code... When i want to add it manually i need the latitude and longtitude.. Can anyone help me out with this? Thanks a bunch! Regards. Lucas
Last reply by mark1million, -
- 1 reply
- 1.4k views
Hello I am using simpilot phpvms enhanced however when i save any members new settings in PHPVMS Admin Pilot Information it does not save it when i refresh it comes back the old info. Please help
Last reply by Strider, -
- 2 replies
- 1.4k views
Hi, I've just recently reinstalled phpVMS on my site. The reinstallation was smooth, but I am unable to do anything with phpVMS as following any of the links on the navbar, or using the login form, just brings me a 404 error (like so, http://vkenya.or.ke/index.php/login). I'm at a total loss why this is happening... If anyone has any advice, I'm listening. Cheers, Makyoch.
Last reply by Makyoch, -
- 2 replies
- 1.4k views
How do I show just the top ten? <table width="100%"> <?php echo '<td width="250px" valign="top">'; echo '<table cellspacing="1" cellpadding="1" border="1">'; echo '<th width="150px"><div align="left">Country Location</div></th>'; echo '<th width="100px"><div align="center">Pilots</div></th>'; $country_info = DB::get_results('SELECT COUNT(pilotid) as total, location FROM '.TABLE_PREFIX.'pilots GROUP BY location'); foreach($country_info as $country) { echo '<tr>'; echo '<td align= "left">'; echo '<img src="'.Countries::getCountryImage($country->location).'" /> '; echo Countri…
Last reply by in2tech, -
- 3 replies
- 1.4k views
hello guys, i want to do a also connection to pdo in the php and i will like to know where is the best place in the code that it will affected of all the modules.
Last reply by ethanross, -
- 2 replies
- 1.4k views
Hi guys is there a way I can get the latest Navdata into my VA ?
Last reply by Boogace, -
- 1 reply
- 1.4k views
I just install the PHPVMS on my new web hosting server today. How do i setup ranks for staff members without using my pilot rank i have going for non staff members. and also how to i add a link to my pilot center like to add a link to my forums. Thanks Eric Maresh CEO ASA100 flyasava.com
Last reply by Nabeel, -
- 1 reply
- 1.4k views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Bluemax, -
- 1 follower
- 1 reply
- 1.4k views
Hello Guys, where can I set the aircraft are not immediately damaged? Despite good landing, the aircraft are damaged after 2-3 days. RespecT Ramon
Last reply by Vangelis, -
- 0 replies
- 1.4k views
Hello good morning I'm with the folowing errors when I approve the PIREPs. Strict Standards: Non-static method PirepAcData::search() should not be called statically in /homepages/10/d328219951/htdocs/core/common/PIREPData.class.php on line 855 Strict Standards: Non-static method PirepAcData::approve_pirep_post() should not be called statically in /homepages/10/d328219951/htdocs/core/common/PirepAcData.class.php on line 283 Warning: imagecreatefromstring(): Empty string or invalid image in /homepages/10/d328219951/htdocs/core/common/PilotData.class.php on line 1016 Fatal error: Call to undefined method PilotData::UpdatePilotPay() in /homepages/10/d328219951/htdocs/cor…
Last reply by mitcheinfo, -
- 3 replies
- 1.4k views
When any user tries to sign up for my VA it deletes all the fields and wont let you hit register never sends an email or anything.
Last reply by mattsmith, -
Hello every body, My virtual airlines is intersted for phpvms but we want more inforations, My question is: mUsst I respected schedul of the flight plan ? For exemple I have a flight plan at 9 am but arrived at 11 am must I departure at 9 am obligatory ? Schal I make precise the times schedul of the flight plan Tanks you Iternation French Runaway ( french virtual airlines )
Last reply by Tom, -
phpVMS installation help
by Guest- 2 replies
- 1.4k views
I uploaded a fresh version of phpVMS and on trying to install, I get this. About 2 weeks ago, I had phpVMS installed here and worked properly. A power failure at the data center caused us a big loss so I'm trying to re-install it. Please help...
Last reply by simpilot, -
- 2 replies
- 1.4k views
Has anyone else encountered a problem posting news and events? I believe we have a coding issue when it comes to magic quotes on a server. Here is one example. Notice no pictures or urls work properly and notice all the extra added characters? Nice huh? This is how our news and events post. Any ideas? I would love to fix this issue. Our news and events is pretty much useless as far as posting goes unless we use all plain text. And my apologies if this has been covered. I searched and found no answers. Thanks for taking a look at this.
Last reply by TAV1702, -
- 1 follower
- 2 replies
- 1.4k views
Hello all! Having an issue where I'm trying to display a pilots current location based on their last PIREP, however on any page that calls for the location from their last PIREP, it still displays their hub. For example, on my profile page I'm using: <?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>Current Location: </strong><?php echo $location; ?> - <?php echo $airportname; ?>…
Last reply by Dyl1103, -
- 2 replies
- 1.4k views
Good eve again, question, how to edit the livemap? I mean I want to center above Europe. How to fix the zoom-level? Thanks a lot for your help!
Last reply by CEO North Air, -
- 1 reply
- 1.4k views
Hello, I have a problem, today i installed phpvms on my server and tried to download acars, but this redirects me to the hosting site! Any ideas? http://virtualskyblue.tk Cheers Myles
Last reply by VirtualBMI, -
How can i get a map showing all my routes?
Last reply by mattsmith, -
- 3 replies
- 1.4k views
Good morning, question, do I always have to "recalculate distances" and "reset signatures" to keep the pilots signatures up-to-date? Or will they be updated automatically? Best regards from Germany Tobias Meyer CEO North Air
Last reply by CEO North Air, -
- 4 replies
- 1.4k views
Hi there, tried to change the colour of my signature text in local.config.php to #FFFFFF or #000000 and then reset signatures in the admin area, but it doesnt seem to have any affect? any idea? Connor
Last reply by Connor1994, -
- 1 reply
- 1.4k views
I have an event coordinator staff position and I want to give that person only permission to access the "addons" area of my admin center. How can I do this? Thanks!
Last reply by mark1million, -
- 0 replies
- 1.4k views
Hi guys, Last question for now :-) Is there a code available to show the latest 10 flight schedules added on the website? What i mean is the admin created a few new schedules that pilots can fly. The admin wants those added flights to be shown on the website for pilots to see. Is there a solution for this available? Regards Lucas
Last reply by MrAmsterdam, -
- 0 replies
- 1.4k views
G'day all, I have for Reach set up a number of expenses both fixed and recurring for every flight based upon calculations for each flight and some research. Whilst these work fine during the month, at the end of the month and into the new one all the accumulated expenses are lost and the report just reads as zero. Could this perhaps be an issue with how the expenses are stored? It used to work some time ago but I cannot remember when it stopped working nor what changed to cause it.
Last reply by reachva, -
- 1 follower
- 2 replies
- 1.4k views
Hi! How can I make it that new pilots have to do an Exam before completing sign up, if this is even possible at all. Thanks. Impulse www.impulseinternational.site90.net
Last reply by mseiwald, -
File PIREP
by Jason- 0 replies
- 1.4k views
Is it possible for the user to create a pirep, with them being able to choose the dep airport and arr airport. I need something like this, so there does not have to be a long list of schedules, they choose the flights themselves.. I would like them to have control over their flight. Thanks
Last reply by Jason, -
- 4 replies
- 1.4k views
What do i need to change to move the boxes from the left hand side of the page to the right? (new hires, va stats etc) MPK Airways
Last reply by mattsmith, -
- 0 replies
- 1.4k views
Hello, i have small problem with adding airport list on phpvms_aiports (SQL) the sending is running but on phpvms admistrator in aiports i have no aiport and on the livemap points of track flight plan its not exactly so its not working. Thank you !
Last reply by massilia68, -
- 1 reply
- 1.4k views
Good day! I have a problem with the acars data. They're not being removed from the database. I edited the file local.config.php on intranet/core to modify this line: Config::Set('ACARS_LIVE_TIME', 15); But it still does nothing. Does anybody know how to get rid of that annoying bug ? Thanks
Last reply by mark1million, -
- 2 replies
- 1.4k 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,