Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 5 replies
- 2.2k views
Me again If you go to the bottom of my site's home page, you will see that the Footer (Copyright stuff) is not at the bottom, but instead to the right of the page, and higher up. Here is the layout.tpl file: <?php /** * * STOP!!!!!!!! * * Are you editing the crystal skin directly? * DON'T * * Copy and rename the crystal folder. Otherwise it'll get * overwritten in an update. * * Also, READ THE DOCS * * http://www.phpvms.net/docs/skinning * */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <he…
Last reply by tobyrice01, -
- 0 replies
- 995 views
I'm creating a theme for a VA but I am getting the error of: ( ! ) Notice: The template file "C:\wamp\www\CAG\\lib\skins\CapitalConnect\header.tpl" doesn't exist in C:\wamp\www\CAG\core\classes\TemplateSet.class.php on line 248 On my test site. I'm using the latest Github download and PHP-5.4.12 with Apache-2.4.4 Any ideas?
Last reply by mindfulhacker, -
- 2 replies
- 1.5k views
Is there any way i can view pireps by group instead of assigned hub. For instance i go into the admin center i click the pending pireps. I can then select "view my hub" instead of a hub is there a way i can "view my group" Or is there a way to add multiple hubs for a pilot... Reson im asking is we have regional managers that cover 3 hubs. So I need the specific 3 hubs to be grouped together so that a regional manager can view the pireps within his hubs. Thanks, Jorge O'Connor
Last reply by jeep865, -
- 1 reply
- 1.1k views
Here I am again...pleading for help! On my site: http://bluehawkvirtual.net/index.php/ The slide show has 3 problems. 1. It does not start automaticly, you have to press the next button, and then it goes on by itself. 2. When it ends, it does not go back to the start. It just "disappears" from the site except for a small line about 10px tall. Fixed that myself. 3. Not important, but how can I make the slideshow smaller? Here is the layout.tpl file code that I have: <?php /** * * STOP!!!!!!!! * * Are you editing the crystal skin directly? * DON'T * * Copy and rename the crystal folder. Otherwise it'll get * overwritten in an update. * * Also, READ THE D…
Last reply by simpilot, -
- 3 replies
- 34k views
Hi, I have a problem. When a new pilot go to the register page, show this error. Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/a7845853/public_html//lib/skins/vairline/<h3>Registration</h3> <p>Welcome to the registration form for Nueva LAV. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://nuevalav.uphero.com/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="…
Last reply by simpilot, -
- 3 replies
- 1.5k views
Good morning! My first question of the day. On my site: http://bluehawkvirtual.net/index.php/ There are some pages I do not know how to access to fix. Like http://bluehawkvirtual.net/index.php/training And I also do not know how to make a page be able to be seen by guest who are not logged in. How do I go about fixing these issues?
Last reply by tobyrice01, -
- 7 replies
- 1.9k views
If you go to my site: http://bluehawkvirtual.net/index.php/ You will see, that beside "Operations", the "Flights" box is blue and messed up. Here is the entire code from my core_navigation.tpl file Any ideas on how to make the Flights bar be like the others? <nav class="navbar navbar-default" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"&g…
Last reply by tobyrice01, -
- 0 replies
- 913 views
Hi I need help i need add a option to my schedule where you have aircraft, route etc a option PAX .For ex. i have: Code Flight Num Departure Arrival Aircraft Registration Route PAX Distance Where i need to change code to get that work , also update in db.
Last reply by Kapitan, -
- 2 replies
- 1.8k views
Hi Can someone tell me what and how schedules route details is populated in the schedules table, as its making my schedules row massive.
Last reply by Curshad, -
- 1 reply
- 1.2k views
Hello all, i see in virtual airlines that the can to change the Flight Status to Img or something else, How I can do this ?? <?php if($flight->phasedetail != 'Paused') { echo $flight->phasedetail; } else { echo "Cruise"; }?> this is the code and i want if the flight status is Cruise to put img, or if the flight was arrived put img . How I can do this please ? Thanks for helping..
Last reply by Curshad, -
- 21 replies
- 7.2k views
G'day Guys, I've been fiddling with the navdata, going through all my routes, and updating the navdata to display the routes correctly, and working hard to make it all look a lot nicer. I've noticed that the waypoints along the airways are within the navdata, but for some reason they wont show, it will only show the navaids for the start and finish of the airway, is there anything in particular that needs to be changed for this to display correctly. Also if anyone can explain these fields within the navdata database that would be great. The airway type show H and L, im presuming High and Low airways, but I've also seen B and am unsure what that is. And also the type c…
Last reply by Curshad, -
- 5 replies
- 2.1k views
I tried many things to change the appearance of the acarsmap by googling but I can't find a working solution. What I am trying to do is to remove the layers and change the map type. Unfortunately changing this: var defaultOptions = { autozoom: true, zoom: 4, center: new google.maps.LatLng(-25.363882,131.044922), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 12000, autorefresh: true }; to this: var defaultOptions = { autozoom: true, zoom: 4, center: new google.maps.LatLng(-25.363882,131.044922), mapTypeId: google.maps.MapTypeId.HYBRID, refreshTime: 12000, autorefresh: true }; doesn't do anything. The weird thing is almost no changes result in a ch…
Last reply by Curshad, -
- 0 replies
- 1k views
Please can anyone assist me with a coding problem I am having? This is for the ocean blue front page recent.tpl Basically I just want this: "Latest Flights" (Image was photo edited) The Airline Tab is what I want but i cant figure the coding out. I always seem to be onto something but then nothing :/ Here's the coding what i have so far: <?php $count = 10; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Airline</th> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival…
Last reply by Curshad, -
- 14 replies
- 5.1k views
Hey guys in the Airline coloumn of my Live flight board on my home page @ http://skyabahamasvirtual.net I have and image there to display when a SBM flight is flown here is the code <table style="border:1px solid grey;" cellspacing="2" cellpadding="2" bgcolor="#171717"> <tr> <th align="center" style="background-color: #171717; width: 3.5%;"> </th> <th width="10%" align="center" style="background-color: #171717;">Airline</th> <th width="10%" align="center" style="background-color: #171717;">Flight</th> <th width="30%" align="center" style="background-color: #171717;">Departure</th> <th width="30%" align="c…
Last reply by Curshad, -
- 0 replies
- 814 views
I have a problem and that the summary of the airline fees, which do not appear to pay the driver, and do not understand why, because I've seen other airlines and if you esepago seen in the overview. Thank you very much and sorry
Last reply by AirLevante, -
- 0 replies
- 907 views
When I try to add a route in a clean install of phpvms, I get an error like this Warning: implode(): Invalid arguments passed in phpvms\admin\modules\Operations\Operations.php on line 942 Is there a solution, and if so what is it? Thanks - Thomas
Last reply by biggles2206, -
- 0 replies
- 745 views
Hello everyone, I wanted to know if it is possible to do everything that I put in - Customs Fields register as Vatsim ID, etc. So I wanted to ask is there a way to make it mandatory to register the virtual company .. Thank you so much for helping!
Last reply by Omerr01, -
- 3 replies
- 1.3k views
guys do we have any option in phpvms where instead of pilots admin can submit pireps from admin panel directly? James
Last reply by RocketRod, -
- 0 replies
- 821 views
Howdy everyone, Well we're experiencing some problems with "My routes map" but "Active flights" are working just fine. We have this problem for a long time now and I even tried replacing Acars files but it didn't work out.
Last reply by Tvrtko, -
- 1 follower
- 5 replies
- 2.1k views
Hello All I have been trying to find a way to implement pilots restrictions on Arcraft into the great Front Schedules add on made by Simpilot. So far, I managed to change the frontscheduledata.class to show me only the schedules with the proper pilot ranking but it shows me one route per pilot meaning if I have 10 pilots it shows me the same route 10 times in the schedules results. Here is the original code: <?php //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creati…
Last reply by CFVA, -
- 9 replies
- 2.5k views
Dear Fellow Members i want to check possibility to add multiple segment flights i.e. by softening the rules to add flight schedule, such as particular flight EK688 - OPKC-OPQT-OPZB-OPDI-OPPS-OPRN / Equipment: A330 Leg 1 / EK688 / OPKC-OPQT Leg 2 / EK688 / OPQT-OPZB Leg 3 / EK688 / OPZB-OPDI Leg 4 / EK688 / OPDI-OPPS Leg 5 / EK688 / OPPS-OPRN In this 5 segment flights, you can see the call sign is same but Origin & Destination are changing per each leg. So is it possible by modifying the script we can able to get the same above result. Looking forward.
Last reply by simpilot, -
- 5 replies
- 1.7k views
1. I do not want that PHP will continue to own more hours to the event .. I mean, if I did that the event will be until 20:00 z then I want it to really be until I put each time a pilot makes this book adds a few more that I did in Slot Interval love to know how I remove it ?? The intention is that if I did have Slot Limit: 61 so it will not be the 61 pilots also do book .. 2. I want to do after a certain time, for example after 31 days if the pilot did not fly then it will send him an email and tell him he RETIRE and if I really want it put him in this situation because at the moment I put it to the pilots so it's not really doing anything ... I mean, if I ma…
Last reply by StartVM, -
- 1 reply
- 1k views
Hello I seem to be having a problem with installing phpvms. I have followd all the available directions and still no joy. I am installing on x10 web hosting. I have the database created and a user with all privileges. FTP'd phpvms to the proper location. Removed the old local config.php. OK so far. next I set all indicated folders/files to 777 as instructed and ran the installer. OH BOY - all tables created successfully! Heres where I get into trouble...on the next screen after filling in all my Airline details and select next, I get many (30 or more) Strict Standards: accessing static property PIREPAdmin erroer and they all seem to point at the CondonModule.class.ph…
Last reply by servetas, -
- 3 replies
- 1.6k views
Hello, I have problems in the storage of the price, tips, thanks for a possible answer ... best regards
Last reply by gio1961, -
- 4 replies
- 1.7k views
Nabeel is there a way we can filter out duplicate entries for the same flight, for some reason i have a few flights that have duplicate rows, this happens at random intervals and there is no reason or pattern.
Last reply by PlumbBum, -
- 3 replies
- 1.4k views
How would i get this into x1 list as it is repeating its self once it get to the bottom of the pilot list link below http://185.46.120.131/~britisha//index.php/pilots
Last reply by poole3003, -
- 2 replies
- 1.1k views
Hi I have a little doubt is that in the summary of finance is not reflected in my finance payment pilots. If I can help I would appreciate thank you very much
Last reply by AirLevante, -
- 0 replies
- 1k views
Sup mates! I have some VA stats on my main page and I want to reset them, is there any way to do this? - Thanks! Pilots: 1 Hours: 28 Flights: 13 Flights Today: 0 Pilots In Flight: 0 Cargo Delivered: 521,210 Miles Flown: 7,297
Last reply by Junior, -
- 9 replies
- 2.3k views
Hello all, I am having difficulty importing my flight schedules for my VA and wondered if someone could point out the obvious or any glaring holes in my template for uploading. code flightnum depicao arricao route route_details aircraft flightlevel distance deptime arrtime flighttime daysofweek price flighttype timesflown notes enabled VIR 1001 AYPY VHHH G-VFOX 28000 2736.6 15:30 Z 21:00 Z 5 123456 2756 P 1 …
Last reply by LuxuryCEO, -
- 7 replies
- 2.5k views
Hello, I am currently having problems with editing schedules on version: 2.1.960 Here is the error: There was an error editing the schedule: Unknown column 'week1' in 'field list' I hope someone can help me because I have tried a lot but no luck on fixing the problem. Best Regards Nick (Icebox)
Last reply by LuxuryCEO,