Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.3k views
Hi all im newbie here and i install event_booking_1.3 but an error accured when try to fil manual report and add new route...i need help to uninstall this module safely
Last reply by raymond rabasi, -
- 3 replies
- 2.1k views
hi all i am try for 2 days ago to solve this problem with search in foum but no way...(problem): traffic not apear on map..google map installed corectly with key ...my site here
Last reply by raymond rabasi, -
- 3 replies
- 1.3k views
in the side bar i would like to add total miles flown and pending pilots if possible. could i hv the php please thanks Daniel
Last reply by simpilot, -
- 3 replies
- 2.8k views
Hi This is not a problem and I only need to make a limitation for my pilot. I describe what i want and if any one know it PLZ help me. I want to make current position for my pilot mean when one of my pilot flew from X to Y his current pisition change to Y and he only could fly from Y to other airport. and the same thing for my aircraft for example if aircraft A is in airport y pilot who want to fly whit A and his current pisithon is not in Y shold buy tiket and fly whit A something like FSAirlines. PHPVMS can suport something like this?
Last reply by mehdi289, -
- 3 replies
- 1.8k views
Two questions: First, the fuel is being calculated at $5.1 per kg on all our pireps. Is this because of the ongoing issues? Seems like it should be $1.5 for a more accurate price (at 3 kg per gallon that would be $4.50/gal). Either that or it's reporting $5.1 per gallon instead of kg. Second, when you edit the pirep there is a block for expenses (Additional expenses for this flight (catering, cleaning, etc). Where do I enter this data for each aircraft type so it is automatically calculated? Thanks!
Last reply by Parkho, -
- 3 replies
- 1.8k views
Hello all! I have some problem whit Firefox on my site I installed Airmail and have problem view the mail correctly. The table seems messed up in Firefox but looks great in IE. Anyone know how to fix it? I had the same issue on other things like VAforum2. looks like Firefox for some reason have trouble reading tables correctly
Last reply by TAV1702, -
- 3 replies
- 1.2k views
Hi all, I want my pilots to only be able to file a pirep from any of my scheduled departure airfileds. Currently a pilot can file a pirep from any airport, which creates problems for me. The code i believe at the moment in the pireps_new.tpl is this. <input type="text" name="depicao" value="<?php echo $_POST['depicao'] ?>" /> can someone point me in the right direction please.
-
- 3 replies
- 1.4k views
Ok i chnages someone's pilot id to 029 and then i wanted them in order. so i changed everyone's pilot id in order so now they go to 013. When someone registered there pilot id was 30. I know i probally have to do something in the database but what? where? thank you in advance. http://pashairvirtual.co.uk
Last reply by Daniel, -
- 3 replies
- 1.6k views
I tried doing a search with signature but no luck. Could i possibly have the code so i can show the signature in the pilot center. not a link to see it. thanks Daniel
Last reply by Daniel, -
- 3 replies
- 1.4k views
Hello everyone! I am trying to create a second va on my phpvms website but if the pilot is on the one division he is able to see the flight schedules of the other va division.......Can we correct it? I do not want to instal a second phpvms system because i think i will get crazy ! I will wait for your answer.... George Servetas
Last reply by servetas, -
- 3 replies
- 1.2k views
I noticed that when a flight, on my VA, is accepted and complete, it shows it was completed flight 5 hours prior, when it actually just happened finished?! Am I missing a config setting somewhere?
Last reply by CPC900, -
- 3 replies
- 1.4k views
I am trying to test the system and tried the Mail All Pilots with a sample message. It said the mail was sent successfully. However, I have (the only pilot and admin) not received any mail in my inbox or junk mail folder. In the local.config.php I found a setting for email name & address and something else like "Use SMTP". That leaves me a bit confused because how can it pretend to send mail without SMTP? It has been 30 minutes and the email doesn't arrive to either Inbox or Junk. I was able to send an email from my Hotmail (receiving acct) to the email account created on the server.
Last reply by Mysterious Pilot, -
- 3 replies
- 1.2k views
<?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="/Forum/forumdisplay.php?fid=16">Staff Forum</a></li>'; } ?> I am using this in the Pilot Center for the staff Forum put i get a syntex error or somthing like that. Does any one have ideas or let me know what i am doing wrong. So only people in the Administrator group can see this link. thanks a lot Daniel
Last reply by Daniel, -
Register fatal error
by Guest soundchok- 3 replies
- 1.2k views
hello, when i try to register a new pilot i note all the informations and when i click on Register, a blank page open with: Fatal error: Call to undefined function filter_var() in /mnt/153/sdc/a/8/atlantis.virtual/core/modules/Registration/Registration.php on line 206 how to do? thanks for your help
Last reply by Nabeel, -
- 3 replies
- 2k views
Hi I have some problems with my connection to the server with the program airline XACARS look I have a picture here that tells me XACARS: please help me
Last reply by Jon, -
TopRoutes() not working for me.[SOLVED]
by Guest Stormchaser- 3 replies
- 1.6k 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.5k 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, -
Rank Order
by Guest nedra- 3 replies
- 1.8k views
Hi everyone, I've just spent about 4 hours trying to solve this, but I'm having an awful amount of trouble and I decided to come to the experts. If we look at my rank directory here: http://www.unityvirtual.net/index.php/rank, we can see that it is sorting the ranks from Lowest (Pilot Recruit) up the top, to Highest (CEO) down the bottom. This makes sense, because the 'rankid' for Pilot Recruit is '1', while the rankid for CEO is '12'...No problems there. However, I'm trying to swap the order that the ranks appear on that page, without changing any rankid's in the database. I've tried a few things, but nothing has seemed to work, and Google hasn't helped, unfortunately…
Last reply by simpilot, -
- 3 replies
- 1k views
Gday Guys I went to fire up my site today and i got this error Notice: The template file "/home/a5579765/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/a5579765/public_html/core/classes/TemplateSet.class.php on line 248 i have not changed any files on the site, and for some reason this decided to display, im unsure what it means, may someone please explain the situation to me please, its ironic, as i was just about to move the site onto a paid hosting service Thanks
Last reply by Tylor Eddy, -
- 3 replies
- 1.4k views
Right, having prob installing VMS onto new server and 1and1. All details entered are correct but I get this error when choosing next step after DB details/location fields.... Be grateful for any suggestions. "Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'db354046472'@'212.227.66.233' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /homepages/41/************/htdocs/core/classes/ezdb…
Last reply by Nabeel, -
- 3 replies
- 1.5k views
Hi All, I was wondering, Is this the right way to go about calling whether the pilot has flown a flight or not to display a notifcation? <?php if ($userinfo->totalflights<1) echo "You Have Not Completed A Flight Yet Please File A Report To Avoid Being Removed" ?> Help Appreciated Jon
Last reply by Kyle, -
- 3 replies
- 1.6k views
hello friends I have a question, you can change that by adding to Schedules are to choose the type of aircraft, since apparently touches to the route for each aircraft while on the serious type that is easier to add the Schedules for all B737-700 and not per registration. Thanks
Last reply by Nabeel, -
'Passenger' ticket price
by Guest- 3 replies
- 2.4k views
Hello, well so far 5 days into phpvms, awesome backbone, just skinning and setting up all the different things, I've ran into a little ******.. right now my company is losing money because each passenger is paying "0.00" pounds. Example: FLIGHT DETAILS Gross Revenue: (184 load / £ 0.00 per unit £ 0.00 Fuel Cost: (2133.24 fuel used @ 5.1 / unit) This may be a complete newb question, but how do I change this 0 value to something else? like 70 pounds. I've looked in local.config.php, FinanceData.class.php (I thought I was onto something in that file, but php beats me.) and of course the tpl that it's outputting to.. so how can I change the price of a unit? Thank…
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Hello, The ACARS Map must be configured to show the flight? As if you do it if my pilots fly on IVAO? Thanks!
Last reply by joeri, -
- 3 replies
- 1.7k views
Hello, You can enlarge or shrink each menu item? I mean: I create a page Fleet, but the menu is too big and I'm not appear you can restrict the other? Thanks!
Last reply by Blu-Express VA, -
- 3 replies
- 1.6k views
my question is is there a option to Ban IPs since I have Spam registering? thanks in advance Tom
Last reply by mark1million, -
- 3 replies
- 2.1k views
Why?: http://www.bluexpressva.joomlafree.it/phpVMS/index.php/schedules/details/24 Thanks!
Last reply by Tom, -
- 3 replies
- 1.6k views
I need a destinations list. I think is only one code to show all register airports. Anyone know how?
Last reply by Kyle, -
- 3 replies
- 1.3k views
Hey guys, I have this hub module in my localhost and I haven't done a thing to it yet, so I wanted to get it done. How can I call for the pilots like for example. I want the Hub CYYZ to get all of the CYYZ pilots into the Hub Page Roster. Any help would be great and I'll give you reps... (Always!) Thanks.
Last reply by Kyle, -
- 3 replies
- 1.7k views
Hi, Im trying to create a seperate page where a pilot can click on a world map on hotspots for the airports so it brings up a page with all the charts for that airport. Here is the process as i understand it. Create a module "Charts" <?php class charts extends CodonModule { public function index() { Template::Show('charts.tpl'); } } ?> I have created my charts.tpl which is in my skins folder and obviously each airport needs its own template where i will display the chart links. When i do this i get the module "charts" does not exists.error Is there anything else i need to change. I have checked the file exists in core/mo…
Last reply by Alex,