Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 0 replies
- 4.1k views
Hello All, On my website when new pilot sign up or even any pilots I can edit a section say there ranks but when i go to save what i have changed it doesnt save and i cannot figure it out? Cheers guys Website: www.aafv.com.au
Last reply by NathanV8, -
- 2 replies
- 1.2k views
I constantly have the problem of pilots not knowing their pilot ID when they sign in the first time. What variable do I use to put the pilot id in the accepted email? I've tried a bunch but I can't figure it out.
Last reply by Aaron, -
- 11 replies
- 2.8k views
Trying to set up KATL as a hub and it doesn't recognize the ICAO code. Any suggestions? Thanks.
Last reply by onelifexv, -
- 2 replies
- 1.4k views
Hi, When I finish a fly I close FSACARS but when I go to Live Map Page I see this: Pilot Flight Number Departure Arrival Status Altitude Speed Distance/Time Remain HTH1001 - Carlos HTH132 LEMG GEML FSACARS Closed 29 0 373 nm / I wait 5 hours but the messege not change. Any Ideas???
Last reply by simpilot, -
- 1 reply
- 1k views
Hi, I send the FSACARS pirep to phpvms, but when I go to View my PIREPs I see the flight but I can´t see the FSACARS Log. How I can see the FSAcats Log??
Last reply by joeri, -
- 2 replies
- 1.3k views
Hi; I like to Delete Aircraft Restriction on Schedules. Example: When I book the route Madrid - London I can choose any aircraft of VA (EC-LKE*, EC-LPQ* or EC-LWR*)*. It is possible??? Spanish Aircraft Registration and all of my VA planes.
Last reply by onelifexv, -
- 2 replies
- 1.6k views
A pilot did a flight earlier on and filed his PIREP, his landing rate is 0, he then did another flight later and on the live map his aircraft bubble showed his aircraft moving across europe as it should but no information was displayed, all table fields except altitude and speed were blank, and a flight number of 0, Any ideas what could be wrong or how to fix it ? Kacars works fine just seems to be an issue with Xacars. A screenshot is attached below As always any help appreciated
Last reply by Colin, -
- 4 replies
- 1.8k views
Hi, I create a .php file and I want to put it into the navigation menu. Any Ideas?
Last reply by Sava, -
- 4 replies
- 1.6k views
Hi, I'm looking for the file that insert into the database the so that besides making the already does make another to another table.Is that possible? And if so how I can do? I refer to the insert that is made when I aproved a pilot!
Last reply by CPC900, -
- 32 replies
- 7.1k views
Hi, I have a problem when I modify signature colour. This is my modified code: Config::Set('SIGNATURE_TEXT_COLOR', '#00009C'); Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/tahoma.ttf'); Config::Set('SIGNATURE_FONT_SIZE', '10'); Config::Set('SIGNATURE_X_OFFSET', '10'); Config::Set('SIGNATURE_Y_OFFSET', '17'); Config::Set('SIGNATURE_FONT_PADDING', 4); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); Config::Set('SIGNATURE_SHOW_COPYRIGHT', true); But the colour doesn't change, I don't know why, I make all refresh at admin panel... This is the link: http://ww…
Last reply by Jeff, -
- 1 follower
- 5 replies
- 1.9k views
Hi I would like to ask how do I make my own acars please can someone help
Last reply by CPC900, -
- 5 replies
- 2k views
Everytime you try to register on my site, it gives me this error: Unknown column 'vatsim' in 'field list'. I've looked everywhere and can't find what's happening. I have a field I added (not a custom field) called vatsimid and ivaoid in the phpvms_pilots table, and there used to be one called vatsim and another called ivao, idk if that helps at all. Thanks
Last reply by mark1million, -
- 2 replies
- 1.3k views
Hello, i am building a complete welcome email which will be sent when someone's registration is getting accepted. How can i get pilot's id on my email? ex Hello John John (his first and his last name), your pilot id is GRW387. How can i get automatically the GRW387 from the database? Regards, servetas
Last reply by servetas, -
- 8 replies
- 2.2k views
Hi, When I edit a schedule I have this error: There was an error editing the schedule: Unknown column 'week1' in 'field list' Please, I need help. I installed the Mod RealScheduleLite.
Last reply by carlosuc99, -
- 0 replies
- 940 views
Hi there, Since the last upgrade I made, I have a few prolems with the schedules. 1) Whenever I try to edit ANY existing schedule, I get the error: (No I have no Week1 anywhere, not even in my sql table) There was an error editing the schedule: Unknown column 'week1' in 'field list' 2) There is no option to delete a schedule. Only to reverse and edit. Can someone help me with these issues please? Cheers Jakes
Last reply by Jakes, -
- 7 replies
- 2.6k views
hello all i am stuck again building a new template i need to change the width of the finance charts and stuff i alterd every code i found related to that but it keeps the samle width as you seen in the picture the chart is smaller but the black sheet stays large regards joeri
Last reply by tutmeister, -
- 1 reply
- 969 views
Hi guys any idea how I would go about creating a screenshot of the month to display on the home page please ? I have seen this done on many virtual airlines but haven't a clue how to personally do it, I've seen the code on the screenshot centre post but would this not require editing everytime to display a screenshot by the screenshot winner ? <?php Screenshots::get_pilots_newscreenshot('pilotid');?> I'm sure someone with the know how will know the answer to this one, as always any help appreciated Many thanks
Last reply by Colin, -
- 13 replies
- 4.4k views
Nabeel I am starting to get problems while pilots are filing pireps, to file a manual pirep it is taking over one minute from pressing the file button, this is also causing problems when pilots are using kACARS with the site delay. If there any way of moving the back end functions to a cron as the current performance can not continue. I have been speaking with Jeff and we have tried various things but its looking like its the back end functions that are causing the delays and problems as described above i tried a manual pirep which took over a minute to file. Is there a way to debug this step by step and find the problem. Just to add my other VA is fine and its runnin…
Last reply by RogerB, -
- 3 replies
- 1.8k 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, -
- 6 replies
- 2.6k views
Hi all! I have changed code in core_navigation.tpl to get some options in menu, but I have the problem you can see in the pic (background color, one option in cyan and another one in black without mouse on them)... can I solve it? The core_navigation.tpl code: <li><a href="<?php echo url('/'); ?>">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>">Login</a></li> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logge…
Last reply by STALKER, -
- 3 replies
- 1.6k views
Hi, I've got this error, when I upload new Schedules... Warning : set_time_limit() has been disabled for security reasons in /home/a2688480/public_html/admin/modules/Import/Import.php on line 90 Thanks!
Last reply by servetas, -
- 4 replies
- 1.4k views
Fellow members, Is there and easy way to remove a large number of unwanted airports from your database with removing them one at a time in the edit area of the admin panel? Thank you. Scott C
Last reply by clawsonsa, -
- 8 replies
- 2.4k views
Hi, I want to implement this system: Pilots can only bid for flights in his present location. Example if you are in LEBL only shows flights from LEBL. Today even if I am in LEBL, it shows me all the flights of the day, not only from LEBL ... And if pilot don't start flight in 1hour, his bidded flight expire of his bidded flights, and flight turn to "view schedules"? How can I do?
Last reply by cgentil, -
- 2 replies
- 1.1k views
Good morning!! I have an individual page for each of my hubs, and what I would like to do is echo out the roster for each hub individually. I am confused because I can't find anything in the pilot_list.tpl file that says anything about hub. Can anyone help?? Many thanks, Brian
Last reply by PilotJordan, -
- 2 replies
- 1.2k views
Hello I am the owner of Bulgaria air Virtula http://www.bgairva.com. I have a problem with the schedule. If i have a flight wich is departing in 06.00am local time i will have this is flight on the schedule around of 8.00 am local time. I dont know why i dont see it befor 8.00 am Thanks!
Last reply by Gantcho, -
- 2 replies
- 1.4k views
Fleet Page i want to add to this page the ranks you can fly these aircraft.... what code do i need so i can add it to the website... thank you
Last reply by PilotJordan, -
hey all i need a quick help i want to change all my pilots on leave to retired as it seems the system is setting all retired pilots on leave how do i setup the sql query to change the numbers from 3 to 2 regards joeri
Last reply by mark1million, -
- 3 replies
- 1.6k views
Hello, today i decided to clean up my website so i decided to delete simpilot's exam system. We installed it a long time ago but now i do not remeber where did we put the code for the menu... Can you imagine where it can be?
Last reply by servetas, -
- 0 replies
- 1.9k views
Good day together, i want to integrate the phpVMS booking system, the pilot center and so on into my Wordpress Website. I don't want to use the phpVMS Site as my homepage because our language is German. And it is very difficult to understand. I tried it with iFrame, but I could only see the normal website on the page. I only want to integrate the booking system etc. Thanks.
Last reply by Danielborn, -
- 5 replies
- 2.3k views
Anyone have any idea how to put the the rank image on the signature i looked through the Docs and couldn't find nothing Kind Regards, Allan
Last reply by cgentil,