Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 2k views
Which .tpls are for the emails sent when the pilots register and then are accepted? I know email_registered.tpl isn't there another one?
Last reply by Nabeel, -
- 1 follower
- 4 replies
- 2k views
Anyone know how I can send an e-mail to only one pilot via the admin center instead of all of them?
Last reply by Parkho, -
Hey Guys, I was wondering, is there any possible way to disable the e-mails received from the website? I keep receiving e-mails upon PIREP submission & Registrations. I had about 20 e-mails the past 2-3 days & would like to somehow disable the website from sending e-mails directly to the webmasters e-mail which is located in the admin "general settings" bit. For instance; I go to Admin Center > Sites & Settings > General Settings > Webmaster Email Address (This is the email address that email will get sent to/from) > The E-Mail I have entered there is ceo@buffaloairwaysvirtual.com, I want that to be able to receive e-mails off the "Contact Us"…
Last reply by Nabeel, -
- 6 replies
- 2.7k views
Hello there, I have an issue with the site e-mails, they basically don't send. Whenever I activate a new pilot, they never receive a message. I tried the "Contact Us" form too, and that didn't seem to send anything to my e-mail. I researched about it a little on the forums, and it could be due to the fact I have a gmail address, however I am unable to tackle the issue, since I have no idea how would I do that, or where the problem lies. Any suggestions? I'd appreciate any help Cheers.
Last reply by Edwin, -
- 6 replies
- 2k views
Hello, I am having an issue with somebody trolling us as "Thomas Cook Legal Team" threatening legal action, we have contacted the official Thomas Cook Legal Department for clarification and they confirmed that they have no problem with us and said emails are not from them. The email is laid out as a contact form, and it comes from my email address (phpvms webmaster), so I cannot respond to the person. Also the problem is we don't have a contact form so I am confused as to how this is continuing to happen. Does anybody have an idea how we keep getting emails like this? Thanks
Last reply by VirtualTCX, -
- 7 replies
- 2.7k views
There has to be an easier way to do schedules rather than one line at a time in Excel isn't there? Please tell me there is.
Last reply by magicflyer, -
- 3 replies
- 1.6k views
how do I add a symbol before the letters on phpvms , like add Lufthansa logo (small icon) my tab would be like : (Lufthansa logo) pilots thanks
Last reply by ercio, -
Hello I need help echoing this <li><strong><?php echo PilotData::GetFieldValue($pilot->pilotid, 'Network'); ?> ID: </strong><?php echo PilotData::GetFieldValue($pilot->pilotid, 'Online ID'); ?></li> I want it to determine whether the user has chosen IVAO Or Vatsim on the drop down then say id: and the id they have given from custom fields as that code isnt echoing anything Thanks Guys! Jacob
Last reply by avdesigns, -
- 1 reply
- 1k views
I am trying to echo the pilot country flag within the newest pilots script. I attached an example of simpilot's airline to show what I want.
Last reply by flyalaska, -
- 4 replies
- 1.4k views
Hello, I am editting the pirep accepted and denied email template to show stats for your pirep. Can someone provide some echo scripts to pull various pirep stats including, landing rate, flight #, dep icao, arr icao, etc.
Last reply by flyalaska, -
- 3 replies
- 1.7k views
I'm working one of the new features for WorldACARS that pulls aircraft data from the database, displays it, gets processed by WorldACARS then displays it to the user. For some reason the code I wrote doesn't work: (It pulls data from url, e.g http://localhost/action.php/wacars/maintence?reg=VH-FTW) public function maintence() { $reg = $_GET['reg']; $aicraft = self::getAircraftInfo($reg); echo "$aicraft->totaltime"; } public static function getAircraftInfo($reg) { $reg = DB::escape($reg); return DB::get_row('SELECT * FROM '.TABLE_PREFIX.'aircraft WHERE `registration`='.$reg); } Could someone please tell me w…
Last reply by Nabeel, -
- 2 replies
- 1.2k views
Good morning!! I have an individual page for each of my hubs, and what I would like to do is echo out the roster for each hub individually. I am confused because I can't find anything in the pilot_list.tpl file that says anything about hub. Can anyone help?? Many thanks, Brian
Last reply by PilotJordan, -
- 9 replies
- 2.7k views
Can this be done in PIREP Edit instead of going into the DB? Sure would be nice. Even as the submitter, you can't.
Last reply by RocketRod, -
- 0 replies
- 964 views
Hello, I want to edit the function and add some extra functionallity. So when the CodonEvent::Dispatch('pirep_accepted', 'PIREPAdmin', $pirep_details); code is called, the extra code should be executed. How do I do this? There is no function "pirep_accepted" in PIREPAdmin.php... Thank you
Last reply by Karamellwuerfel, -
- 2 replies
- 1.1k views
Hey guys! I have one question. For my VA, AirTran Virtual Airlines, the default phpvms skin used for my website has a drop down box under about. I have been looking around my admin panel and cpanel and just can't figure out how to edit it. Any suggestions? Website: www.atvirtual.x10.mx Thanks, Alex
-
- 6 replies
- 6.3k views
Upon on the edit of the local configuration file, the whole website turns out blank white (almost like a blank index.html file) I was wondering was there a problem in editing it... since I was only changing one value manually in FTP. (The number of digits in the pilot ID from 4 to 3.
Last reply by Nuclear, -
- 0 replies
- 1k views
Some pilot data information that is selected with a drop-down menu automatically resets to a default value whenever I click on 'Edit Pilot'. For example, I manually set ranks but if I edit a Captain it automatically changes the pilot's rank field to 'new hire'. I also have a cutom field for 'Real World Pilot' but regardless of the selected value it resets to the first option when I go to the edit pilot page. Some fields such as pilot's hub do not have this error.
Last reply by Jetwave, -
- 1 follower
- 5 replies
- 2.1k views
Hello, I am using phpvms 5.5. it is working very good. Only problem is when I want to edit my profile and click save, the profile is saved correctly only i see a lot of error messages. But I can ignore these because the profile has saved the edited parts. How to get rid of these errors? Rick ----------------------------------------------------------------------------------------------------------- Warning: imagettfbbox() [function.imagettfbbox]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotData.class.php on line 970 Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/eecvacom/public_html/core/common/PilotDa…
Last reply by ncd200, -
- 1 reply
- 1.4k views
This line is wrong in pirep_edit.tpl. On variable "pirep" we have depicao. Line 45: <input name="arricao" class="airport_select" value="<?php echo $pirep->depicao;?>" onclick="$(this).search();" />
Last reply by Nabeel, -
- 1 reply
- 1k views
In the admin panel, under Pilot Reports(Pireps), when you edit a pirep it says "Enter as hours - "5:30" is five hours and thirty minutes" as an example. But it seems that you DO NOT use a " : " there at all. Seeing as the database uses a colon. Just thought I would bring it up, because if you were to use a colon and then you went into edit it again, it would have a comma.
Last reply by Nabeel, -
- 4 replies
- 1.6k views
Hi, Im trying to add two of my airlines: Virgin Australia Virtual and Virgin America Virtual, however it says that the airlines are already registered, yet i cannot find them on the airlines list? Also adding to this, why is there no option to add an airline with multiple ICAO codes e.g Virgin Australia use VAU, VOZ, PBN and VBH? Any ideas? Thanks, Jake
Last reply by Ariel, -
- 3 replies
- 1.9k views
When I click on Edit Profile, I get the following message:
Last reply by nicolaananda, -
- 2 replies
- 1.2k views
Hi to everyone, I have a problem in the MainControllers.class.php. The error shows me these: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Profile' does not have a method 'editprofile' in /var/www/vhosts/....../......./core/classes/MainController.class.php on line 218. This shows up when I go to "Edit my profile" on the main dashboard. Does someone have an idea on what could be happening? Thanks in advance!
Last reply by ThePilotGalgo, -
- 2 replies
- 1.9k views
I configured the edit profile with the fields I want, but when you hit the submit button, It brings you to the pilotcenter and it says profile saved, but the profile didn't acctualy save. Can someone help me please, I searched and found similar topics, but they weren't answered. I think it's the form action, not sure though. <h3>Edit Profile</h3> <form action="<?php echo url('/profile');?>" method="post" enctype="multipart/form-data"> <dl> <dt>Name</dt> ;... form part looks fine <dt></dt> <dd><input type="hidden" name="action" value="saveprofile" /> <input type="submit" name="submit" value="Save Ch…
Last reply by Aaron, -
- 8 replies
- 2.4k views
Hi, When I edit a schedule I have this error: There was an error editing the schedule: Unknown column 'week1' in 'field list' Please, I need help. I installed the Mod RealScheduleLite.
Last reply by carlosuc99, -
- 7 replies
- 2.7k 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, -
- 4 replies
- 3.1k views
I want to shift the " $text = 'powered by phpvms, '. SITE_NAME.' '; " to the Left in the PilotData.class.php file. How should I do that, please?!?
Last reply by CPC900, -
- 1 reply
- 1.2k views
I have added an airport during the initial setup of the va. I want to edit the airport from KJFK to CZBF using the Airports Add/editor facility i input the new ICAO for CZBF ( Bathurst) and press the lookup button and the editor begins the data search. Nothing takes place. even if I manually edit the data and save the airport, no change takes place. Aparently a delete airport option was not programmed for some reason. how can I either edit or delete this airport - rither remedy works for me. thnx
Last reply by ProSkyDesign, -
- 8 replies
- 1.5k views
Hi all! When i want to edit airports, it says some fields are blank and allways like that...cant edit it..eny idea? Thank you
Last reply by shiljo, -
- 8 replies
- 1.7k views
I noticed that the lookup server failed to provide a country code on a few of my airports, but when I went to edit them, I could enter the data, and got the message that the airport had been edited. The only problem is the data I entered isn't there. anyone having a similar problem? I searched "edit airport, but didn't see anything.
Last reply by CrashGordon,