Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.7k views
Hi all! I would like place the last 5 news in sidebar (only date and new's title), so I have modified frontpage_main.tpl, and it works, but I don't know how make that news body does't appear... can you help me please? <div id="mainbox"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); ?> </div> <div id="sidebar"> <h3>News</h3> <?php MainController::Run('News', 'ShowNewsFront', 5); ?> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Newest Pilots<…
Last reply by BaRBeR, -
- 8 replies
- 3.2k views
Hello again, I have a new mistake now that is hurting my head too. Now it's in ACARS, what happens is that whatever ACARS I try to connect it doesn't work. Always in the login part. Already searched for every topic in the forum, I found several with the same errors, but none had solution. Observations: I put the module folder correctly in core/modules, as requested in each ACARS; I open the program as an administrator; The credentials are correct, have been tested on the site and work perfectly; Crewcenter Skin: Custom Skin; phpVMS Version: 5.5.2.72 (from ProAvia); PHP Version: 7.2.24; MySQL Version: 10.2.29-MariaDB. …
Last reply by ProAvia, -
- 7 replies
- 2.3k views
Hey all, Before anyone says anything, I did search this topic and read what was there, I also contacted my provider (godaddy) and they said that fast-cgi is not enabled. So, I appear to be getting the "no input file specified" error. Does anyone have any suggestions. Thanks Chris
Last reply by ACVA_CEO, -
- 8 replies
- 4.7k views
Hello People. I have read each and every forum of No Route Passed Error. Some say edit the code in Schedules.php and I don't want to edit the default phpVMS booking system as it is a really bad idea. I tried removing my jQuery from layout.php (in my skin template_start.php) but then the profile doesn't load. Okay then I read a forum which said to add this in layout.php <?php Template::Show('core_htmlhead.tpl'); ?> Still my dashboard doesn't load. It is confirmed that definitely it's a jQuery error, but I am nowhere able to find the fix. Can someone tell me how to proceed further? I am ready to provide admin access to the code.…
Last reply by Damen9090, -
- 7 replies
- 4.3k views
Hello, I have just noticed that whenever there's a new pilot registering, the email that's suppose to be sent to the person ended up bouncing back. CASE: From: Mail Delivery System To:xxxxx@xxxxx.com Subject: Mail delivery failed: returning message to sender Date: Mon, 12 Sep 2011 09:49:16 -0400 This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: xxxxxx@xxxxxxxxx.com Mail sent by user nobody being discarded due to sender restrictions in WHM->Tweak Settings Alright, I currently uses Hostamina,…
Last reply by Yun De, -
- 1 follower
- 6 replies
- 2.5k views
Hey guys! I've just started a VA using PHPVMS, and I just did my first flight today (kACARS_Free is the ACARS system). I have no experience with phpvms however I do have a great deal of experience with other CMS's. so everything went well during the flight, the PIREP was filed, however I noticed that my plane was still shown on the live map even hours after the flight. I do have a custom map module installed, so initially I thought it had something to do with that. After further investigating I found when going on: http://atlanticsky.o...getflightcount/ it tells me that a flight is still in progress, even though I finished the flight hours ago. So why does it stil…
Last reply by flyalaska, -
- 1 follower
- 6 replies
- 2.5k views
hello, for some reason "Route Map" has shown up twice on my home page if you are not logged in. Once you log in it only shows up once. In my core_navigation file I only have it shown once so I am not sure why it is displaying twice. Is there somewhere else besides core_navigation that can control this? http://pilots.msflights.net/ Thanks! here is my core_navigation.tpl on pastbin.com: http://pastebin.com/waJvFrpV
Last reply by Parkho, -
- 3 replies
- 2.1k views
Hi everyone, Does anyone know how to change the colour for the Open Flash Charts, that show the PIREPs in the last 30 days? I'm only looking to change the colour slightly so it fits in nicely with my design. Cheers CS
Last reply by Connor1994, -
- 9 replies
- 2.5k views
Hello, This evening I tried to edit one of my pages by the admin panel and the following error occurred when I tried to save the page: Warning: fopen(/home/bmibaby/public_html/core/pages/staffteam.htm) [function.fopen]: failed to open stream: Permission denied in /home/bmibaby/public_html/core/common/SiteData.class.php on line 258 Any idea what I can do to sort this? Thanks, Kris Thomson
Last reply by kthomson, -
- 6 replies
- 3k views
In english Hi Guys ! I've two questions : First, How I get the number of passengers on each flight? I say that number that uses in the field PAX of FsAcars. and.. Second ! When I send a log, this go for what page? I need cath this log for create a automatic FOQA system, and after send log to DB. In portuguese: Tudo certo pessoal? Tenho duas perguntas: Primeiro, de onde eu pego o número de passageiros de cada voo? Digo aquele número que o FsAcars usa no campo PAX. e Segundo, como eu capturo o logo enviado pelo FSAcars? Preciso captura-lo para criar um sistema de avaliação automático, um FOQA automático para depois de avaliado ele ir para o banco d…
Last reply by VAsdoBrasil, -
- 3 replies
- 1.9k views
Hi, We add google Api key but map not shown and gives error like this Google Maps API error: DeletedApiProjectMapError https://developers.google.com/maps/documentation/javascript/error-messages#deleted-api-project-map-error and we changed the key but still the same. Here is the link of the map Click Here Thanks.
Last reply by OmerAslan, -
- 3 replies
- 1.8k views
Hello, I was wondering if there is something simillar to GetAllAircraft(), yet would give back ONLY the enabled aircrafts? Many Thnx
Last reply by mark1million, -
- 2 replies
- 1.7k views
PHP Warning: Division by zero in /home/sasvirtualgroup/public_html/crew.sasvirtualgroup.com/lib/skins/skinname/frontpage_main.tpl on line 146 hello all i keep getting this error please help note = then code on line 146 is $percent = round(((100 * $hours_in_rank)/$difference));
Last reply by Morgan, -
- 4 replies
- 4k views
Hi, everybody! I'm trying to translate those messages in the Activity Feed, on phpVMS 5.5.x, such as "PILOT_NAME has just joined, welcome aboard!" or "PILOT_NAME has been promoted to NEW_RANK". Those kind of messages are inserted on phpvms_activiityfeed table in the database. I've searched the class, the module and the template files to try to find where those messages are coming from, so I can translate them into portuguese, but I just can't find it. Could anybody help me with that path? Thank you!
Last reply by web541, -
- 3 replies
- 1.8k views
Hello there, I have noticed that the tabs on the PHPvms feature page do not work. Is there any way to find out the full features. Thanks, Bahaeddine
Last reply by TAV1702, -
- 6 replies
- 2.3k views
Hi, I am experiencing some issues with the news feed on PHPVMS. I am using the Zumeweb Pacific skin at the moment. I went on to admin center and tried to add news but it didn't show up on the website. Can anyone help? Jack jackw2603@gmail.com
Last reply by B757, -
- 12 replies
- 2.8k views
Does anybody have a script they wouldn't mind sharing for Pilot Applications to join a VA? If so, can you post here or pm me and also tell me where it goes on the server? Would prefer one that also has transfer hours and a space for a link to verify those hours. I think it is odd that phpvms does not include one. If is included, how do I activate it? Not showing up on my website. Thank you, Steve Bartlett
Last reply by Steve Bartlett, -
[Solved] Pilot Center
by Guest Kendo- 4 replies
- 2.1k views
hey Guys i looking for a Pilot Center that look like this Like this one! not like this one(is my Pilot Center)
-
- 9 replies
- 2.1k views
is there way you can edit the pilot id. so it is only 3 numbers not 4. 001 instead of 0001 thanks, Daniel
Last reply by Nabeel, -
- 5 replies
- 2.1k 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, -
- 4 replies
- 2k views
Heya, I'm trying to configure my pilots list on my site. I can get the rank image to appear next to the name, however I'm not sure how to make the rank ABBREVIATION appear there instead. I've made a row in my rank table in my Database with the abbreviations in it (I.E, Pilot Officer = PLTOFF), however I'm not sure how I can echo that as a query on the table. I can get the whole rank to appear with: <?php echo $pilot->rank?> Shows as: Pilot Officer John Smith or the image to appear with <img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /> Shows as: (Image) John Smith However i'm not sure how to echo …
-
- 1 follower
- 6 replies
- 2.3k views
Can any of you coding Gurus give me the code to display a pilots pay for each flight? IE: A pilots pay is 20 per hour and he flies for 2 hours it displays 40.
Last reply by danny124, -
- 0 replies
- 991 views
I have worked on this for weeks and no good. I have at this time removed my captcha and tried I would prefer to have it. my hosting is pay not free. My site is http://floridaairxpressva.com/index.php/ solved
Last reply by mack, -
- 15 replies
- 3.9k views
Hey, Just noticed that I had edited something on our roster and a pilot registered PAV079 Chris Odyssey and he is not in order... any ideas? http://www.pashairvirtual.co.uk/index.php/Listing the part I had edited <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '1') { echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.'" target="_blank"><center><img src="'.SITE_URL.'/images/vatsim.gif" alt="Vatsim ID" /></center></a>'; } else { echo '<center><img src="/images/novat.png" width="20" height="18" border="0"/></center></a>'; } ?> <?ph…
Last reply by Daniel, -
- 2 replies
- 1.5k views
This might have already been asked here, but how do I make it where the pilots ID is like EXX001 insted of EXX0001?
Last reply by disconett, -
- 6 replies
- 2.7k views
Hello, When you accept or reject pirep, is it possible to send auto pirep to the pilot? Like your pirep Id 2008 from XXXX to YYYY has been accepted or rejected. Something like that. Thanks.
Last reply by OmerAslan, -
- 20 replies
- 5.9k views
When i approved a new pirep i get this error also on the signature, i can't see the rank. gives me the same error Can you help me about this? Warning: imagecreatefromstring(): Empty string or invalid image in /home/pilotomeraslan/public_html/a/core/common/PilotData.class.php on line 1016
Last reply by OA01, -
- 1 follower
- 7 replies
- 3.5k views
At the top of the Admin Center there is so supposed to that graph that shows how many Pireps were submitted each day, all I have is a box with this in it, how do I fix it:Open Flash ChartJSON Parse Error [syntax Error]Error at character 0, line 1:0:
Last reply by chilemugriento, -
- 4 replies
- 1.6k views
Hello, I use PHPVms and i have a problem. Our pilot has filed a pirep. It's auto accepted (Inserted via database). But the flights are not counted towards his hours. The pirep appears under just filed and everything is allright. It just isn't counted towards the hours. Any ideas?
-
- 4 replies
- 1.5k views
[02:21:27] Engine 2 is on[02:22:23] Engine 1 is on[02:24:40] Flaps set to position 3 How can I delete the time ([xx:xx:xx]) from the pirep log of pirep_viewreport.tpl ?? I'm using SmartCars... Thanks you =)
Last reply by ProSkyDesign,