Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 follower
- 4 replies
- 2k views
When we make login in our website, the page isn't showed, the site is: http://aviancavirtual.tk user: ONE009 password: testing EDIT1: I have found the error, is that code: <?php $contabids = SchedulesData::GetBids(Auth::$pilot->pilotid); if ($contabids > 0) { $bidscontados = $contabids(count); } else { $bidsconstados = "0"; } if($contabids >0){ ?> What i can change here for correct this error?
Last reply by LukeW, -
- 1 reply
- 2k views
Hi all im having issues with the awards, when i give them out they show up as text, should they show image in the pilot profile? Kind Regards
Last reply by TennShadow, -
- 6 replies
- 2k 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, -
- 4 replies
- 2k views
G'day Guys, I'm having a bit of trouble trying to style the dropdown arrows in my new form, i wanted to ask for some support from some of your guys who have managed to work this out. Here is my new form, with the ugly arrows Any support would be greatly appreciated because they are persistant little buggers and wont change to my custom image Regards Tylor
Last reply by Tylor Eddy, -
- 6 replies
- 2k views
I don't remember where i can change the pilot number for exeple after his join in the VA his pilot number is 1XXX i want change thi 1XXX for 6XXXX where i can made this ? Thanks
-
- 3 replies
- 2k views
Quick question, how do I add the aircraft type to the acars map bubble and the table underneath ? As always any help appreciated
Last reply by Kyle, -
[Solved] Error when editing a PIREP
by Guest grum1965- 9 replies
- 2k views
Trying to update the passenger load figure on the PIREP (which is unexplicably set to 32K) but the following error appears when trying to save it You must fill out all of the required fields! I have checked the database but all the appropriate fields appear to be completed correctly All the other PIREPs seem to be OK Any ideas anyone?
-
- 4 replies
- 2k 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, -
- 3 replies
- 2k 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, -
- 3 replies
- 2k views
Is it possible for two VA's to share the same pilot table but nothing else? For example, I have VA "A" with 20 pilots and I want to create a new VA "B". I want the pilots from VA "A" to be able to login to VA "B" using the same pilotID and password they have in VA "A".. Other then the same pilot ID and password I want them the be completely separate. I'm basically wanting signal sign on between the two VA's. Thanks!
Last reply by TennShadow, -
- 2 replies
- 2k views
There seems to be a bug in the ini file for FSACARS, since it generates an ini file like this example: CompanyICAO=GLD [...] PilotNumber=GLD0001 where it should be PilotNumber=0001. Cheers, Rodrigo Ventura goldenjet-va.org
Last reply by Nabeel, -
- 5 replies
- 2k 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, -
- 5 replies
- 2k views
Hi guys, im thinking of doing a pilot bonus scheme, Example Good landing would attract a bonus Exceeding the flight envelope would attract a fine Out of this i have 2 questions, How easy would this be to integrate in to phpvms and, Acars (which ever type supports this) would need to report on a defined parameter say flight envelope where you could define these settings. As i type i see already this could become very complex, food for thought with this i think but i would like to offer something that the pilots can spend their cash on or whats the point of cash would go back to points in the logbooks
Last reply by mark1million, -
- 3 replies
- 2k views
Hi Nabeel Running 2.1.934 I'm clicking on my inactive schedules page in the admin panel and instead of getting my 3 or 4 inactives I'm getting the whole list of schedules. Also within the active schedules page I have listed my few inactive ones.
Last reply by Kapitan, -
- 5 replies
- 2k views
Dear Forum Members hi i just wanted to ask that i have created Fleet Pages wit downloading link in it so how i can protect downloads from out siders i wanted to allow downloads only for Registered Pilots i have created different pages from admin center what should we need to put in those pages so it will show downloading link to Pilots only. for example page created like http://www.websitename/index.php/pages/Fleet Any IDea Regards Ahmad
Last reply by Ahmad, -
- 6 replies
- 2k views
Hello, i wrote an .htacess file the other day but i was wondering if i could get an image and text to display if someone were to go to my lib/skins folder or something like that.. Any ideas?
Last reply by Sava, -
- 3 replies
- 2k views
Hello How to Delete inactive pilots for example who has not flown in last 30 days? And how to make system automaticly delete everyone who will not fly for 31 days? Thanks
Last reply by Qantas94Heavy, -
- 1 follower
- 2 replies
- 2k views
Ok, after finding out my old installtion of PHPvms did not work with php 5.5, i installed a new version using the simpilots group version. I am using my exisiting database for this installation However, in the admin section, there is no option to manage my fleet in the airline operations section as per before?
Last reply by RuiMiguel, -
- 6 replies
- 2k views
Currently numbers are shown like 1234567 - How do you get formating to 1,234,567, I have tried to use php below results in a error. // english notation (default) $english_format_number = number_format($number); // 1,235 I was able to format Money with commas using the following in app.config.php now that formats $12,345.55 Config::Set('MONEY_FORMAT', '%i(#10n');
Last reply by simpilot, -
- 4 replies
- 2k views
Hey, When i went into my local.config to add the va central thing i realized that hald of it sio missing and ideas? everything seems fine. here it is... <?php /** * This is the phpVMS Main Configuration File * * This file won't be modified/touched by future versions * of phpVMS, you can change your settings here * * There may also be additional settings in app.config.php * To change it, copy the line into this file here, for the * settings to take effect * */ define('DBASE_USER', 'XXNXX'); define('DBASE_PASS', 'XXXXX'); define('DBASE_NAME', 'XXXXX'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'phpvms_'); define('…
Last reply by Daniel, -
- 2 replies
- 2k views
Hello everyone, i want to do "Upcoming Flights " i try this code "<?php MainController::Run('FrontBids','RecentFrontPage',5);?>" but it doesn't work. Thanks in advance, Omer Cohen
Last reply by Omerr01, -
- 6 replies
- 2k views
Hello Nabeel, I was hoping you could tell me why this error appears when trying to create a hub map; Warning: call_user_method_array() [function.call-user-method-array]: Unable to call hubmap() in /home/james200/public_html/ava/phpvms/core/classes/MainController.class.php on line 274 The route map and live maps work fine, but for hub maps it keeps coming up with the above error message. Using v1.3.785 Any advice would be most appreciated. Thanks in advance Adam
Last reply by Nabeel, -
- 4 replies
- 2k 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, -
- 3 replies
- 2k views
As a Military Virtual Airline our crew in real life shouldn't send PiREPs. I also feel that the bookings side of the filling is turning away some of my crew and I am therefore asking if there is a way we can get rid of having to book the flights and not just sending the PiREP immediately. If not, can we intergret this into a new system on the next update?
Last reply by JackPlumb, -
- 4 replies
- 2k views
-
Last reply by Nabeel, -
- 3 replies
- 2k 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, -
- 0 replies
- 2k views
Hello Guys! I was wondering if anybody has added a layer onto there live map of the atc on vatsim? which looked like IVAO has on there just online map http://www.flying-the-winglets.de/images/IVAO_Webeye_small.jpg Thanks Jacob
Last reply by avdesigns, -
- 2 replies
- 2k views
Fatal Error: Internal zval's cannot be arrays, objects or resources in Unknown on Line 0 I get this error after PLease login first when i try to access admin panel. I can't login at all. I'm using e-hosting for hosting.
Last reply by samdy1, -
- 3 replies
- 2k views
Just came across the following setting Config::Set('SITE_LANGUAGE', 'en'); What exactly does this change as phpvs comes in (only?) english ?
Last reply by Sammy, -
- 2 replies
- 2k views
I can't add a new airport....It just says "FETCHING AIRPORT DATA" for all eternity. Can someone give me some advice on how to mass install ICAOS for the live map to recognize? Also XACARS won't work. I open up the program an it won't disappear off the map for at least 30 minutes subsequent to the flight. Also, the PIREPS won't file auto or manually and information on ALT/SPEED is inaccurate Thanks so much for your help. It means a lot. Thanks
Last reply by randomderecho,