Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 0 replies
- 2k views
Good morning, could you help me to connect the flights live on our personalized map that we have on the home page external to the phpvms installation, it is within the same domain but I cannot get the map to be displayed and when I address it by url it does not show the live smells
Last reply by Lebitek, -
- 6 replies
- 2k views
Warning: Cannot modify header information - headers already sent by (output started at /home/canada/public_html/core/local.config.php:1) in /home/canada/public_html/core/modules/Login/Login.php on line 154
Last reply by deactivated, -
- 7 replies
- 2k views
Hi. I have a quick question. I have installed a fresh install of phpVMS and as we all know from my previous post, I have a databse issue trying to restore my old one. I have the site up and running with all of my airports, dloads, fleet and all. Now I wasnt to add my schedules, but now MaxLoad is no longer used. Can anyone tell me what part of this following snippet is the max load? I was thinking I might be able to manually remove the max load from each one or something like that and I could then import the corrected info so I would not have to redo a couple hundred schedules. Here is the insert with 1 of the schedules. Can you point out which part is maxload please? An…
Last reply by Nabeel, -
- 3 replies
- 2k views
Does anyone one know how to bypass the skin wrapping? I know by default you call a template with $this->render('template.tpl'); Is there another function or param to pass to disable the skin wrapping?
Last reply by simpilot, -
- 5 replies
- 2k views
I wonder if it is possible to fill in a pirep, for an existing plane, but you did not fly one of the existing schedules. I did find some dead-links, but no answer. Greetings, RobB
Last reply by aarbee, -
- 6 replies
- 2k views
HI, today a new Pilot of our va mailed me with a strange issue. In the overall Stats in his profile he has a flighttime of 11.06 hours. But when I check his flightimes per month in Vansers Vstats center and also in Simpilots Toppilot, he has only 9.06 hours flown. So 2 hours are missing. He joined our va just 3 days ago, so all of his flights were flown in july. thx edit When I accept a pirept, I get this message, but everything is okay. But perhaps this is also a problem? I am using php5.3. Strict Standards: Non-static method PilotData::generateSignature() should not be called statically, assuming $this from incompatible context in /var/www/web1112/html/va/admin/…
Last reply by CedGauche, -
- 3 replies
- 2k views
Someone can help, how i can use the file_get to save from this website the routes for phpvms please ? http://www.cgna.gov.br/rpl/Companhias/Cia_TAM_CS.txt Thanks
Last reply by magicflyer, -
- 1 reply
- 2k views
I am trying to use the Arctic PHPVMS skin but I am having trouble installing the skin could someone please tell me how to do this? http://forum.phpvms.net/topic/20618-updated-free-complete-skin-arctic/
Last reply by magicflyer, -
- 3 replies
- 2k views
I want to put the string "Canforce" centered over top of my banner on the site, but I'm having difficulties. Heres the link: http://www.canforce.org . It should go in the topbanner div, but I'm having issues centering it. Here's the code: <div id="container"> <div id="logos"> <div id="proudcanadian"> <img src="http://www.canforce.org/lib/skins/canforce_1307/images/proudly_canadian.gif" border="0" alt="Proudly Canadian" style="float:left;" /> </div> <div id="vatcan"> <a href="http://www.vatcan.org" target="_blank"><img border="0" src="http://www.canforce.org/lib/skins/canforce_1307/images/VATCAN.jpg" alt="VATCAN" style…
Last reply by Zach, -
- 1 follower
- 2 replies
- 2k views
I installed the latest phpvms on my server. which PHP version should i choose? i can choose: 5.2, 5.3, 5.4 5.5, 5.6. 7.0 and 7.1 momently im running on 5.3
Last reply by Parkho, -
- 5 replies
- 2k views
Does anyone know if there is a replacement or some type of fix to be able to view a pilots stats on their Pilot Center page? I am using the 5.5.2 phpvms release. Flash is no longer being used right? Stay safe!
Last reply by natcret, -
- 4 replies
- 2k views
Ok I just noticed something really weird. We gave 6 airlines(wings). Our pilots can fly any flights even from other wings. when a pilot flies a flight another airline(wing) it tacks on the airline(wing)Id to the pilots pirep. I.E. my pilot Id is VMC0001, If I fly flight 56V1001 it will show the pirep with the pilot ID as 56V0001. It still gives me the hours under my VMC0001 id. and it shows in my list of pireps on my pilot center. Any Ideas?
-
- 4 replies
- 2k views
Take a look your self! http://jetviewva.co.cc All I did was edit and replace the 'frontpage_main.tpl' file and it didn't change the whole page, it only changed the inside portion! What did I do wrong and what can I do to fix it? Thanks in advance! I'm also using the ObsessBlue 2.0 Template
Last reply by Tom, -
- 2 replies
- 2k views
please help i run crewcenter on phpvms and when i click add to bid i get no route passed thanks
Last reply by solosavage, -
- 3 replies
- 2k views
Everything has been going fine with the VA then yesterday we all started getting this error... An Error Was Encountered Database connection failed (1045: Access denied for user 'fligh10'@'localhost' (using password: YES)) any ideas?
Last reply by Nabeel, -
- 2 replies
- 2k views
I have problems with the ADMIN sidebar, for example with module NEWS appears sidebar_news.tpl and the HELP and tasks doesn't appear and I can't add news, it happens in every module, I take a photo (DOWN). Things that I modified, in core/classes/TemplateSet.class.php, because I had an error in registration (file_exists), I edit public function set($name, $vars), that it was like this(lines 90-103 default file): public function set($name, $value) { if(is_string($value) && strstr($value, $this->tpl_ext)) { if(file_exists($this->template_path . DS . $value)) { $value = $this->GetTemplate($value, true); } } $this->vars[$name] = $value; } …
Last reply by Nabeel, -
VA Central
by Cor- 3 replies
- 2k views
Hello, I pushed a wrong button so all the pireps are waiting again to be sent to VA central. I have this message in my admin panel What I do, nothing is happening. What can I do to correct this. tnx in advange, Regards, Cor
Last reply by Jeff, -
- 5 replies
- 2k views
Hi, I've been getting a bit of a nuisance on my schedule details page - contrary to the other pages, it seems to ignore the CSS I have specified and rather than staying within the assigned div it shifts to the left dragging everything else with it. I tried fixing the coding from the core/templates but no results whatsoever were obtained. Is there any way I could go around this problem? P.S. Nabeel if you'd like to have a look at it in detail, pls PM me. Thanks
Last reply by Nabeel, -
- 5 replies
- 2k views
I don't know if I should post this in the Skinning forums or support, so please move this thread if it isn't right! How can I change the size of the flash graph that shows the PIREPs. The graph appears on the pilot profile pages and it overlaps my sidebar. I know what width it needs to be (600px), I just don't know how to change it. Thanks, Jamie W - CEO: http://www.flybia.cz.cc/
Last reply by jamlava, -
- 4 replies
- 2k views
Hi mates.. how do I change the font size in my "Latest flights" table? <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Duration</th> <th>V/S</th> <th>Info</th> </tr> <?php if(count($pireps) > 0) { foreach ($pireps as $pirep) { $pilotinfo = PilotData::getPilotData($pirep->pilotid); $pilotid = PilotData::getPilotCode($pilotinfo-&…
Last reply by freshJet, -
- 2 replies
- 2k views
Hello I'm Totaly new to the system and would like to say I love the system its great but right out of the box I cant get somthing right lol. " my luck" but anyway hers a link to were it is so you can try it your self http://virtualflightschools.com/ I did all the install exp the data base when great no problumes got that first try and did the install with my name email etc.. but now when I go to login to get to the admin side it goes no were is there something Im missing or what? help would get great. here you can try for your self go login: vfs0001 PW: purpose1 but you will go to a broken link thanks guys O I about forgot I tryed going in to the admin page but it …
Last reply by JustinRomaine, -
- 4 replies
- 2k views
I could never get the pagination installed in my schedule_results.tpl. If there is someone willing to hep me get this installed and working, I am willing to create custom schedule pages. Please PM me if interested. Thanks
Last reply by Strider, -
- 4 replies
- 2k views
Hey I need a help because my system ever flight dont send the log i dont know why anyone can help me please
Last reply by vicente, -
- 4 replies
- 2k views
When adding rank, one of the fields has this: The order of this rank (if ranks are manually set), or the minimum hours required. The way I understand that, is based on hours, hence minimum hours. However, if we wanted/needed to assign rank manually and not by flights or hours, how? Would it not show up in the Pilot Center for each pilot stating that he/she would need so many hours for the next one? Now, is there a way to have a rank image added to the badge dynamically? If someone signs up, their badge would have the new hire rank on their badge and as soon as they obtained the next rank, the new hire rank would be replaced with their new one.
Last reply by Nabeel, -
- 3 replies
- 2k views
I am just transfering from my old host to my one, but I have setup a phpVMS database and changed all the details in the local.config.php file. However on the homepage it says: In the "ezDB_MySQL.class.php" (line 108) it is: $this->dbh = mysql_connect($dbhost, $dbuser, $dbpassword, true); I the only thing I have noticed is "dbh" but doubt it. Any help would be appreciated.
Last reply by Nabeel, -
- 1 reply
- 2k views
Hi Ya'll! (Excuse the heavy Texan accent ) Me and my staff have been working hard to get EXR up and running needless to say I was an idiot a couple months ago ! Chase helped me port over my template and it is working like a charm! However we have encountered a few problems... In the admin panel it does not respond when I hit accept on pilot registrations (Staff only applications NOT being accepted) it seems as if the java is having some sort of error. And the downloads page gives this error, http://prntscr.com/369k81 . Input is GREATLY appreciated! Have a good day!!! -Collin Shea Express Regional CEO Avoid the profile pic it was taken about 5 years ago
Last reply by CollinShea, -
- 2 replies
- 2k views
Hello All, Despite the fact that our system uses both kAcars and SmartCars, It appears that now we have quite a few people asking to join that us OSX. This is my first experience having them join using a iMac. They are requesting a URLs for the pirep sending. This being my first time even using Xacars, I guess I need help pointing them to the right URL. I tried looking through the server for the XACARS files but maybe I missed them. Can someone please help guide me on where to link them to. Site is eravirtualairways.com. Thanks. Also, I'm guessing kAcars doesnt have support for iMac right?
Last reply by RVF147, -
- 1 follower
- 5 replies
- 2k views
Is there way to get rid of the depature and arrival time in the results from a flight search? BIKF ( 00:00:00 ) <--------- This here Keflavik International Airport
Last reply by Parkho, -
- 6 replies
- 2k views
is there already, or plans to make a section that logs the hours used on each aircraft registered?
Last reply by ukmil, -
- 2 replies
- 2k views
Hey there. I'm having a problem with my Live Map, even though it was working just a couple of days ago. The URL of the VA website is fsxccvirtual.com. I am using the crewcenter skin, however the map issue remains even if I revert back to the crystal skin. Attached is an image of the errors that are shown when I hit cmd+option+J (I'm using a mac). The issue is that a pilot's completed flight is still showing up on the map, even though he arrived more than a day ago. Also, new flights are no longer showing up on the map while someone is en route. I am fairly new to php code, so any help would be appreciated! EDIT: Under the dropdown next to $c, the erro…
Last reply by Heritage1,