Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 25 replies
- 4.5k views
Gday Guys Can someone point me in the right direction with this. My Roster and footer are not centered correctly(only on the Pilot Roster Page for some reason). Im not sure what files need to be edited. Thanks
Last reply by Nabeel, -
- 1 follower
- 17 replies
- 4.5k views
Hello, I'm re-asking for help because after the first post nobody answer me. I'm trying to get a VA online, I have ehost as hosting, uploading phpvms via cyberduck after creating a database, just following the manual instruction. When i paste the install.php URL in my browser, error 500 shows up, i've tried to delete the .htaccess file but nothing has changed. I've also contacted ghost support but they answer me they don't give support for third party. Could someone please help me?
Last reply by StephParker, -
- 1 follower
- 14 replies
- 4.5k views
Hello, I have succesfully setup the simbrief module from Baggelis on my site. It is just great. But one question though, When opening the OFP it is allways in the default LIDO format. Is it possible to change that to one of the other layouts availible on the simbrief website? Kindly regards, Rick Winkelman
Last reply by CarlosEduardo2409, -
- 7 replies
- 4.5k views
Hello every one! Can someone help me? In fact, I would like to have a pilot list without hubs. Can someone give a php code for pilot.php in modules? to order my pilots in a single list. I hope you could help me! Thomas
Last reply by AidasP, -
- 25 replies
- 4.5k views
I know this may be a silly question. I just updated to the newest version. (without a backup of course...DOH) Now I have nothing but problems again. Is there any way of going back to the old version ? Like an undo ? I know, probably not, but I have to ask
Last reply by kbohme, -
- 18 replies
- 4.5k views
Im trying to download phpvms and i get this errors Please help me download this step by step ______________________________________________________________ 1.lib/signatures is not writeable 2.lib/avatars is not writeable 3. lib/rss is not writeable 4.core/cache is not writeable 5.core/pages is not writeable 6.Could not create core/local.config.php. Create this file, blank, with write permissions. _______________________________________________________________
Last reply by Nabeel, -
- 10 replies
- 4.5k views
Hi Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Config::Set('PHPVMS_API_SERVER', 'http://api.phpvms.net'); Config::Set('PHPVMS_NEWS_FEED', 'http://feeds.feedburner.com/phpvms'); Config::Set('VACENTRAL_NEWS_FEED', 'http://feeds.feedburner.com/vacentral'); Config::Set('GEONAME_API_SERVER', 'http://ws.geonames.org'); I have tried changing from 'phpvms' to 'geonames', but its not working. I have added this line: Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); to local.config.php, however I'm still unable to lookup for airports in phpvms admin panel,
Last reply by OzFlyer, -
- 1 follower
- 14 replies
- 4.5k views
Our host just informed us that they will be upgrading to php7.2 and removing php 5.6 in the next few months. Does anyone know if phpVMS 5.5.2 will work without issue on php 7.2? If it won't work, any idea of what needs to be changed? Guess I'm going to have to install wamp again and set it up with the hosting companys current version to test things out locally.
Last reply by ProAvia, -
- 28 replies
- 4.4k views
OK, I previously created a topic on one of these issues but I'll make it much clearer this time. Here are two major problems I'm having at the moment: 1. NO ROUTE PASSED ERROR - Click on Add to Bid to receive the dreaded No Route Passed error. 2. GOOGLE MPS NOT SHOWING - My Live ACARS one works, but not the one in the PIREPs or the View Details page on the schedules. Does anyone know any fixes for these? Link: http://www.freshjetvirtual.com/
Last reply by freshJet, -
- 5 replies
- 4.4k views
I would like the list of pilots of my virtual airlines do not show inactive pilots, removed or banned. In my database is as follows . <?php if($userinfo->retired == 0) echo 'Active'; elseif($userinfo->retired == 1) echo 'Inactive'; elseif($userinfo->retired == 2) echo 'Banned'; elseif($userinfo->retired == 3) echo 'On Leave'; ?> My pilots_list.tpl <?php echo $page_htmlhead; ?> <body> <?php Template::Show('core_navigation.tpl'); ?>…
Last reply by web541, -
- 10 replies
- 4.4k views
I am trying to install VMS and I got this..... Fatal error: Class 'DB' not found in /home/vcalorgu/public_html/wurx/core/common/SettingsData.class.php on line 28 This is what is on line 28... $all_settings = DB::get_results($sql); Any ideas?
Last reply by vcal, -
- 11 replies
- 4.4k views
Hi there! I'm creating a PHP script to export pilots from a custom built VA Admin System I did a few years ago. I opened RegistrationDataClass.php and found out that the AddUser method receives the following array as parameter: $data = array( 'firstname' => '', 'lastname' => '', 'email' => '', 'password' => '', 'code' => '', 'location' => '', 'hub' => '', 'confirm' => false); I can fill most of those fields with legacy data, but not sure how to create a pre-defined password and salt (?) and have pilots change their passwords once the logon for the first time into the system. Also, are those the only required fields to create an entry in t…
Last reply by vazquezjm, -
- 9 replies
- 4.4k views
Long time no talk all. Hope everyone is well! I've been fighting the navdata point display on the maps and have finally gotten it to point where I am happy, however I discovered an issue I can't quite figure out. When you run the parseRoute to generate the waypoints on the live map; it goes through airways and finds the entry/exit and everything in between. This works fine when the entry to exit is position (going forward) but when it's backwards it doesn't pull anything. I have this particular airway where I'm entering at sequence 36 - KULIS and exiting at sequence 20 - SIDAK. It will not pull the values for sequence 35 to 21. …
Last reply by ProAvia, -
- 4 replies
- 4.4k 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, -
- 18 replies
- 4.4k views
Hi, recently my website started to not functioning properly, such as whenever I click on crew roster or pilots page, it still shows me the home page You can see the home page here http://airmalaysiavirtual.com Here are some pages for example (actually it is every single page) that still show the home page regardless the url. Http://airmalaysiavirtual.com/index.php/acars Http://airmalaysiavirtual.com/index.php/pilots Http://airmalaysiavirtual.com/index.php/story The problem started when some of my pages started getting "500 Internal Server Error", and my host re-setted my server to get rid of it. How do I solve this problem? It is really frustrating since it was li…
Last reply by freshJet, -
- 25 replies
- 4.4k views
Hey i was wondering how i could get the pireps that are sent in from FSACARS to show in the admin pannle to show where it says Latest Stats 0 PIREPs pending, is there a way to get them to show up there and under the PIREPs view pending??
Last reply by Nabeel, -
When i use FSCars for my flight tracking on the live map it keeps popping off then on. any idea's appreciated. thanks Daniel
Last reply by TennShadow, -
- 17 replies
- 4.4k views
Hello everybody, i have a problem with the current location of my pilots. They all make flights but the current location they have, is MY current location always. All have my current location Does anyone know how to fix that ??? thankssss
Last reply by mobitu, -
- 7 replies
- 4.4k views
Hi, I'm very new to PHP and PHPHVMS in particular. I host my website on bluehost and am encountering a problem with accessing my newly created database. I used to have another php system on my website which someone else designed for me but I decided to opt for PHPVMS because of the opportunities it has to offer. Now, to be honest, the install guide isn't much helpful and after having looked in this forum, all request for help was either answered specific to the host type (which is why I mentioned my host) or was re-directed to the primary guide - but that's the reason why we resort for help to these forums. That aside, I would like to know how I should exactly fill out …
Last reply by Nabeel, -
- 2 followers
- 11 replies
- 4.4k views
I'm having trouble counting flights pilots. Please help The pilot has flown hours, no more records in the number of routes. See the photo.
Last reply by Fernando, -
- 2 followers
- 16 replies
- 4.4k views
Hi everyone, Since last week my virtual airline can not receive flights reports because the PIREPS function stopped working by surprise (manually or through smartCARS). I tried reinstalling the PIREPS module, the classes files and the whole site using the last version of phpVMS available but it does not work either. I contacted my hosting provider and after some tests they told me it could be a problem compatibility with MariaDB. Last Wednesday they updated their servers, including MariaDB, since then I have this issue. Here you have more details: SQL: 10.2.8-MariaDB phpMyAdmin: 4.7 Apache: 2.4.27 + LSAPI PHP 7.0.22 Could be this…
Last reply by Strider, -
- 24 replies
- 4.4k views
last update of the beta 850 to send the log giving this error when clicking two and the same log is sent several times
Last reply by Nabeel, -
Can't find ADMIN Panel
by Guest Martin- 6 replies
- 4.4k views
Hi all, My friend installed phpVMS on a server for me, he registered me as the only pilot, but when I log in, I can't find a link to admin panel! I tried http:// www . com/admin/index.php/Events_admin got: An Error Was Encountered Unauthorized access Tried on FFox and IE.. same. What shall I do ? I did search through forum for half a day, but no one had this exact problem. Thank you.
Last reply by DCaptainFunk, -
- 9 replies
- 4.4k views
Hi! I have a problem of my virtual airline. I can't remove bid in my page. I double click and I have a white page. It's very important.for me. But in the admin, I can delete the bid pilot. Thx ------------------------------------------------------ Sorry for my english, I'm French
Last reply by Karamellwuerfel, -
- 18 replies
- 4.4k views
hello, I was wondering how I could edit my pilot list, so instead of categorizing pilots by their Pilot ID, it would categorize pilots by "Hours". I want it so that it shows the pilots with the most hours at the top of the list. I am familiar with editing php files and what not. here is my list: http://www.msflights.net/pilots/phpvms/index.php/pilots Basically I just need to know what file to edit and what to put in it. Thanks alot! -Kalo-
Last reply by Kalo, -
- 9 replies
- 4.4k views
I'm rather frustrated right now so I hope some knowledgeable person would post the correct code for me to get my award images to appear in the Pilot Profiles. I have tried all the answers that are here after searching the Support Forum for Missing Awards Images, too many images...all the answers given about awards I tried but to no luck. I have worked on this back and forth from my site to the cpanel file manager for a couple hours now but have run out of ideas. I get the text of the award but no image. The URL's are correct because the images DO appear in the Admin Awards area with their descriptions. they are also I believe small enough being the same size as the ran…
Last reply by Josf, -
- 14 replies
- 4.4k views
When adding airports, phpvms stalls. Is this due to the attack on the server? Also attachments have disappeared from posts on the forums, is this also due to the attack? Should I ask the devs to reupload their files or will the backup take care of it?
Last reply by Nabeel, -
- 1 follower
- 21 replies
- 4.4k views
Hi all, some weeks ago i have two aircraft with the same total flight time (838 hours), both of them have more than 1000 hours, the other aircraft less than 1000 hours have the total flight time correct. I did the query directly in the database for all aircrafts and there is indeed an error in the flight times of these two aircract. Boeing 747-400 ER Freighter (N269TP) Total Flights: 201 Total Distance: 492820 Average Flight Distance: 2451.84 Total Hours: 838 instead 1113.36 Average Flight Time: 5.54 Boeing 737-700 Converter (N271TP) Total Flights: 109 Total Distance: …
Last reply by Thomasha, -
- 1 follower
- 18 replies
- 4.4k views
When I go to add certain airports in the admin panel, when I search VIA ICAO it will say Airport not found. This happens for KATL. I tried inputting the airport info like longitude and latitude manually, but when I start a flight with smartcars, it says you are not at the departure airport. Does anyone know a fix to this issue, or can someone supply me with their Airport info for Atlanta? I run a Delta Virtual Airline so Atlanta is crucial. Thanks! -Chase
Last reply by StartVM, -
- 17 replies
- 4.3k views
I've designed a Pilot ID Card style avatar that is dynamically updated, how can i put this in place of the pilot normal avatar? I've tried editing the template for the profile by putting a standard php include to the custom script but it says it does not exist yet I know it does? You can see the script here: http://testdomain.dth-scripts.com/Flyoasis/createid.php
Last reply by homer09001,