Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 3 replies
- 2.3k views
Where i can find files to change size of map in (tried config dont work) My Routes Map
Last reply by Jamie, -
- 7 replies
- 2.3k views
How do i embed the simpilotgroup flightboards on home page i have tried embedding the whole source code and that didnt work the template goes haywire and also tried action.php but i new that wasnt gonna work right im out of ideas
Last reply by Heritage1, -
- 6 replies
- 2.3k views
GoogleMapAPI:createMarkerIcon: Error reading image: http://www.easternvirtualairways.com/eva/lib/images/towerdeparture.png Googled about but couldnt find an answer but lots of other phpvms sites with the same error lol
Last reply by davehardy, -
- 4 replies
- 2.3k views
So, since Google browser is doing away with Flash in some very near future. Is there a way to take Flash charts and convert them to another source where every browser is able to display them? Thanks in advance.
Last reply by omglookeyhere, -
- 2 replies
- 2.3k 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, -
- 6 replies
- 2.3k views
how can i restrict access to my downloads page only to logged in pilots. i tried this <?php if(!Auth::LoggedIn()) { ?> <li><a href="<?php echo SITE_URL ?>/index.php/registration"><strong>Register</strong></a></li> <li><a href="<?php echo url('/login'); ?>"><strong>Pilot Log In</strong></a></li> <?php } else { ?> <li><a href="<?php echo SITE_URL ?>/index.php/downloads"><strong>Downloads</strong></a></li> <?php but that doesnt work
Last reply by Tom, -
- 6 replies
- 2.3k views
Hello again! I want to change the "text message" that is sent to a "new" pilot when he registers. I also want to change the "text message" that is sent when I activate or decline a "new" pilot application. Where are those messages located, and what are they called? In the first case, I'm just looking to change the wording a bit. In the second case, I want to be able to change the wording to let him know that I will be sending "another message soon", that will include his Forum "Username" and "Password". Thanks guys!
Last reply by AAG001, -
Errors on the admin/site
by Guest- 3 replies
- 2.3k views
Hello all, i have an problem on my site, i have installed phpvms correctly it works fine, but today something wrong. in the admin i cant see the airport list, and the schedules. he shows an empty page. and on the website when some pilot wants to login he gives an Warning. Headers already send. error. Does someone know whats wrong? Thanks a lot!
Last reply by Thomas Rozanov, -
- 12 replies
- 2.3k views
Hello, I have this weird issue where my whole site will pop out of the page in google chrome, any help? http://vsouthwest.org Thanks,
Last reply by SouthwestVA, -
- 10 replies
- 2.3k views
Hi, in the control panel for my VA, I cannot see the Airports I have added, or the schedules i have added. If i go into find route thing I have added a route EGAA-EGNX but it shows up as no route has been added. When it has. Same with airports i have added them but they done show up. Please help me on this. Regards My VA is .... http://bmibabyvirtual.comule.com/
Last reply by Nabeel, -
- 1 reply
- 2.3k views
Is there any way to completely remove aircraft from the system? I don't really like having to look at an disabled aircraft when I know I am not going to use it.
-
- 3 replies
- 2.3k 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, -
- 1 reply
- 2.3k views
Hey all,Can you please post your php5 versions?ThanksNabeel
Last reply by VinceN, -
- 5 replies
- 2.3k 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, -
Joine date
by Guest chikolol- 18 replies
- 2.3k views
why does it always say date joined: 12.31.1969 The recent pilots online say that the join date is 12.31.1969 how do i fix that please.
Last reply by Nabeel, -
- 6 replies
- 2.3k views
Hello, ive just got a free hosting site (for now) :L and i got this message when i tryed to access it. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request If Anybody can help, id probably get My VA Started. Thanks
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 2.3k views
Hi all, I am using SMF forum and I am trying to show the latest forum posts on my homepage. I searched the forum and have tried a few things but it wont work. My ssi is <?php require("/home/mysite/public_html/core/modules/forum/SSI.php"); ?> When it put this at the yop of my frontpage.tpl and then goto my website it redirects to my forum. Am i putting it in the wrong place?? Any help would be much appreciated Alan
Last reply by vJet2, -
- 11 replies
- 2.3k 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, -
- 6 replies
- 2.3k views
Hey, When I go to edit pilots, like say if the pilot is Captain, but when I go to edit profile, It changes the rank back to the first rank like "Trainee" How can this be prevent so the pilot rank won't keep changing back to it's first rank when editing pilot's admin profile.
Last reply by Kyle, -
- 1 reply
- 2.3k 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, -
- 10 replies
- 2.3k 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, -
- 4 replies
- 2.3k views
I accidentally clicked the Reset Pilot PIREP count link in settings. All my pilots are at 0 now. Is there a way to get them back?
Last reply by flyalaska, -
- 10 replies
- 2.3k 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, -
- 8 replies
- 2.3k views
I made a couple of test registrations testing the email feature out, but, in turn, it is giving the new pilot's off numbers. Is there a way to change this to where it gives the correct number?
Last reply by Jeff, -
- 2 replies
- 2.3k views
So, I've hit on an unusual issue that has occurred as a result of having to rebuild my VA. My hosts 123REG, made a major stuff up and deleted a load of servers including ours. We've rebuilt it from a backup image but we've got a few odd things going on now. First and most important is that our pireps are now not recording anything in the "log" field of the pireps table in the database. I wondered if it could be to do with Smartcars but that is recording the details just fine and I've checked their scripts and they are all good and as they should be. I've checked to see if there are any errors being logged but there aren't. I'm not really sure what to check next. Can an…
Last reply by ahughes3, -
- 2 replies
- 2.3k 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, -
- 4 replies
- 2.3k views
Hi guys. I know there are tons of topics on Award images in the pilot Center, but when i try to past the code into the pilot_main.tpl and save it it doesn't work. this is the code i past- <p> <strong>Mis Medallas</strong><br /> <?php if(!$allawards) { echo 'No awards yet'; } else { ?> <ul> <?php foreach($allaward…
Last reply by Jeff, -
- 5 replies
- 2.3k views
Hello, I'm currently setting up phpvms for my virtual airline but I'm stuck with the open flash charts. I've managed to change the background colors of the charts but I would like to change the color of the grid lines now, as it doesn't fit the background any more. I've searched around the open flash chart files for some time now but I couldn't find an entry where it set's the grid color. Could someone point me out to that file or is there no possibility to change this color? Thanks in advance, Lauritz
Last reply by skylineVirtual, -
- 2 followers
- 4 replies
- 2.3k views
Hi all, I'm trying to pull pilots awards in but having some trouble. If a pilot has an award this code works perfectly. However, if a pilot has NOT received an award yet I get an error. Does anyone know how to create an "if" statement that addresses an empty array? error received: Warning: Invalid argument supplied for foreach() <strong>Awards</strong> <li class="list-group-item"><?php echo "<table>"; echo "<tr>" ; $i = 0; foreach ($allawards as $award) { if ($i % 5 === 0) { echo '</tr><tr>'; } echo "<td> <img src=".$award->image." alt=".$award->name." />…
Last reply by Parkho, -
- 8 replies
- 2.3k views
Hello all! I've some problems on my Pilot Roster page. Problems: 1- New members not listing on Roster. 2- Some pilots not listing. 3- List is very mixed. Does not sort by pilot ID. I'm reskin my Pilot Roster. I've Active - Inactive status and I'm already showing IVAO ID on my roster. I try deleting my reskinned file to orginal roster file and problem doesn't resolved. I tryed to check my "phpvms_pilots" database and I saw, database does not sort by PILOT ID. I need help and I've very limited time because we are an IVAO Member and we need to resolve this problem a soon as possible. Please help me! Thank you very much for all supporters! Alp Yeni Zirve Airlin…
Last reply by alpyeni1,