Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 2k views
friends I can not import my routes, Can someone help me? Error Message DO NOT REFRESH OR STOP THIS PAGE Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/voeazulv/public_html/acars/admin/modules/Import/Import.php on line 90 Airline with code AZU;4090;SBCT;SBKP;PNG UW47 RDE DCT CGO DCT;PR-AZC;FL290;188 does not exist! Skipping... Airline with code AZU;4091;SBVT;SBKP;VTR UW50 USABA CPN;PR-AZC;FL280;416 does not exist! Skipping...
Last reply by CN@ndo, -
- 4 replies
- 1.4k views
Hello everybody, I have one problem, and many questions. Problem one: I have download the last BETA form PHPVMS. and install that. but i have 1 problem, i cant update my MySQL? MySQL give a error that the database is al ready (and wich MySQL file must i upload?) questions one: I will see in flight log, that the pilot the automatic pilot turned off, is that posible? and how? questions two: How can i see the points of the flight in the flight map or in the live map? questions three: is it possible to change all flight numbers in one time? i have more than 1000 schedules, But the flight numbers is not good it must change. i hope that one person or more can help m…
Last reply by joeri, -
- 4 replies
- 2k views
When PIREPS are filled, the aircraft always comes up as the wrong aircraft, any ideas? I flew CC-150 came up as CP-140 in PIREP, same with the next 2 flights I did.
Last reply by Aaron, -
- 4 replies
- 2.1k views
Hi, I just recently started building my VA and today I got this when trying to get to my site. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11) (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/canad950/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 What does this mean? http://canadianarcticvirtual.com/index.php
Last reply by MPE001, -
- 4 replies
- 1.6k views
Hello, Our system is newly setup but it has been working for the last week or two but something has changed, only recently members receive an error about function strpos, i am unsure what is causing this but its something to do with the schedules. I have attached a picture of the error window. Please could you help me Thanks Michael D
Last reply by MichaelD, -
- 4 replies
- 1.7k views
hi all, I created this code to see the longest flight <h4>TEST</h4> <table width="100%" border="1" align="center"> <tr bgcolor=blue> <th><b><font color=black>pilot</th></b> <th><b><font color=black>flight</th><b/b> <th><b><font color=black>time</th></b> <th><b><font color=black>cliente</th></b> </tr> <?php $query="SELECT * FROM phpvms_11pireps WHERE flighttime_stamp > '00:00:00' ORDER BY flighttime_stamp DESC LIMIT 15"; $list=DB::get_results($query); foreach ($list as $pirep) { echo '<tr><th>'.$pire…
Last reply by mattia, -
- 4 replies
- 1.7k views
Hello guys, I am trying to get the system to display the pilot join day. How would i do it? Or what would the Php be for it? Thanks, Edmund
Last reply by edmundk, -
- 4 replies
- 1.9k views
Hi there I've been having a problem with the reports sent by my pilots. When they send the pirep it shows in admin center like this: Then I check the DB and the PIREP table and the aircraft->name is being inserted rather than aircraft->id. I checked the SchedulesData and everything is correct, I checked the fspax.php and it's correct too ($aircraft = $sched->aircraft;) : Anybody knows where the problem is? I appreciate it.
Last reply by joeri, -
- 4 replies
- 2.1k views
I have a problem, my pireps are not directed at va-central continues, there is always the message "FAILED exporting PIREP # - No response from web server" In what may be the cause please help gg Rickisani
Last reply by joeri, -
- 1 follower
- 4 replies
- 2.2k views
Hello all, When I logout from my site it redirect me to http://www.vbirdva.com/vbv/index.php/'>http://www.vbirdva.com/vbv/index.php/ I wanna change that to http://www.vbirdva.com/vbv/ Where can I change that? Thank you in advange. Regards, Cor
Last reply by Cor, -
- 4 replies
- 1.3k views
I am having problems with my site. If i need to re install PHPVMS what files do i need to keep to keep the pilots, flights etc?
Last reply by Tom, -
- 4 replies
- 1.9k views
If I wanted to restrict the fleet to a certain number of pilots? For example, I would like to create a private flying club internal my VA, using airplanes that are not in the fleet (eg Cesna ETC .....) wanting to do a tour like dangerous from IVAO. How could limit its use as it does with the rating in the ranks. One could, for example, use an award and those who do not have the award can not use these planes and use its schedule. Do you think this is possible? I hope I explained myself..Sorry for my bad English ....
Last reply by monitral, -
- 4 replies
- 1.5k views
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in/home/starall1/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 27 This error code happens when searching for a flight.... Thank you Brian
Last reply by twelka3, -
- 4 replies
- 2.5k views
Okay. So I want my pilot IDs to be UAE and my flight numbers to be EK. For some reason the pilot ID and flight number has to be same. Please someone help me.
Last reply by Jeff, -
- 4 replies
- 1.7k views
Hey, I'm trying to make an query to get all of the passenger loads columns from the PIREP tables. Here's the SQL Query i ran in our database manager SELECT SUM(load) AS passengers FROM pireps And I got the Query error... #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'load) AS passengers FROM pireps' at line 1 Does anyone know why? I tried to sum the fuelused column and it worked, same query, but what the heck, why not to the loads column? Hopefully someone can shine in!
Last reply by Kyle, -
- 4 replies
- 1.3k views
What do i need to change to move the boxes from the left hand side of the page to the right? (new hires, va stats etc) MPK Airways
Last reply by mattsmith, -
- 4 replies
- 1.9k views
Hello, I have two problems when I phpecho the days the route is flown it says 1 2 3 4 5 6, is there a way to change this and also at the end of the list it always displays a blank schedule <?php if(!$allroutes) { echo '<p align="center">No routes have been found!</p>'; return; } ?> <style type="text/css"> <!-- .style1 {color: #CCCCCC} --> </style> <table border="0" class="tablesorter" id="tabledlist"> <thead> <tr> <th bgcolor="#63003A"><div align="left"><span class="style1">Flight Info</span></div></th> <th bgcolor="#63003A"><span class="style1">Options</span>&…
Last reply by avdesigns, -
- 4 replies
- 1.4k views
I'm completely redesigning my website, I want a sidemenu with a submenu that expands when clicked. I know how to make the submenu in HTML and I know the basics of CSS, but I have no clue how to do this javascript stuff. Can someone please help me out. I want it to look exactly like the original canforce site, see their left sidebar: http://www.rcaf-arc.forces.gc.ca/v2/index-eng.asp and my progress (sidebar not there, failed at it): www.canforce.org (also we're not stealing their banner, it there temporarily until our EC finishes ours)
Last reply by Aaron, -
- 4 replies
- 1.6k views
Hi, Im new to this forum but an old hand at running VA's. I have noticed that phpVMS seems to struggle when trying to list multiple identical schedules for example at my VA's - Virgin Atlantic Virtual / Virgin Australia Virtual: I want to display multiple flights of the VIR45W/46C flights. On days 123457 it is served by the 747 however on day 6 will be operated by the A330 (From April 21st). However if i add this schedule into the Excel spreadsheet only one shows. Hope i have explained this enough, Kind Regards, Jake
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Ok, this now is a genuine problem. I want to use jquery.js to improve visuals of the website but Im having problems with the schedules not being displayed properly and with the schedules_bid.tpl where users cannot remove flight bids. The problem disappears as I get rid of jquery.js. Anyone know how to fix this?
Last reply by GlobalOne, -
- 4 replies
- 2.5k views
[b]Warning[/b]: date() [[url="http://malaysiava.org/function.date"]function.date[/url]]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Dublin' for 'IST/1.0/DST' instead in [b]/home/globalai/public_html/malaysiava.org/core/modules/PopUpNews/PopUpNews.php[/b] on line [b]40[/b] Why has the suddenly started showing? I did recently move to a Virtual Private Server.
Last reply by servetas, -
- 4 replies
- 1.9k views
Hi everyone I've noticed on my website that the pilots list has messed up, I don't know what the problem is and yes I've searched the forums. I've re-uploaded the default pilots_list.tpl but it has made no difference. http://ezy-va.com/index.php/pilots is the link to see the problem. Thanks in advanced John
Last reply by jkr1711, -
Pilot Badges
by Guest- 4 replies
- 1.8k views
Recently some jack wagon "accidentally" deleted our whole lib folder. Well we were able to recover most of the items in the lib folder, the only item that is not working correctly is the pilot badge. some problems with the pilot badge are: it doesn't update, it wont "reset" and change the backround, and there are some missing for the pilots that have joined today...if there is any ways that this can be fixed please help, all help will be appreciated. Thanks. [sOLVED]
-
- 4 replies
- 1.7k views
Has anyone had issues with people making bogus sign-ups? I have been getting a few of these every day for the last 2 weeks. The names are always similar are always from different countries. Is there anyway to prevent this?
Last reply by flyalaska, -
Strange Error
by Guest- 4 replies
- 1.7k views
SOLVED Hello, Whenever you Visit the Virtual Delta Airlines Website there is an error that appears near that footer, the error is: Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 We also get an error logging into the ACARS program that has never happened before as well... Notify System Administrator of the switch error. Data not received Data = Verified This all started happening around the same time and i cant seem to figure out what is causing it.., Any help would be…
-
- 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, -
- 4 replies
- 2k views
Hello guys, i am having a major issue with my site which is that, when anyone (even me as the admin) tries to log in, these words come up "You must be logged in to access this feature!". i really need help with this situation as none of my pilots can use the site and basically the site is out of comission like this The site: www.jetredvirtual.co.cc
Last reply by Wajx11, -
- 4 replies
- 2.3k views
Hi again everyone I know that this was made for Virtual Airlines but I was wondering if there was a way to add more info to the signature area such as Missions Flown Night Day IFR: Possibly maybe AA kills AG kils Naval kills Static kills Thanks Wood
Last reply by february272, -
Hi, I'm really egear to learn how to make an acars system, but I'm completely dumbfounded on where to start and what kind of coding language to use, Can I get any advice?
Last reply by Kyle, -
- 4 replies
- 1.4k views
Anyone know how to remove the title in the pages? The pages that are made in admin.
Last reply by flyalaska,