Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 5 replies
- 1.9k views
When i go to log administration option i view this error: Any idea about?
Last reply by simpilot, -
Accent
by PockerRock- 2 replies
- 1.9k views
Hello, and thanks for your help. The link for my webpage is tucanairlinesva.com If you can see in the main page there are some accents fine, but in the Welcome message, this appears Welcome to Tuc�n Airlines VA, you can sign up for free. �We hope you enjoy flying with us!, One is an accent the other one is an admiration sign from spanish ¡, i have tried UTF-8, ISO and i didnt manage to fix it so i need some help.
Last reply by PockerRock, -
- 4 replies
- 1.9k views
Hi boss, Happy new Year my friend i've just subscribed to the VA Central and i tried to send the pireps from the admin page on VVAir, this is the error it gives : Fatal error: Cannot access private property CentralData::$limits in xxxxxxxxxxxxxxx/admin/modules/VACentral/VACentral.php on line 82 The send of scheduling worked fine. I've updated to latest phpvms.
Last reply by Nabeel, -
- 7 replies
- 1.9k views
I'm not sure what server is used to find airports, but when I enter KLUF, I should get Luke Air Force Base (IATA: LUF, ICAO: KLUF) Glendale, AZ. Instead I get a reference to Litchfield Airport which could conceivably refer to a defunct Litchfield NAS or Litchfield Municipal Airport (ICAO: KLJF. Any thoughts?
Last reply by CrashGordon, -
i've installed exam center and putted links on my core_navigation.tpl but i got this can you tell me what to do ?
Last reply by Kyle, -
I updated this morning, I threw my skin in the lib folder. I know that I must update some of the templates, but when I threw in some of the changes its jacking my site just from entering one bit of php code. Mainly the pilots public profile page... > > Anyone else experiencing this?
Last reply by RogerB, -
- 7 replies
- 1.9k views
Hi Nabeel, I have installed phpVMS on my server and I am running it through some tests prior to going live with the pilots. When I entered in my previous hours and did an Update of the ranks, it worked great...except for a few things. On the pilot profile, it shows the text of my Rank correctly and displays the proper badge. But the text just below the pilot stats telling me how many hours left till my next promotion does not reflect the change. It still sees me as a zero time pilot. As well, if I click on view my badge, it shows me at the lowest rank with zero hours. I have not logged a flight on this install yet. Other than that, it is working mint!! Chuck CYX…
-
Flight Schedule-Selecting All Days
by Guest- 7 replies
- 1.9k views
I saw a post where there was an add-on check button for 'all days' which selected Sun-Sat without having to check each one. Does anybody know where this is or can provide me with the code to implement this?
Last reply by Jeff, -
- 3 replies
- 1.9k views
Im adding airlines to my va and is it IATA or ICAO to fill in? Since real flight number/schedules using IATA afaik.
Last reply by freshJet, -
- 2 replies
- 1.9k views
Hi! I have a stupid question(Not a Joke !) I cant find Briefing subpage on my webpage i have logged in tried everything and there is no briefing page ... ? Any ideas how to get it ? Maciej.
Last reply by MaciejO, -
Ok, I might have asked this ages ago, but if I did, I an not find it in a search...... My main page is: http://www.canadianclassicairlines.com/CPC It has NO white line after the header logo. Every other link, such as: http://www.canadianclassicairlines.com/CPC/index.php/Whatis ....does not have the white area below the logo?! Is this not all the same from the header.tpl, or is it somewhere else?! It is ONLY on the main page, nowhere else. This is why I am confused. Is it using a different .css file or something?
Last reply by CPC900, -
- 2 replies
- 1.9k views
This is really getting on my nerves. I'm getting emails from pilots asking to be marked as active, so I do it, bu then they still get the error, and I look at the admin panel - they're inactive again! Pilots can't login, so they can't see schedules, so they can't fly... you get the picture... Also, my local.config.php says this: Config::Set('PILOT_STATUS_TYPES', array( /* DO NOT CHANGE THIS ACTIVE NUMBER OR STATUS OR THINGS WILL BREAK!!! */ 0 => array( 'name' => 'Active', # The title to show in the dropdown 'message' => '', # Message to show if they can't login (below is false) 'default' => true, …
Last reply by flyalaska, -
- 4 replies
- 1.9k views
Hello, I would like to know how to have a different homepage other than having the homepage content implemented to layout.php(or .tpl) via frontpage_main.php For example I have a home page designed with a slider(I'll refer to is as PAGE1), and I a separate page planned for all other pages (a layout page). So i would like to display PAGE1 on myurl.com/index.php and display the layout(as usual) on all other pages "myurl.com/index.php/something/" Thanks in advance. Kind regards, Kishshey
Last reply by Kishshey, -
- 4 replies
- 1.9k views
CONTENT REMOVED
Last reply by freshJet, -
- 1 reply
- 1.9k views
Hey! So, we utilise VATSIM SSO in our organisation, and basically we need an ACARS system to work with this? Any suggestions?
Last reply by Jon, -
- 2 replies
- 1.9k views
Does anyone know how to write code that will hide the table if no flights exist? Show when they do? It bothers me that I have a table header showing of my column titles below ACARS map and no flights. I don't know JS well enough to build if/else on this (I can't do it in PHP) nor do I quite understand how the ACARS traffic is flowing. These are from Nabeel's OSM migration files. ACARSMAP.php <?php /** * These are some options for the ACARS map, you can change here * * By default, the zoom level and center are ignored, and the map * will try to fit the all the flights in. If you want to manually set * the zoom level and center, set "autozoom" to fa…
Last reply by Ither, -
- 2 replies
- 1.9k views
Hello again, Now i want to separate the rank between member and staff, If he's a staff then the rank is the staff customized , if he isn't , it backs to normal ... But how to do that ? hehe Many thanks, Regards, *And sorry if i can't respond to the previous topics , the posts is'nt approved yet, the point is , all previous topics was solved *
Last reply by NadRush, -
- 4 replies
- 1.9k views
Hello All, I have updated to version 936 and the files for the Activity Feed are there but nothing is writing to the table in the database. I assume the feed works for version 936 ? otherwise what version do I need ? Any assistance would be most appreciated. Thanks. AJ
Last reply by AUZ, -
- 1 reply
- 1.9k views
I have a user select a country out of a select box, and then i want it to sort the airports that are in that country. I have a $country variable, and by $allcountries variable: $country = $_POST['location']; $allairports = OperationsData::GetAllAirports($country); ... then i have a foreach statement Am i doing that right? it does not sort the airports
Last reply by simpilot, -
- 3 replies
- 1.9k views
Hi now i have just finished a flight of 5 hours and 5 minuts, with fs acars but it decrease to me -17 hours so now from 19 hours i have onli 2 hours!!! We try to change it whit 5.05 but nothing :'( How can i do!??! Please help me!!!
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Hey, My Live Map wont show anything from XACARS or FSACARS, I do know that we installed the version 2.0.845 but my webmaster says we installed the update too. Im not sure if we have though, where can I check this? And what do I need to do to get my live map working? Website is www.legend-virtual.co.cc
Last reply by joeri, -
- 3 replies
- 1.9k views
In relation to Schedules, would it be possible to have an automated schedule randomizer,which you could list certain routes to be randomized and then say every three hours the times change unless bid on? so although the route stays the same it rotates over 24hrs to enable more people from accross the globe to select a more appropriate timed schedule? thoughts or comments?
Last reply by Nabeel, -
- 3 replies
- 1.9k views
Hi, Im trying to create a seperate page where a pilot can click on a world map on hotspots for the airports so it brings up a page with all the charts for that airport. Here is the process as i understand it. Create a module "Charts" <?php class charts extends CodonModule { public function index() { Template::Show('charts.tpl'); } } ?> I have created my charts.tpl which is in my skins folder and obviously each airport needs its own template where i will display the chart links. When i do this i get the module "charts" does not exists.error Is there anything else i need to change. I have checked the file exists in core/mo…
Last reply by Alex, -
- 4 replies
- 1.9k 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, -
- 3 replies
- 1.9k views
I'm having the problem that when I add a second hub into my VA, all pilots are duplicated, so you see every pilot twice. I looked everywhere on the forum, but can't seem to find the correct search keys to find a solution for this. Basically what I would like to have is that my list is sorted by hub without any duplications from other hubs. Hope someone can help me or guide me into the correct direction. Thanks in advance! (note that i tried several codes found on the forum, but they all duplicate the table, so it must be in something else, but no idea where)
Last reply by Fernando, -
- 4 replies
- 1.9k views
So how do I change the color to a darker blue for the nav bar, and when hovered, a lighter color? And also how do I change the colors for the Headers of the other "boxes" (H3, etc)? My site: http://bluehawkvirtual.net/index.php/
Last reply by tobyrice01, -
- 7 replies
- 1.9k views
Hi everyone, I am trying to install PHP VMS on my IIS 8.5 web server and I am running into a strange issue. Whenever I go to the website, it says that I do not have PHP 5+ installed but I have PHP 7 installed and am currently running other applications that use PHP and they are working fine. If anyone could shed some light on this issue or assist me in any way with it that would be great. Thanks
Last reply by matt0723, -
- 2 replies
- 1.9k views
You could add a route for several aircraft thank you
Last reply by FlightDeckES, -
- 2 replies
- 1.9k views
Good Day, We use phpVMS Version simpilot 5.5.2 It seems our CAVacars has stopped communicating with our website. The "Live Flight Board" and "Live Flights" on our homepage are empty and there are no "Top 10 Landings" being displayed. PIREPs submissions have stopped coming into the Admin Panel as well. In the Maintenance options I have tried "Reset ACARS" with no luck and "Optimize Tables" gives the following errors... canadaai_phpvms.phpvms_acarsdata - Table does not support optimize, doing recreate + analyze instead canadaai_phpvms.phpvms_acarsdata - Invalid default value for 'lastupdate' canadaai_phpvms.phpvms_acarsdata - Operation failed canadaai_php…
Last reply by CanadaAirVirtual, -
Hello all, I Had A Question My Website Is Predominatly Blue And the graphs you get with PHPVMs are the cream colour i was curious if it is possible to change the background to transparent and change the colours of them if yes where would i start searching to do that Thanks In Advance Nathan http://www.williamtownvirtual.com/en/
Last reply by mseiwald,