Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 5 replies
- 2.4k views
I am running into a bit of a challenge. I installed phpVMS on a new website yesterday in a very advanced environment, (meaning I can change some of my own settings...) I have so far found the answer to my other issues, but this one I am not finding. 1> I have downloaded the CSV template for uploading the schedules from my upload page. Entered into Excel, and have entered roughly 20 routes as a test. 2> I have had two occurrences when I try to upload. a> the first is a report of success(without naming any successful routes being added "The import process is complete, added 0 schedules, updated 0, for a total of 0" b> The second is where I will get …
Last reply by t_bergman, -
- 6 replies
- 2.4k views
Hello friends, While browsing the Github site, I found something awesome. Route planning software. It would be great if anyone can do this to adapt it as a plugin for phpvms. https://github.com/shinoyasan/Airway-Route-Finder
Last reply by Heritage1, -
- 8 replies
- 2.4k views
Hi all Our new website for Air Southwest Virtual is now well underway with this excellent VA management system, for which I am very grateful as it has saved me hours of coding to date. However, we are currently testing the PIREP system, and I've found that it asks for the time to be entered as hours.minutes, for example 1.3 would be 1 hour 30 mins, but on the pilot centre page it says I have 2.85 hours left until reaching our next rank. Not sure you can have .8 of an hour if you follow the rule above, as it would be 80 mins, so technically I have 2 hours 85 mins left. Is this the correct action? Also, is there any way to force the "Select Airline" box to the airline,…
Last reply by mw308, -
- 7 replies
- 2.4k views
Hi folks, my web host doesn't allow external databases. But if I knew what connections I need I could maybe get some exceptions(ip addresses or similar) Reason for asking: some features like Live fuel, doesn't work with our server, and also if we are going to use VAcentral we need a external access. Pulling airport data when adding new airports actually works. Sorry for my messy post, looking forward for an answer
Last reply by TAV1702, -
Hi guys! I have a little problem with the map, i know that is a skin problem but anyone know what it is? Tnx Gian
Last reply by magicflyer, -
- 1 follower
- 5 replies
- 2.4k views
Wrote a script to get VA total flights current month This for StatsData.class /** * Return the number of flights current month * * @return int Total number of flights * */ public static function Totalflightscurrentmonth($airline_code='') { $key = 'total_flights_month'; if($airline_code != '') { $key .= '_'.$airline_code; } $total = CodonCache::read($key); if($total === false) { $sql = 'SELECT COUNT(*) AS `total` FROM '.TABLE_PREFIX.'pireps p WHERE month(p.submitdate) = month(now()) AND year(p.submitdate) = year(now())'; $result = DB::get_row($sql); if(!$result) { $total = 0; } else { $total = $result->total; } CodonCache::write($key, $…
Last reply by Strider, -
- 1 reply
- 2.4k views
hi everyone, How can i connect flightaware to my schedule systeem? and how much is that? or is that free? i whant a real schedules systeem. and i read here that flightaware being supported for that. i hope that anyone can help me! greets michael kraan
Last reply by edmundk, -
- 1 follower
- 3 replies
- 2.4k views
Hello , I am using PHPVMS v5.5. I have installed AutoAccept PIREP Module by Baggelis.com. Initially after installation , it showed me errors but after browsing though the forums it helped me get rid of all errors. Now even after having no errors , its not accepting/rejecting the PIREPS. Any Solution?
Last reply by eliezerazevedo, -
- 2 replies
- 2.4k views
I am currently having a time zone issue with smartCARS 2.0. It reports the wrong time and date to phpVMS, and it leads to the wrong pilot's location. I am just curious that does anyone else have this issue as well? Also, is there any other options that I can choose to replace the smartCARS?
Last reply by xrb936, -
- 10 replies
- 2.4k views
Hi all Does anyone else have this issue - when in the admin panel, double-click "Reject" for a pirep, and when it comes up with enter a reason my admin panel disappears and all that's left is the enter a reason box on a white screen. If I enter a reason and click reject report, I just get "no more reports" on a white screen, no admin panel or anything. Cheers Will
Last reply by mw308, -
- 4 replies
- 2.4k views
hello all i have something strange here i was helping a friend installing vms installation went great checkinstall and checkdp also ok homepage shows but when i pus anny link or try to login i get this error No input file specified. annybody seen this or am i the first
Last reply by joeri, -
is there anywhere where we can add more fonts into PHPVMS? thanks in advanced
Last reply by Nabeel, -
- 5 replies
- 2.4k views
How can I change the code below, to also send to my HR guy so I don't have to forward it to him, but yet I still want to see them too. // Registration email/show user is waiting for confirmation $sub = 'A user has registered'; $message = "The user {$data['firstname']} {$data['lastname']} ({$data['email']}) has registered, and is awaiting confirmation."; $email = Config::Get('EMAIL_NEW_REGISTRATION'); if(empty($email)) { $email = ADMIN_EMAIL; Thank you.
Last reply by RocketRod, -
- 4 replies
- 2.4k views
Hi, I have an issue when you login to the crew center, on a subdomain, it redirects you to the main page, run by wordpress.... ANY IDEAS ON THIS ISSUE!!!!
Last reply by Jonah0037, -
- 3 replies
- 2.4k views
Hello guys, i´m still realy happy to use the phpvms system. But is it posible to chgange the rights of a user group? For example: a moderator is only able to validate pireps and to accept registrations. Is that posible?? Thank you in advance. Kind regards Chris
Last reply by Chris, -
- 11 replies
- 2.4k views
hello Nabeel When i want to make a pilot inactive i change the button in the admin i save it and when i look to the pilot its bacj to active is this normal or not i use the beta. gr joeri
Last reply by joeri, -
- 7 replies
- 2.4k views
Good day. On our Flight Scheduels, the Add to Bid button doesnt work. When clicked, after about 10 seconds it sends the user to a white page and the bid doesnt count. How do I fix this?
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 2.4k views
Good day gentlemen: Congratulations for this phpvms and this forum, glad to be here. Our VA works with FSPassengers since 8 years ago with over 38300 pireps, but want to add phpvms for other acars, pireps system and flightsim as well. Is it posible swap or migrate FSPassengers flights and user tables to phpvms ? Dont want to lose pilots records. Regards.
Last reply by chilemugriento, -
- 1 follower
- 5 replies
- 2.4k views
Hi all, I am trying to get my pilot's awards to show on their Pilot Centre page. This is the code I am using which is pretty much the standard built into phpvms. The award images show just fine, but for some reason the name and description won't. <div class="inner-content-box"> <ul class="icons-list"> <?php if(!$allawards) { echo '<li><i class="fa fa-trophy icon-large"></i> No awards yet</li>'; } else { /* To show the image: <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> */ ?> </ul> <ul class="icons-list"> <?php foreach($allawar…
Last reply by natcret, -
- 8 replies
- 2.4k views
I have noticed a lot of flights that didn't look right. When looking at the distance I have noticed that it is way off. When I clicked on my name I see why. Any idea why this happening? PAAQ - Z41 is a 23 minute flight and is not in Africa. phpVMS: 254 FlightSim: FS9 ACARS: FSFK
Last reply by mark1million, -
- 5 replies
- 2.4k views
I need help with Pilot Id's in PHPVMS. I want the pilot ids to be in the following format 10000 10001 10002 ..........And soo on... I have tried by changing the pilot id's manualy and keeping the Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID "4" but than the new member gets 1002 instead of 10002 when i do it to Config::Set('PILOTID_LENGTH', 5); # Length of the Pilot ID "5" it gives 01002 instead of 10002 So can you guys help me please ? Thank You Would be waiting for your replies.
Last reply by STARs, -
- 2 replies
- 2.4k views
Hi, I've added a custom PIREP field so my pilots can record the number of points they get following each flight however I'm not sure how to display this in the Pilot Center as part of their profiles...any ideas? I've tried the Custom Profile Field option however this doesnt appear on the PIREP so not quite what I'm looking for :-) Any help is appreciated!
Last reply by opsman, -
- 8 replies
- 2.4k views
is there a way to put instead of the aiport name or airport icao, but the departure and arrival city?
Last reply by pouzo, -
- 10 replies
- 2.4k views
HI, I have been messing about for a few days not but cant seem to get the right code. I want to update a the pireps table flighttype field where flightnum = T1%% that's not important but i cant get it to run. Basically i have tours that i have now created a separate flighttype for, at the moment they are all in there as P for passenger flights, i want to update them to T for tours as im now reporting in the profiles flight types. Any help would be appreciated. Slightly going mad with banging my head against a wall
Last reply by mark1million, -
- 5 replies
- 2.4k views
Dear friends, i take a little look and I dont find anything... The problem is I cant download any acars config. When I save the file to download I got " Fail - Network error". Is the same for fsacars, xacars and fspax. Few weeks ago i can download, but now I cant. I dont find the reason why Sugestions? Thank you
Last reply by servetas, -
- 9 replies
- 2.4k views
Hi All, I have a couple of strange things happening and hope someone can help. Firstly, When I view a flight schedule, After the metar the is a box called schedule frewquency. This box is blank and to the right of the box is an icon (red cross) it cant seem to find the image but I dont know what image its looking for. Secondly, We have a very large list of schedules and when searching I get a message saying " A script running is causing Internet Explorer to run slowly and may become unresponsive" When the schedules that I searched on list out, they are on a clean white page with no skin or css. Any help appreciated. John
Last reply by Nabeel, -
This may seem like a stupid question, but, how (if possible) do you delete airports from your airport "roster/list"? All I see is an edit button.
Last reply by vazquezjm, -
- 5 replies
- 2.4k views
I'm sorry if this has been brought up previously We got a problem with XAcars, it sends the wrong flight number to the site and live map Anyone know how to fix this? E-mail from Daryl (PFV Manager) Thanks in advance, Mitch
Last reply by Nabeel, -
- 4 replies
- 2.4k views
Tks for the awesome system fist of all. I have problems when typing Chinese. The site shows it in ????... Also, I changed some words like home, pilot center etc. into chinese, i have to change the encoding to BIG-5. How to avoid these problems? thanks Cheers!
Last reply by Nabeel, -
- 10 replies
- 2.4k views
Hello, Also i have some problems with my admin panel. My pilot list and flight schedule list are complete empty in the admin panel and not on the website itself. I can insert timetables and they will be visible on the site but when i want to view my schedules in the Admin Panel there are no flights. The same for the pilots. I have tried the options mentioned on the forum allready with no luck. Tonight i shall try to get a debug log file. The strange thing is that when i click export, it is exporting with an error and not to a file but to a html page as shown on the image. Any idea's? Kindly regards, Rick Winkelman
Last reply by ncd200,