Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 4 replies
- 3.2k views
Hello just upgraded to 2.1.934 , I cant see the Map anymore , Error Console shows the following 2 Errors Error: GIcon is not defined Source File: http://www.airindiavirtual.net/xxxxx ( Path to folder)/phpvms.js Line: 21 and Error: GBrowserIsCompatible is not defined Source File: http://www.airindiavirtual.net/xxxx/acarsmap.js Line: 31 Ran the reset acars via Admin panel and switched Templates to Default ones , same state ..no Map any Help would be great
Last reply by joeri, -
- 3 replies
- 2.3k views
Whenever you go to my website, or navigate to any other page on the website, I get an error "This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/." I've generated an API Key and put it in the website settings and the notification still comes up.
Last reply by Nabeel, -
- 2 replies
- 1.5k views
I just installed a fresh copy of PHPVMS today and for some reason its not adding the airports i put in.
Last reply by Kyle, -
- 1 reply
- 1.4k views
Hi. First of all, sorry for my poor English. I am working with the issue of finances and would like to add the cost of aircraft. It would be easy to discount the total balance of the purchase of an aircraft. I have seen that there is a table called finacesdata, but this does not have any rows. There is only the structure. I have also seen that in all the code is not referenced to the above table, except when you create it as installation scripts. I wonder. Am I wrong on the above? What is it for this table? It would be interesting to have a table with the total balance sheet and operating with it as you wish. Expenses system is interesting but not suitable for t…
Last reply by Nabeel, -
- 8 replies
- 2.4k views
I have this code in pilot_list.tpl: <?php if (PilotData::GetFieldValue($pilot->pilotid, 'LOA' == "LOA")){ echo "<td style=\"color: orange;\">LOA</td>"; }else { echo "<td style=\"color: green;\">Active</td>"; } ?> I have a pilot's account set to LOA, but it still shows green Active. Do you know why? Here is my pilot roster; www.virtualamerican.org/index.php/pilots. Thanks.
Last reply by Jacob Armstrong, -
- 3 replies
- 1.3k views
I have been asked by my CEO to create a function that allows the user to register to 3 different sites using ONLY one form. Is it possible to change the code of the default register_mainform.tpl (I re-written all the code from register.php and made it much simpler and also made a new registration form exactly the same as the register_mainform.tpl) to make it so that it posts the data contained in the form to many sites at once. Therefore you get the same data on all three sites without having to fill out 3 registration forms. Thanks in advance, Mitch
Last reply by simpilot, -
- 2 replies
- 830 views
http://jlvirtual.x10hosting.com/ Whats up here?
Last reply by Nabeel, -
After adding a SMF forum to my site i got this error Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'virtu534_ceo'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/virtu534/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 Hosting: www.hosting24.com Website URL: www.va-design.com
Last reply by Jason, -
Pagination?
by Kyle- 0 replies
- 795 views
Hey Guys, I downloaded Jeff's pagination and I'm having problems here. I want to put it in the PIREP.php. I did try but it gives me errors. And i'm not sure what to do or where to put it in? Any help would be great!
Last reply by Kyle, -
- 1 reply
- 848 views
Ok, on the My PRIEP List. Is there anyway to put the image like for Example Aecpted = Image Check Link Rejected = Image X Link I hope this understands, but is there anyway to do it, i would be happy to do it. Thanks!
Last reply by Kyle, -
- 9 replies
- 2.1k views
Nabeel, got an error on my system ... I go into my profile I click on Pilot Center, then click on view available flights. Then put it to search by airport, pick an airport and click on find flights ... then the page goes blank, does not appear any more ... How can I solve? Thanks!
Last reply by simpilot, -
- 5 replies
- 1.9k views
I am in error in creating the tables .. someone help me
Last reply by Gol Virtual, -
- 6 replies
- 2k views
Hi everyone, I have just installed phpVMS, the installation procedure was succesful, however after I log in with the e-mail/pass supplied at the installation time, I cannot acces /admin I get : An Error Was Encountered Unauthorized access. I tried to do a clean install ( deleted database and files ) whith no results. I have noticed that the last page during the installation phase does not look as the one in the installation instructions on the site - it is an empty page and does not ahave a link to the admin panel or the main site, and no footer. I do not provide any links as this is installed on a VM and my IP is dynamic. Thanks.
Last reply by captainB, -
- 3 replies
- 1.7k views
Part of what I am working one right now, aside from the massive task of entering schedules, is deciding how to allocate folks into aircraft. I'm definitely not a fan of hours based systems, as (and what follows is my personal opinion, mind you) I think that total time alone can dictate if you are capable of handling an aircraft. It may be a component of my final plan, but it won't be the only part. I thought of using awards, given upon completion of a checkride, as a method of giving folks type ratings. It allows me to know who has what ratings, and would give the pilot a way of showing their skills. Of course this turns into more work, working with several different airl…
Last reply by Nabeel, -
Finally i have read almost all topics about Acars google map but mine still not working i have try kacars,xacars,fsacars but nothing displayed on map... only on xacars a got a display which is wrong . Got anybody this map to work ? i Like to make it working with Fspax if possible and not with other acars.
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Hey im new to all this phpvms and stuff and had a few questions if someone would be kind enough to answer. first the README file just says INSTALLATION Upload to your site, then it talks about creating a database. now I dont know exectly wat upload to site mean upload all the flies?? i know how to create datebase infact i alread did that. any help would be greatly need Thanks you so much Stephen Panzl
Last reply by Nabeel, -
- 4 replies
- 2.2k views
Hi I try to lock aircraft in use or aircraft in bid . $lastbids = SchedulesData::getAllBids(); $aircraftroute = OperationsData::getAircraftByReg($route->registration); foreach($lastbids as $lastbid) { $aircraftbid = OperationsData::getAircraftByReg($lastbid->registration); if($route->registration != $lastbid->registration) { continue; } } (schedule_results) I want skip all flight with aircraft in use or already in bid . I need code for lock aircraft in use . Tnx
Last reply by TAV1702, -
- 9 replies
- 2.6k views
I need help....Just setup phpvms on a new website. Everthing went fine, except the docets provided no path from my domain to site index.php or admim/index.php. Used www.mysite.com/phpvms/index.php and www.mysite/phpvms/admin/index.php......seems to go to a login page (Both are the same) how do you setup or develope the site. Documentation is week. Found nothing instructing me to make changes to selected files before uploading to site as I had with phpbb forums. And these error messages: (10 July 2010 - 12:53 PM) Warning: Unknown: open(/var/php_sessions/sess_b82c70e5099744e7c2ecaf96d2f81658, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning:…
Last reply by Bluemax, -
- 2 replies
- 1k views
Hello, I have a problem on my system The map does not show pilots in flight! what can is going?! Hugs I just made a flight of two hours now .. who wants to see me and talk.
Last reply by Nabeel, -
- 7 replies
- 1.6k views
I'm wondering if it is possabile to have mutliple airlines into one airlines. I been trying different ways but not the phpVMS way i want. Like for Example EveryAirlines EasyJet WestJet Us Airwyas Southwest Airlines Also i want new pilots just to seclet "EveryAirlines" no other airlines. With a sechudle. with mutliple airlines. Like Flight WJ232 US049 SW94 Is it possbaile? Or not?
-
- 6 replies
- 1.4k views
Hello, I wonder how to change the language from English to Portuguese? Would have some script that does it? Hugs great system. Note 10000
Last reply by Otacilio Jales, -
- 5 replies
- 2.3k views
Hi How can i add filter to Schedule for aircraft location ? My location at EGLL , show only route with aircraft at EGLL . Now show all routes from EGLL with all aircrafts .
Last reply by Artjom, -
- 10 replies
- 2.5k views
Hello, i try to work out a scoring system using fspax pireps and this is what i have done so far: 1. created 2 fields in the db table "_pireps", named "bonus" and "penalty" 2. added the following code to the /acars/fspax.php: $data = array( 'pilotid'=>$pilotid, 'code'=>$code, 'flightnum'=>$flightnum, 'leg'=>$leg, 'depicao'=>$depicao, 'arricao'=>$arricao, 'aircraft'=>$aircraft, 'route' => '', 'flighttime'=>$flighttime, 'landingrate'=>$_POST['TouchDownVertSpeedFt'], 'submitdate'=>'NOW()', 'load'=>$_POST['NbrPassengers'], '…
Last reply by Nabeel, -
- 14 replies
- 2.2k views
Nabeel, In "Site & Settings" in the Admin Center I setup my "Webmaster Email Address" to yourname@oneworldvs.net and also set the same address to my profile. Am I missing something to have the Contact sent and all registrations be sent to that e-mail address? I setup that e-mail account through Google Apps, and it is a functioning address, as I have tried it several times. Nothing is being sent to that e-mail address. Is there another place I need to change it (maybe somewhere in the File Manager)? Or can you not use your site name as your primary e-mail (as it says so in the cPanel main page "Update Contact Info) The main one in cPanel for Update Contact Info is not…
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Does anyone one know how to bypass the skin wrapping? I know by default you call a template with $this->render('template.tpl'); Is there another function or param to pass to disable the skin wrapping?
Last reply by simpilot, -
- 3 replies
- 1.3k views
I am having trouble with the live map feature on my VA website, it is not displaying any data just "flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining" I have reset the ACARS under the admin section and have tried both kACARS and xACARS, i am now stumped. Any help is greatly appreciated? Tom
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Hello, nice when I'll reserve a route individually and click "add to bid" the route is not added and appearing on the following Message: No route passed. I also use the system calls at my site and this adds Norman the routes chosen by the scale. Well, wait for a help
Last reply by Nabeel, -
- 3 replies
- 1.5k views
I'm working one of the new features for WorldACARS that pulls aircraft data from the database, displays it, gets processed by WorldACARS then displays it to the user. For some reason the code I wrote doesn't work: (It pulls data from url, e.g http://localhost/action.php/wacars/maintence?reg=VH-FTW) public function maintence() { $reg = $_GET['reg']; $aicraft = self::getAircraftInfo($reg); echo "$aicraft->totaltime"; } public static function getAircraftInfo($reg) { $reg = DB::escape($reg); return DB::get_row('SELECT * FROM '.TABLE_PREFIX.'aircraft WHERE `registration`='.$reg); } Could someone please tell me w…
Last reply by Nabeel, -
- 2 replies
- 910 views
Is it possible to use the VA members database in the forum, so they don't have to sign up to the VA and the forum? I am using SMF 1.1.11
Last reply by Jason, -
- 7 replies
- 2.6k views
Hello I want change time format for Total Flight Hours in my website , 25.49 -> 25:49:00 (HH:MM:SS) I try to sum flighttime_stamp in pireps table : $params = array( 'table' => TABLE_PREFIX.'pireps', 'fields' => 'SUM(`flighttime_stamp`) AS `total`', 'where' => array('accepted' => PIREP_ACCEPTED), ); $sql = DB::build_select($params); $results = DB::get_results($sql); echo $total = $results[0]->total; That code shown Total Flight Hours 20:30:12 (HH:MM:SS) but my VA Total Flight Hours is 25.49 . I don't understand why !! Tnx
Last reply by piuozorio,