Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 2.2k views
I tried many things to change the appearance of the acarsmap by googling but I can't find a working solution. What I am trying to do is to remove the layers and change the map type. Unfortunately changing this: var defaultOptions = { autozoom: true, zoom: 4, center: new google.maps.LatLng(-25.363882,131.044922), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 12000, autorefresh: true }; to this: var defaultOptions = { autozoom: true, zoom: 4, center: new google.maps.LatLng(-25.363882,131.044922), mapTypeId: google.maps.MapTypeId.HYBRID, refreshTime: 12000, autorefresh: true }; doesn't do anything. The weird thing is almost no changes result in a ch…
Last reply by Curshad, -
- 11 replies
- 2.2k views
Hello everyone, Tried setting up phpVMS today but it will not work at all. I'm using IONOS 1&1 databases and have managed to get to the database setup page but when i fill the in the details i get this: Deprecated: define(): Declaration of case-insensitive constants is deprecated in /homepages/20/d813824572/htdocs/phpvms/core/classes/ezdb/ezdb_base.class.php on line 42 Deprecated: define(): Declaration of case-insensitive constants is deprecated in /homepages/20/d813824572/htdocs/phpvms/core/classes/ezdb/ezdb_base.class.php on line 43 Deprecated: define(): Declaration of case-insensitive constants is deprecated in /homepages/20/d813824572/htdocs/phpvms…
Last reply by ProAvia, -
Notams dont work
by Guest- 4 replies
- 2.2k views
I've installed the phpvms and since tried the notam on the pilot briefing screen. Before it was <a href="https://pilotweb.nas.faa.gov/geo/icaoRadius.html?icao_id=<?php echo $schedule->arricao?>&radius=2" target="_blank">Click to view NOTAMS</a></td> But this dosen't work anymore from the site.Could one of you give us a idea on how to get it to work again if you have a few min. cheers sat
Last reply by mark1million, -
- 2 replies
- 2.2k views
Does anyone know where to find a decent database of realworld flights that are simple enough to cut and paste into the CSV template? I know a lot of you spend a lot of time hand-copying real route info across and I'm not asking that you share your hard work; merely trying to find a way to avoid hours and hours of tedious work! Nothing has to be up-to-date, I'm just wanting to throw a huge route database together for choice.
Last reply by tutmeister, -
- 5 replies
- 2.2k views
I added a custom field to the schedule in the admin panel so that we could put the day of the week to the route. I added this field to the data base and to the file in the admin panel. It will not save in the admin panel for some reason. Can you steer me in the right direction?
Last reply by Nabeel, -
- 7 replies
- 2.2k views
hi folks yet another query for you i have one pilot whose hours and pilot pay were showing in -15 and -326 can any tell me why is it showing figures in minus (-500)
Last reply by Nabeel, -
- 5 replies
- 2.2k views
Hello all, I'm making tests to include Natracks in my flight planning. For now, I'm only checking if the route parse will be done well by copy-pasting the complete IFR route including Natrack in the "Route" field, like this one between CYUL and EGLL: AGLUK CEFOU PORTI 4750N 5040N 5230N 5220N LIMRI XETBO NIBOG UN551 BEL UL10 WAL UY53 NUGRA BNN1B Look at the Natracks points: 4750N 5040N 5230N 5220N The route parse, including the route map, ignores the 5230N waypoint. If I change it for another waypoint, like 5330N instead, it's ok, 5230N shows. If I simply delete another waypoint in the list, for example 5220N, it's also ok, 5230N shows. It find it weird that sometime…
Last reply by EricThePanic, -
- 1 follower
- 6 replies
- 2.2k views
Hello, I'm trying to install the charter system here: http://forum.phpvms.net/topic/8045-charter-flight-system-v110-updated/ I've followed the instructions, but with little success. When you log into my site and go the the charter center: http://bluehawkvirtual.net/index.php/charter An error pops up: Fatal error: Call to undefined method SchedulesData::countCharterSchedules() in /home/bluehawk/public_html/core/templates/charter/ops_schedules.tpl on line 65 I've looked and looked and I cannot seem to find how to fix this. If it helps, you can login to the site with this test account info: Username: BHK0087 Password: qwerty5 Thanks in advance.
Last reply by tobyrice01, -
- 4 replies
- 2.2k views
Hi, I want to list schedules by code, as it is in my sql request ($requete). This code is working, but i think it's not the best way to connect to database. Does another way exist to connect to database safely without writing directly username, host, password and dbname ? <table class="myTable"> <!-- entête du tableau --> <thead> <tr> <th>#ligne</th> <th>Dép. ICAO</th> <th>Arr. ICAO</th> <th>Appareil</th> <th>Distance</th> <th>Prix billet</th> <th>Opérations</th> </tr> </thead> <?php $conn = mysqli_connect(…
Last reply by orobouros, -
- 8 replies
- 2.2k views
Hi nabeel, I discovered a point which is a bit confusing while using firefox or IE : When entering a PIREP manually, firefox limits departure airport to the airports in existing schedules (OK) but IE does not... Is it possible to remove departure airport limitation as we would like our pilot to do some charter flights... and choose their own departure airports... ? Cheers !
Last reply by Nabeel, -
- 8 replies
- 2.2k views
Ok, I might be missing something obvious here, I though email_registrationaccepted.tpl controls the text of the confirmation email but after changing it, it still sending out the basic phpVMS confirmation. Is this not the file that controls the email text? and if not, which one is? Cheers
Last reply by cloudsurferuk, -
- 9 replies
- 2.2k views
this thread is mainly for the author of phpvms. it may be something for you to think about in the next release. Is there someway, you can only allow a pilot to select a bid, on a route from the airport he was last at? I know, using the fleet pages etc, you can tell via the last pirep where an aircraft is, so it must be possible. So if a pilot flies from A to B, only allow him to add bids that Start at B, and not A?
Last reply by ukmil, -
- 2 replies
- 2.2k views
Hi! I wonder if its possible to run phpvms over a local network using xampp(i understand you cant give me support on this program but ill try) My wishes is to have the server running on a computer connected to my network, but separated from me flight sim computer. This computer wont have anything on it so the security doesnt need to be of concern:-p Now i can access the login page of phpvms when i enter the local ip of the computer that has the server running... but when i log in it seems to try to redirect me to "localhost/blablalba" which causes errors i suppose?... is there a way to fix this or do i have to have this on my fscomputer? Best wishes and thanks for the…
Last reply by Nigge, -
- 5 replies
- 2.2k views
Hello all, I am trying to install the latest version of PHPVMS that I got here https://github.com/nshahzad/phpVMS to a website, I enter the details in install/install.php and click on next step... Now I am getting this error.. Fatal error: Cannot redeclare class ezDB_mysqli in /home/voevirtu/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 337 It all doesn't appear to want to create tables or anything, previous versions have installed find so I don't see why this one doesn't work... Any help would be great! Scott
Last reply by TaylorWelka, -
How do I add a banned option like active and inactive? So when a user is banned they will be greeted with a message saying there banned and make it so they cant use the site? Thanks
Last reply by flyalaska, -
- 4 replies
- 2.2k views
Hey everyone, I just uploaded phpVMS onto my server, granted all permissions, set up the database. When I want to enter the install/directory, it gives me this error: I am using paid hosting, uploaded the files via Dreamweaver and FileZille to check but still get the error. Can someone help me please? On a second thought, I am missing the local.config file? Thanks in advance and have a great day! Pierre
Last reply by CitationCJ, -
- 7 replies
- 2.2k views
Hi guys, I've set up a VA page but the ACARS map is now displaying any information, it is however being displayed on the front page Have i not done something with the module or am I missing a line of code in my acarsmap.tpl? Many thanks
Last reply by bozwood, -
- 5 replies
- 2.2k views
i try many diferents code for this inssue any help? thanks
Last reply by WP4KXX, -
- 1 follower
- 6 replies
- 2.2k views
Hi, does anyone know of a addon that could get tickets or something by schedule? Edit: I can make the HTML form, but how do I look up data with PHP? Edit 2: I don't really need it to be matched up with phpVMS, it can be detached.
Last reply by Nojus1113, -
- 13 replies
- 2.2k views
Hi, We have just started operations here and we have run into a few issues which I can't figure out why. 1) When pilots file PIREPs, it sometimes get duplicated and appears as two instead of one. Does anyone know if there is a solution for this?
Last reply by Strider, -
- 5 replies
- 2.2k views
On the live map screen, when a pilot is decending it says climbing. Is that an error or have I missed something in the set up. Gary
Last reply by wrenchca, -
- 10 replies
- 2.2k views
I keep getting this error when using the phpVMS installer. I am very new at this stuff and think I must have missed something in my set up Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) any ideas??
Last reply by Nabeel, -
- 2 replies
- 2.2k views
How would i go about fixing this error. Thanks Warning: date(): 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 'America/New_York' for '-5.0/no DST' instead in C:\Inetpub\wwwroot\core\modules\news\news.php on line 45 Thanks. Found it. It was the seting in my php.ini file forgot the defalt time zone there hehehe. fun stuff with home server lol.
Last reply by vJet2, -
- 2 replies
- 2.2k views
Hi, I am starting a VA that is going to Simulate Widerøe and the airline's operations. I contacted the VA and I am waiting for approval for usage of logo's, name's etc. I wonder what other expences I have to keep in mind (if so, let me know) How to manage a VA, and if there is any services which help me program the page and perhaps how to it. Basicly I would like as much info as possible! Here is a summary of what I have planned: Domain - Buying from tfdi (VirtualWideroe.net) Hosting - Tfdi Smartcars v2 - Tfdi Web Design - a friend of mine I want the following things to be featured in my va: -Compatibility with Smartcars v2 -I want a login/register feature …
Last reply by VirtualWideroe, -
- 4 replies
- 2.2k views
Hi Guys, Can't seem to find anything about this error posted so far, I have installed the system onto a windows server (IIS7), it installs fine and fires up the home screen. From this point though I cant navigate to any other page, the URL changes but the Homepage remains, and it wont let me login? It just takes my username and password and then remains on the homepage. I have checked my permissions and even opened them right up, still get the same response. Its almost as if the URL rewrite isnt working, but I dont think its required is it? Any help or advice welcomed, Update: Aftter Tuirning Debug mode on I get the following Warnings: Notice: Use of undefined co…
Last reply by bunoire14, -
- 1 follower
- 5 replies
- 2.2k views
Does anyone have the zip file of simpilots phpvms ? it seems that he cleared up he's github Thanks in advance
Last reply by ShredMountains, -
- 4 replies
- 2.2k views
I'm not sure whether i need to create a module or if there is just a little code snippet that i can use to accomplish this. What i am looking to do is to create two tables for my front page. 1) Recent Hires The goal is to pull the 5 most recently approved pilots from the db and populate it in a small table. It will be there 'flag img'name and id and date hired eg: 'flagimg'Scott Barlet(CCC002) 08/14/2010 2) Recent promotions The goal is to pull the 5 most recently promoted pilots from the db and populate it in a small table. It will be there 'flag img'name and date promoted eg: 'rankimg'Scott Barlet 08/16/2010 So this is what i am trying to accomplish!…
Last reply by thomas2360, -
Problem: Booked flights
by Guest sandro88- 12 replies
- 2.2k views
Hello. Have a problem whom I on View my flight bids click. this message You have emergency comes bid on any flights a test flight plan I provided and booked however evenly it not on You have emergency bid on any flights was not indicated. Can someone help me there further? Greeting Sandro
-
- 15 replies
- 2.2k views
phpVMS version 2.1.936 PHP version 7.133 MySQL version 5.5.60 Nginx Server When submitting the registration form it just takes me back to the form, no errors shown or anything, and the user isn't created.
Last reply by bwilber, -
- 6 replies
- 2.2k views
Hi guys I am new to this and an amature php developer. It more of a hobby. Please bear with me. I have just set up phpvms and it's working great. The only thing is that when I try adding a route in the admin area the route is not there. Tried up loading it via csv file and the same, it does not appear in the routes. A similar thing happens with the pirep. It says the server has received the pirep but I can't see it in the admin panel. I am running it on localhost As i wanna get it all working befor I make it live. Thanks for any help guys guys P.S. one thing to add. i am not getting any errors. when i try add a schedule it says success and when i send the PIREP …
Last reply by Werdlem,