Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 25 replies
- 4.9k views
hi all boys I created this code to see, (in pilot_public_profile.tpl,) how many flights did today a pilot, but does not work. the result is always 0 <?php $query = 'SELECT COUNT(*) AS total FROM '.TABLE_PREFIX.'pireps WHERE submitdate >= NOW() -172800 AND pilotid = $userinfo->pilotid '; $result=DB::get_row($query); if (!$result){ echo 0; } else { echo $result->total; } ?> Can you help me to understand why?? thank you very much
-
- 25 replies
- 4.9k views
When I was resetting the finances, I got a Internal Server Error. Is there a permission that needs to be set for that?
Last reply by Nabeel, -
Hello. I got the following error when filing a PIREP manually: Error! There was an error adding your PIREP : Schedule does not exist. Please update this manually. Before, I filed a PIREP via smartCARS, which said that the PIREP had filed, so when I went to the admin page to check the list of PIREPs, there was none added. So I tried the manual way and received the aforementioned error. Currently using phpvms version 5.5.2.72 simpilot/php7.2 Any help would be appreciated. Thanks, Conor.
Last reply by Strider, -
- 14 replies
- 4.9k views
Hello guys! We have an very big problem(s) on my phpvms pages. (Actually admin panel) Here is our admin panel error_logs (first 20 lines): 10-Feb-2015 23:48:10 Europe/Helsinki] PHP Warning: Invalid argument supplied for foreach() in /home/birgenai/public_html/v1/admin/modules/PIREPAdmin/PIREPAdmin.php on line 130 [10-Feb-2015 23:48:10 Europe/Helsinki] PHP Warning: Invalid argument supplied for foreach() in /home/birgenai/public_html/v1/admin/modules/PIREPAdmin/PIREPAdmin.php on line 130 [10-Feb-2015 23:48:11 Europe/Helsinki] PHP Warning: Invalid argument supplied for foreach() in /home/birgenai/public_html/v1/admin/modules/PIREPAdmin/PIREPAdmin.php on line 130 [10-F…
Last reply by alpyeni1, -
- 12 replies
- 4.8k views
Nabeel, Is there an easy way i can send to twitter the recent pireps feed as it does in VA central?
Last reply by mark1million, -
- 23 replies
- 4.8k views
When PIREPS are accepted the hours are not being updated automatically in the pilot logbook. Hours and flights are only updated when the 'maintenance module' is run. Any suggestions?
Last reply by ProAvia, -
- 22 replies
- 4.8k views
I would like to put the adsense code into my header. But it's an html code. So what i have come up with now is i put it into layout.tpl and in the header line (at the top where img_15 is in obsess blue) the code originally was: <script type="text/javascript"><!-- google_ad_client = "ca-pub-############"; /* Header */ google_ad_slot = "8775993061"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> What i thought i would do is substitute: <div class="size"> <div class="header"> <d…
Last reply by mark1million, -
what is the code for the pilot center so when i give them an award it just shows an image. I know there is one already there but it does not work. thanks Daniel
Last reply by TennShadow, -
- 15 replies
- 4.8k views
Hi all, although the setup is made as shown in videos, fro fspax,xacars and fsacars, flights cannot be exported using any of the clients. We prefer to use fspax, so we give our efforts there, and the error message is: phpVMS/FSPAX ACARS Teca Virtual Airline/Nikos Trikas selected 3 total flight, 1 flights marked as not exported. Ready to export... -Exporting of 1 Flights started: -Error, unable to export flight number 3 ->Error - The departure or arrival airports are blank 1 flights could not be exported. We uninstall fspax and reinstall, then the first new flight is exported properly, but just this new one. Then, the same error message again with every flight…
Last reply by tnick74, -
- 10 replies
- 4.8k views
Any News on the Fuel Pricing. I'm getting fed up of having to change the fuel price to 5.1 to something more reasonable.
Last reply by CGlobe, -
- 12 replies
- 4.8k views
Hello All, Since upgrading, I am getting an error on the maintenience.php, Parse error: syntax error, unexpected 'Auth' (T_STRING) in /home/austral/public_html/dispatch/admin/maintenance.php on line 27 And in the maintenience.php at line 27 is, Auth::$userinfo->pilotid = 0; Does anyone know how I can fix this error please ? Thanks in advance,
Last reply by AUZ, -
- 1 follower
- 18 replies
- 4.8k views
Hi Wondering if anyone can help. I have done a new skin for my VA deciding to change from the Icrew Skin. When my VA used the Icrew its URL was crew.virtualei.net With my new skin I have gone back to the parent URL virtualei.net My problem is that my simbrief button is not working. I uninstalled the module and all the files and did a fresh install remembering to put in the new URL and my API in the correct files. When I click on the. When I inspect for console errors it is still saying crew.virtualei.net as per screenshot. I have cleared my PC cache and history but it doesnt work. I am at a total loss. Any help appreciated. https://prnt.sc/svd4u…
Last reply by vJet2, -
- 1 follower
- 19 replies
- 4.8k views
Can't seem to find the answer for this one. On the Fleet Page (fleet_list.php) when you select an aircraft it then takes you to the Fleet View page (fleet_view.php). So when I view the particular aircraft, everything is fine, except that the number of rows under Schedule Flights is getting very long for specific aircraft. So, my question is: How do you limit the number of "Scheduled Flights" that are displayed on the Fleet View page? Currently, I have pages that are getting very long, so I have basically commented out the code in fleet_view.php file (about line 73) until I can figure this out. It is probably something easy to fix, but I can't find any reference in …
Last reply by natcret, -
- 2 replies
- 4.8k views
Ok so I want to install PHPvms on my hosting server at webfaction.com I have to select the use of a custom app listening on a port. The problem is once the site is uploaded to the FTP and linked to my domain I'm not getting anything. I'm assuming its because phpvms is not linking to that port specified for me. Heres what the site tells me when I'm creating the custom app (basically an app that the hosting service dosn't provide) This installer assigns an unprivileged port on which custom software can listen. This creates the ~/webapps/<app name>/ directory for your convenience; however, the custom application is not required to reside there. After the i…
Last reply by kchage, -
- 10 replies
- 4.8k views
I am getting this error for the "Latest Flights" gcmap: Warning: Invalid argument supplied for foreach() in /home/luvswavi/public_html/lib/skins/airlines/frontpage_main.tpl on line 57 Line 57 is: foreach($flights as $flight) Also, the Map is on the left side of the webpage, how can I center it? I googled that several times and couldn't find a way to do it.
Last reply by Steve Bartlett, -
- 15 replies
- 4.8k 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, -
- 8 replies
- 4.8k views
My pilots badge is not appearing any help?
Last reply by Nabeel, -
- 13 replies
- 4.8k views
I'm working on the awards, I got them to show. The problem is they run on the same line. SO much that you have to scroll over to see them all. Is there a way to only show 4 per line? Another problem. How do I show the images on the public profiles? All I see is the text. Eddie
Last reply by mattia, -
- 4 replies
- 4.8k views
howdy all! How can i change the badge back ground for the signature? What would be the file? I did search the forums and i did not find an answer. -Cam
Last reply by Kyle, -
- 5 replies
- 4.8k views
Hello can anyone help? When a member of staff logs into the admin panel they can see all the addons and change them. Is there a code which can hide this from them as I cant see a option in the group settings for this? Thanks
Last reply by LeeCley, -
- 9 replies
- 4.8k views
Alright guys, before we go on as to how this topic has been brought up several times, and has been resolved, let me point out that i have been through all of those topics and nothing works or has anything to do with my issue. Now what im going through is the add bid link is not clickable and when it is it says its No Route Passed. I just moved hosting. With my previous host provider i didnt have this problem. It just happened when i moved. All of the js files are where they are supposed to be <title>Search - Virtual Delta Airlines</title> <script type="text/javascript"> var baseurl = "http://www.vdelta.org"; var geourl = "http://ws.geonames.org"; …
Last reply by Ariel, -
- 6 replies
- 4.8k views
I tried to load the site on the web space purchased, but after installing I see the home page and when I try to do anything I get this error "No input file specified". Locally I have no problem, what can have happened?
Last reply by NadRush, -
- 12 replies
- 4.8k views
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/tstamer/public_html/crew/core/classes/Config.class.php on line 108 Not sure what happened between this morning and now, but just went to my site (http://test.americanva.org) and on the home page I have a depreciated message. I don't know what needs to be done to correct it or hide the message. Can someone help? Here is the code for that area /** * Load all the site settings. Make the settings into define()'s * so they're accessible from everywhere */ public static function LoadSettings() { …
Last reply by ProAvia, -
- 10 replies
- 4.8k views
Hi, After setting up my phpvms I have created my scheduels in csv format and have enclosed a screenshot below. What I want to know is if the aircraft will get stuck at their destination airport and not be able to return, in the below screenshot is my csv file (or a bit of it anyway. If the aircraft would get stuck at their destination airport does anybody know of an add on for phpvms that instead of allocating an aircraft for a flight chooses any aircraft at the departure airport for a flight. If you do not know of an existing add on does anybody know how to create one. Screenshot: Thanks in advance for the help. Nathan.
Last reply by nathanh12, -
- 7 replies
- 4.8k views
Gooday (again), I have searched the forums and found this topic a number of times, however, none of the solutions has worked for me. How can i get the actual route of the flight, shown on the ACARS map and myFlights map. Some information i have picked up from the previous threads is stuff to do with the Route Details column in the database, which for me IS NOT being populated. I don't know how to get this to happen. The person who made my skin, put TwitterBoostrap in, and this affects my acars map displays (Zoom, Bubble, ect are affected). Could this also stop the routes from displaying? I have been able to get the weather layer though, and it works perfectly fine. ww…
Last reply by turbofandude, -
- 16 replies
- 4.8k views
hey Nabeel i found maby a potentioal big bug in the system iff i delete a pilot who has flown it will also delete his flown hours so could it be possible to keep the hours
Last reply by TennShadow, -
Parse Error
by AlexS- 13 replies
- 4.8k views
I have this parse error on my website: syntax error, unexpected '@', expecting function (T_FUNCTION) in/home/airtran/airtranvirtual.net/public_html/core/common/PilotData.class.php I have tried to fix it, and I am really confused with the directions that was sent to me on my VA topic. Any help would be awesome!
Last reply by AlexS, -
- 21 replies
- 4.8k views
Hi Nabeel, If I read things correctly, the stats listed on the badge are supposed to be regenerated upon the filing of a pirep. It doesn't seem to be updating. Is there something that I may have missed in the configuration? Thanks, Chuck CYXU
Last reply by Nabeel, -
- 11 replies
- 4.8k views
I have uploaded files on to windows server and it comes up with: PHP Version (5 required) OK! (your version:5.3.6) Site Configuration File core/local.config.php is not writeable Directories and Files: core/cache is writeable! core/logs is writeable! core/pages is writeable! lib/avatars is writeable! lib/rss is writeable! lib/signatures is writeable! When i upload my files on a Linux Server it comes up with many ERRORS and doesn't get this^^^^^^ far. For the Love of Jet fuel what is going on or should i say not going on. I have ran through a half a bottle of Asprin trying to get t…
Last reply by Sylvester, -
- 15 replies
- 4.8k views
Hello, unfortunately we have a little problem. Well, we disabled some flights today but those flights are still shown as available. Really need your help. Thanks!
Last reply by BastiDE,
