Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 follower
- 3 replies
- 1.8k views
Hi all, Would someone, with a mid to large sized VA, be willing to share their database with me? Needs to be "stock" with no changes, I just need a ton of data to test/optimize the next version. Nabeel
Last reply by Nabeel, -
- 1 reply
- 1.8k views
Hi to all! Can anyone tell me how to integrate teamspeak server viewer into sidebar? Some code or something? Thank you very much
Last reply by flyalaska, -
- 3 replies
- 1.8k views
Hi All, Im new to the community and new to all this, I was wondering if someone could point me in the right direction. qatarairwaysvirtual.tk my template doesn't seem to fit the website, the Template is the original crystal provided that I had a play around with. however if you view the website on a Tablet or Mobile Device the Template Fits the Website and screen perfectly. It probably something simple, thank in advance! Regards,
Last reply by smokey68, -
- 1 reply
- 1.8k views
hello using 5.5 when i try access my sub domain it gives me this http://prntscr.com/jlu90m please help!!!
Last reply by shakamonkey88, -
- 7 replies
- 1.8k views
Is there away to export the pilots list into CSV format? Rather then going through the db as it makes it very difficult. Something like the way exporting the schedules can be done. I use currently phpvms 5.5.2
Last reply by ProAvia, -
- 3 replies
- 1.8k views
Is their a way for me to edit the code so that upon registration of a new pilot, depending on which hub they choose be put into a certain pilot group. So Pilot # = Hub Choice = Pilot Group Pilot A = chooses hub A = Hub A Pilots Pilot B - Chooses hub B = Hub B Pilots This will make it easier for the admin to send pilot emails that are only important or relevant to pilots at a certain hub Thanks in advanced Regards JCA003
Last reply by Strider, -
.htaccess file included it phpVMS
by Guest- 3 replies
- 1.8k views
Hey, So i was thinking and i thought that it might make alot of sense and decrease ALOT of theft if phpVMS included a .htaccess file. Just a thought.. AND: Sorry about posting this here, thought about were to post it for like 10 mins :-P lol
Last reply by Kyle, -
- 2 replies
- 1.8k views
HI all I hope I can write this so you can understand, http://transatlanticvirtual.org/index.php/pilots http://transatlanticvirtual.org/index.php/Toppilot above is our ranks and hours flying, there are 3 staff that I need to assign there ranks on the VA TVA0001, TVA0002, TVA0003 now the only way I can see, is to assign stupid hours transfered across for them to get the rank but is there a way I can just assign the rank with out transferring hours over ? and if so please help driving me mad showing incorrect hours example TVA0001 correct hours are 75.31 and not 31075.31 but it seems I can only award them hours to get the rank.. as you can see here. http://transa…
Last reply by mseiwald, -
- 1 follower
- 1 reply
- 1.8k views
Hello everyone, I want to set my phpVMS to where the pilot registers and can select an aircraft off a list and becomes a first officer on it. For example: Pilot registers -> Selects Starting Aircraft -> Becomes lowest rank (F/O) on it -> Accumulates hours -> Gets promoted to captain -> Goes through training to next aircraft in A/C Class -> gets lowest rank (F/O) -> ect. How would I program that? Can someone develop a code? Is there a code out there already? I know you can add different ranks and select aircraft per rank, but I want to set it up where they get type ratings. I also would want to know if I can set the booking centre to where you can onl…
Last reply by Parkho, -
- 1 reply
- 1.8k views
Bom dia, estou tendo esse problema, da localizaçao é tranquilo, vou cadastrar, mas no captcha ele nao aparece para digitar. imagens abaixo:
Last reply by TennShadow, -
- 2 replies
- 1.8k views
Hi everyone guys i am looking for Modules for Pilot monthly roster i mean the system generate flight schedule for each active member to fly per month. if someone has this kind of Modules and can share with me please let me know ASAP.
Last reply by alyousufi, -
- 4 replies
- 1.8k views
Hi again, Just a iitle question regarding database navdb. In phpvms_navdb ID Type Name Title Freq Lat LNG 1 2 CBA COBAR 395.0 -31.54 145.799 2 3 CBA CASABLANCA 116.90 33.5215 -7.6772 In the table exist type 0, 1, 2, 3 and according de FREQ type 3 is a VOR and type 2 a NDB, please correct me if i'am wrong, anyway what is type 0 and 1. Thansk and best regards
Last reply by lorlandi, -
- 2 replies
- 1.8k views
I wonder how to update the ACARS Map from 10 to 10 seconds, so I can use? Example: 0.10 Thanks :)
Last reply by James142, -
- 1 reply
- 1.8k views
Its nothing to do with my provider but my VA registration page says Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /customers/6/7/1/fastjetvirtual.co.uk/httpd.www//lib/skins/crystal/ ive tried fresh phpvms install but still not working heres the link http://fastjetvirtual.co.uk/index.php/registration
Last reply by sidsapl, -
- 1 follower
- 2 replies
- 1.8k views
Hi all, I have been searching these forums and trying different things all day to sort this problem but I think it has beaten me so any help would be much appreciated. I moved my site to a new host and I think my main problem is that the SQL is a different version. I am not clued up on databases at all really. My old host was SQL 5.5 and my new one is 5.6 The first problem I cam accross was that once I tried to log in was I got the dreaded You need to be logged in to view this page. This happened on my skin and default skin. After clearing my CAche and PHPVMS_sessions it made no difference. Next I tried a fresh install and upgraded to Simpilot…
Last reply by vJet2, -
- 5 replies
- 1.8k views
Hey guys, I'm working on the awards and I have checked the docs and was wondering how to manually give a pilot an award.
Last reply by Nabeel, -
TopRoutes() not working for me.[SOLVED]
by Guest Stormchaser- 3 replies
- 1.8k views
Hey been adding a lot of the stats from statsdata. All of them working except for TopRoutes. Any suggestions. Calling it to my frontpage with: <?php echo StatsData::TopRoutes('DAL'); ?> Function is from StatsData.class : public static function TopRoutes($airline_code='') { $key = 'top_routes'; if($airline_code != '') { $key .= '_'.$airline_code; } $top_routes = CodonCache::read($key); if($top_routes === false) { $sql = 'SELECT * FROM `'.TABLE_PREFIX.'schedules`'; if($airline_code != '') { $sql .= " WHERE `code`='{$airline_code}' GROUP BY `code`"; } $sql =' ORDER BY `timesflown` DESC LIMIT 10'; …
-
- 3 replies
- 1.8k views
hello! when i transfered some Hours, then RANK icon did not change why?.. please help me! http://airindiavirtual.com/index.php/pilots
Last reply by joeri, -
- 6 replies
- 1.8k views
Hello everyone, i am still working on my new VA, we are not open to public yet so this is a good time for us to get all our little adjustments made, although this is something that is really annoying me and i havent been able to fix: When i load up my VA in the likes of Google Chrome the menu bar is really unresponsive and the site generally slow, my VA likes chrome, but chrome clearly doesnt feel the same way :L In Mozzila the site runs generally well, but when you change tabs and then come back it takes a bit to load again. IE, the site doesnt even display properly, not sure about the latest version. not sure about other browsers... website - click here any ideas…
Last reply by Connor1994, -
- 0 replies
- 1.8k views
Hello all, I have a problem, I can not divide one table into 2 different output table's. FleetTable show only a one table with information, but I need a conclusion in the two tables, first table of Boeing 737 and the second table  Airbus A319 how can I create this?  please help.. First Table is (list of all Boeing aircraft's) Boeing B737-300 EI-CHH, total flight time 00:12:50. Located at the airport Cologne Bonn (EDDK). EI-BBG, total flight time 00:22:40. Located at the airport Cologne Bonn (EDDK). Second Table is (list of all Airbus aircraft's) Airbus A319-100 VP-BBG, total flight time 01:20:15. Located at the airport Munich (EDDM). VP-BNM, total fligh…
Last reply by Artjom, -
- 5 replies
- 1.8k views
Hello! Hub and location cannot be selected during registration. The browser reports : Warning: Invalid argument supplied for foreach() in /usr/www/users/virtuajj/sachsenexpress/sxp-crew/lib/skins/ocean_blue/registration_mainform.php on line 39 Warning: Invalid argument supplied for foreach() in /usr/www/users/virtuajj/sachsenexpress/sxp-crew/lib/skins/ocean_blue/registration_mainform.php on line 49 Hello! Hub and location cannot be selected during registration. The browser reports : I can't find the error because I didn't change the original files. Could someone please help. Thank you Best regards Andreas &l…
Last reply by Heritage1, -
- 3 replies
- 1.8k views
Whenever I go on my site i get this error: Parse error: syntax error, unexpected $end in /home/afva/public_html/lib/skins/afva_new/header.tpl on line 143 Whenever I try to reupload header.tpl this is my upload log: NOTE:> [21/10/2009 6:46:30 PM] New transfer created for "C:Documents and SettingsMitchellMy DocumentsAFVA Website Develepmontafva_newheader.tpl" <5326> STATUS:> [21/10/2009 6:46:31 PM] Transferring file "/lib/skins/afva_new/header.tpl"... STATUS:> [21/10/2009 6:46:31 PM] Checking directory existence: "/lib/skins/afva_new". STATUS:> [21/10/2009 6:46:31 PM] Remote directory already exists: "/lib/skins/afva_new". COMMAND:> [2…
Last reply by Nabeel, -
- 1 reply
- 1.8k views
Just so I can try to understand fuel prices.... The live pricing at Canadian airports seemed to be a charge per litre or kg and American pricing by lbs.! Is that correct?? If so, how do you have a good default number if there is no live pricing available. I assume you just have to come up with a default value and go with it, regardless of whether it is somewhat accurate or not!?
Last reply by Nabeel, -
- 3 replies
- 1.8k views
Ok I want to create my own page but.. Still have it in the template I can create a .html page but that does not have the template in (header, sidebar etc.) Could some body assist me please. I don't want to add pages trough Admin Center.. Thanks Daniel
Last reply by Daniel, -
404 Errors
by peterc- 1 follower
- 3 replies
- 1.8k views
Hi all, Ive just installed phpVMS, and while the install went OK, I need to move on from the basic setup I have. I've brought up the 'Docs' page at http://docs.phpvms.net/doku.php I get a 'Page 404' error. Any help would be appreciated.
Last reply by peterc, -
- 1 follower
- 2 replies
- 1.8k views
Hello Again. About two years ago I had a phpVMS site. When my web provider updated the php the site stopped working. After getting my new v5 phpVMS site working I tried uploading v2 phpVMS and reconnecting it to the old phpVMS database. It worked and my old phpVMS site is backup jut like I left it, which I'm quite happy about. 😃 Now the only thing left is to do is update the reCAPTCHA. I followed these instructions https://github.com/nabeelio/phpvms_v2/pull/138/commits/b8d46bbf25195de9d454cb0ca9ed9175631d752a as best as I could understand them. The new reCAPTCHA is showing up, but when trying to register this is what happens "Fatal error: Class 'ReCaptcha\ReCap…
Last reply by Nabeel, -
- 3 replies
- 1.8k views
Hi Nabeel, I set up the 'phpvms' va software and it worked perfectly and this morning it surprized me with the following prompt: "Fatal error: Function name must be a string in C:xampphtdocsphpvmscoreclassesMySQL.class.php on line 134" Where (which folder) can I fix it? The other part of the website works fine except phpvms and the phpbb3 forum inturface. Both of them return the prompt above. when I try to access them. By the way I tried to reinstall and nothig changes. Any help? Thanks for everything and help you gave me, ermias
Last reply by Nabeel, -
Financials
by RogerB- 5 replies
- 1.8k views
I have noticed that when you look at the financial reports I am only seeing one of my expenses in the chart. Could you explain how this works Nabeel?
Last reply by Nabeel, -
- 2 replies
- 1.8k views
G'day Guys, I've got some interesting issues with the BETA version whilst trying to install, firstly after going to update.php, i got that a table was missing, so i re-ran it and all seems fine now, but my pireps are missing now, i have taken backups, but they still seem to be in the database, but are not displaying on my CG map, or with pilots profiles Also after checking checkinstall.php i have these errors [Checksum failed] /install/dbtest.php did not match, possibly corrupt or out of date [Checksum failed] /install/fixtures/install.sql did not match, possibly corrupt or out of date [Checksum failed] /core/common/ActivityData.class.php did not match, possibly corr…
Last reply by Tylor Eddy, -
- 5 replies
- 1.8k views
I'm working on my new site lately. When i click on pilot roster, it gives me this message> Notice: The template file "/home/britishb/public_html/en//core/templates/pilot_roster.tpl" doesn't exist in/home/britishb/public_html/en/core/classes/TemplateSet.class.php on line 24 This is strange because there is not pilot_roster.tpl, only pilot_list.tpl. Any help is much appreciated.
Last reply by MC1028,
