Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 2.2k views
Running latest beta. I customized the email_pilot_retired.tpl and added it to my skin folder but the system ignored it and sent the tpl from the core/template. Thanks, Keith
Last reply by TennShadow, -
- 5 replies
- 2.2k views
I would like advice from experienced people,about how to make my VA one of VATSIM member and make it VATSIM European division member.
Last reply by simpilot, -
- 2 replies
- 2.2k views
Hello, I have added hours to my drivers with the Transfer Hours, but like all companies have a limit for each rank, For example, the first rank is exceeded after 50 hours, but why am adding the rank has not been updated even if the pilot with all the extra hours now 76 hours and 13 minutes? Thanks!
Last reply by nicolaananda, -
- 5 replies
- 2.2k views
Hi Guys, Just moved to a new server and having an odd issue with registration. When a user registers it goes to a blank screen despite the entry being made in the DB and new pilot notification in the admin panel. Ive built Apache using php 5.3 and check install & checkdb shows no errors on phpvms. Neither does it send an email for pireps or applications but sending a mass email through the admin panel works. (Server is CENTOS 6.6 with cPanel) Nothing is logged in the error log either. debug is true. Has anyone come across something similair or any clues where I should be looking? (i've reverted back to stock tpl's and still same problem) Thanks in advance Nick.
Last reply by alpyeni1, -
- 7 replies
- 2.2k views
I noticed that there are just expenses to add either per month, per flight, and so on under the reports and expenses menu. Just wondering if there is a way to have income per flight too, i am working on duty-free income per se and also a on-board store ( soft drinks, aircraft models, snacks, ect...) for the airline. I do think it would be a nice feature to have.....
Last reply by Nabeel, -
- 2 replies
- 2.2k views
Hi there, in the local_config.php there is the option to automatically set users inactive if not active. Mine is set for true -60 days. However, it does not set any pilot inactive at all. My code as it is now: # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 60); If someone can maybe direct me to the solution for this, i will appreciate it! Best Regards,
Last reply by piuozorio, -
- 4 replies
- 2.2k views
Hey everyone, I'm trying to put phpVMS into a template I like, and when I use the code from frontpage_recentpilots.tpl to show the most recent pilots on the front page, it gives me this error: Warning: Invalid argument supplied for foreach() in /home/airtranv/public_html/lib/skins/AirTran/layout.tpl on line 223 Here is the code that I used which resulted in that error <?php foreach($pilots as $pilot) { ?> <p><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a></p> <?php …
Last reply by Kyle, -
Map Display
by Laura- 6 replies
- 2.2k views
I just tried to connect to see if everything works the way it should, and more or less is does. But, as soon as my flight was displayed on the map, the map was zoomed in to the maximum - why's that Should actually look like this And, i then closed Kacars & FS but the flight is still displayed as "taxiing to rwy" - more than 4 hours later - i guess this is just a matter of (in)correct settings, is it ?
Last reply by Laura, -
- 7 replies
- 2.2k views
HI I want Show schedule to pilot by Pilot Current location ! If my pilot Location is LOWW , In flight schedule page just show From LOWW ! How can I change it ? TNX
Last reply by joeri, -
- 1 follower
- 3 replies
- 2.2k views
When I look at my schedules, I see several routes stating that they have been bid on. However, when I look in the DB there are NO bids??? And yes, I did try clearing the cache.
Last reply by Ariel, -
- 5 replies
- 2.2k 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, -
- 2 replies
- 2.2k views
Dear forum Members hi sorry for so much posts as i am in a phase of development of my website i will stop asking once it was completed i have a question for you i am making a Individual Fleet page for my website and wanted to get information from database so can someone guide me through this please how i can get aircraft information and downloading link i have created Module with the name of Fleett.php and also .tpl file to output the data now i managed to create the table for my fleet but not getting the info from database what should i put in Fleett.php file to output the data VIA .tpl file only to display individual fleet not all of them like we already have modu…
Last reply by TAV1702, -
- 5 replies
- 2.2k views
Hello, my website is not really working on firefox, but is working very well on I.E, i was wondering if someone help me out, sometimes Firefox works and I.E doesent, its all mixed up Thanks
Last reply by scottjgd, -
- 5 replies
- 2.2k views
Hi Guys, I have started my VA last week and am trying to work out how to get pilots. So far to market it I have: Placed A Link On Flightsim.com Registered with VA Central E-Mailed Around My FSX Using Friends. My Site can be found here I have also submitted my site to Google but another question I have is how do you add meta tags to phpVMS. Thanks in advance for the help. Nathan.
Last reply by Cor, -
- 8 replies
- 2.2k views
I am trying to add this to my admin panel: http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm (The example with dogs, cats and rabbits is the one i want to add) I need some help on where and how i can implement this into my site. I have tried it before, and only the basic html shows up, no effect. (eg where to place the .js files, and how to link the code to the .js ect..) Thanks
Last reply by Jason, -
- 3 replies
- 2.2k views
I am trying to add 5 new fields to the "add aircraft" page in the admin sections, the database table has the new fields and I think that I have done the code right but its not adding any of the data to the new fields when I press 'Edit aircraft' and would like your help My code is as follows: <h3><?php echo $title;?></h3> <p>* Denotes required fields</p> <form action="<?php echo adminurl('/operations/aircraft');?>" method="post"> <dl> <dt>* Aircraft ICAO Code</dt> <dd><input name="icao" type="text" value="<?php echo $aircraft->icao; ?>" /></dd> <dt>* Aircraft Name/Type (i.e …
Last reply by Kyle, -
- 7 replies
- 2.2k views
I'm trying to figure out how to change the contact form to when an email is sent and I hit "Reply" in my email client it will automatically populate the field with the senders email address. Right now, when I hit reply the address is my website address that I have setup in PHPVMS. While this isn't that big of a deal if I'm on my laptop to copy and paste the senders address into the "to" area. However, I mostly answer emails from my phone and that is a little more of a pain. Does anyone have any ideas on how to do this? Thanks, Keith
Last reply by flyalaska, -
- 5 replies
- 2.2k views
Hello, I am creating my brand new admin template for my va. the only problem I have is that I cant figure out why my profile_edit would not save the new entered information. Anyone that can take a look? My profile_edit.php is below. Kindly regards, Rick
Last reply by Miggel, -
- 6 replies
- 2.2k views
I'm not getting this bug, which makes it weird. If you can do me a favor: Subscribe to the issue: http://phpvms.net/forum/index.php?issue=3.com5 And, open /admin/modules/downloads/downloads.php, Line 184/185 is: DownloadData::AddDownload($this->post->category, $this->post->name, $this->post->description, $this->post->link, $this->post->image); Under it, above the } add: DB::debug(); Please post the results in the above issue. Thanks!
Last reply by Nabeel, -
- 4 replies
- 2.2k views
Since we changed hosts for our website we would like to apply the hours our pilots had recorded. Can the transfer hours field be used for that? If yes, could you please help to do it? I filled the window but it doesn't show in the pilot's list. Thanks in advance. BTW, this is a great place. Congrats.
Last reply by skymx, -
- 5 replies
- 2.2k views
Hello everybody, I am having a few problems with my phpVMS install. I have recently moved my hosting package from one domain to the other and it has ompletly messed up the install. I have changed the congiuration files to match the new domain. Here is a the error code I am getting, fast responces will be appriciated! Thanks Calum
Last reply by James142, -
- 3 replies
- 2.2k 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, -
- 1 reply
- 2.2k views
I have used two light boxes one for photogallery [lightbox2.03a] and next one for video [videobox_1.1]. The photogallery works fine but when I click on the video link it shows the following error: styles.match(/opacity:\s*(\d?\.?\d*)/) is null [break on this error] element.setOpacity(styles.matc...acity:\s*(\d?\.?\d*)/)[1]) : element; prototype.js (line 1916) And it also show a close icon at the bottom of the page, automatically. The js files I have included in video gallery are <!-- video gallery --> <script type="text/javascript" src="js/video/mootools.js"></script> <script type="text/ja…
Last reply by Nabeel, -
- 4 replies
- 2.2k views
Hello, Were having some trouble with pilot editings in ADMIN center. Whenever any Staff at our VA go to view all pilots in the Admin Center, nothing shows up. All we get is this: Any advice someone could give to help me fix this would be greatly appreciated.
Last reply by damien82, -
- 3 replies
- 2.2k views
Where i can find files to change size of map in (tried config dont work) My Routes Map
Last reply by Jamie, -
- 11 replies
- 2.2k views
Hi, I just noticed that some new pilot registrations are not showing up. I get a e-mail, but I cant see it on the admin panel, or recent hires tab. here is our sites link www.aavirtual.net please help. Ada
Last reply by Nabeel, -
- 1 reply
- 2.2k views
I see that the system has two predefined types when creating schedules: Cargo and Passengers . Does it make any difference in terms of financials, points or whatever when you fly a cargo schedule in comparison to a passenger schedule? or is it there just for showing? The system also lets you define multiple airlines which are then selected when creating schedules. This makes it possible to create some sort of "alliance" or conglomerate where pilost can fly one airline schedule or the other (I suppose there are no restrictions, are they? However, here the system gets a bit confusing in that while it allows multiple airlines, it does not separate their financials (for what…
Last reply by Nabeel, -
- 9 replies
- 2.2k views
Hello everybody I have a question. What does that mean? Warning: file_exists() [http://www.php.net/manual/function.file-exists.php]: open_basedir restriction in effect. File(/home/tnuilkku/htdocs/buchung//lib/skins/crystal/ I dont realy understand it Thanks for your answers Damien
Last reply by HighFlyerPL185, -
- 1 follower
- 3 replies
- 2.2k 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, -
- 0 replies
- 2.2k views
When I add a site page, it creates a .html document in the core/pages folder.However when I add PHP script to the document It does not appear to be parsed through the PHP interpreter. I'm assuming because the pages themselves have .html extensions.Is there some way to correct this?
Last reply by VinceN,