Support Forum
Any questions or bug reports go here.
7136 topics in this forum
-
- 1 follower
- 41 replies
- 14k views
These instructions should work https://gist.github.com/nabeelio/6380e05dbb8ce8c53765f0068f6515e3 Note: Make sure to make the changes in the skin you're currently using.
Last reply by ProAvia, -
- 2 followers
- 34 replies
- 15.7k views
Hi guys... PHP 5.x series has been deprecated as we all know, and with cPanel now dropping support as of Jan 2018, that is going to put a lot into a bind. So I've been working on bringing up that compatibility level. First step is making sure that everything is backwards compatible, so it would be great if people can test and report back issues. I recommend creating a duplicate of your site, and applying updates. I'm trying to make as few changes as possible for now to make diffs easier. The branch is here: https://github.com/nabeelio/phpvms/tree/php70 It'll be easier to just keep updates and notes to this thread here. Thanks!
Last reply by carzzpeter, -
- 0 replies
- 23.3k views
Thanks to @DisposableHero Github master file has been changed to accommodate IPv6 IP addresses. New installs after the date/time of this post will be set up for IPv4 and IPv6 IP addresses. https://github.com/ProAviaAZ/phpvms_5.5.2.72 Previous installs can update to allow IPv6 addresses by running the SQL queries below. Both are needed. 25 chars will not be enough to store v6 addresses. It should be at least 45 chars to avoid errors. So during install, setting ip related column length as varchar(45) may solve future issues with new members using ipv6. Also for current users of your release, running simple sql queries may help to sol…
Last reply by ProAvia, -
- 7 followers
- 84 replies
- 20.1k views
After much time and effort fixing errors, I now have phpVMS 5.5.2 working successfully on PHP 7.2. My live site has been running this for over 3 months. The installation program has now been updated to be able to install under PHP 7.2 as well. After much testing, including by several members here, I decided to release this version to the community. Here's a link to the program at github: https://github.com/ProAviaAZ/phpvms_5.5.2.72 Be sure to read the README file. Some may experience a few warnings when installing. While these warnings can be fixed, doing so creates major issues elsewhere with the installation. Continuing with the installation will install the …
Last reply by ProAvia, -
- 4 followers
- 72 replies
- 21.2k views
Hi all, This has gone through a couple of rounds of testing, and seems to be working. The instructions are here: https://gist.github.com/nabeelio/8b7ab29fb67dfe27284d63d7136388dc Make sure to make the changes in the skin that you're currently using. Luckily, changes aren't too bad or complicated.
Last reply by YusufBudi, -
- 2 followers
- 8 replies
- 11.6k views
Howdy! So I was actually going through the Forums... Went through some posts discussing about SSL Certificates for phpVMS. You don't actually need any Module to force SSL. Just need to edit some lines of Codes So I'll tell you how to use phpVMS 5.5.x with SSL so that your Login Data is Secured. Please NOTE I have divided this Tutorial into two Parts, One for New Installers and another for the who are already using phpVMS. FOR PEOPLE WHO ARE INSTALLING PHPVMS FOR THE FIRST TIME 1) Install SSL on Domain (First Things First) 2) Install phpVMS in root, subfolder (You can even make it a Subdomain Like https://phpvms.domain.com) 3) Trig…
Last reply by Yash, -
- 1 follower
- 0 replies
- 7.1k views
Some sites are not working because of doing on PHP 5.4+. There are some changes that need to be made, luckily pretty simple. If you haven't modified anything, look at: https://github.com/nabeelio/phpvms_v2. The php70 branch (default, download here: https://github.com/nabeelio/phpvms_v2/archive/php70.zip) is updated to support PHP 7+ If you're on the 5.x version, you should be fine. action.php Find ~Line 46: error_reporting(E_ALL ^ E_NOTICE); Change to: error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT); core/local.config.php Find (~L139): Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); Change to: Config::Set('ERROR_LEVEL', E_ALL…
Last reply by Nabeel, -
- 1 reply
- 39 views
Hello, first of all I apologise for my translated English, I will try to explain myself as best I can. I have a problem with my fleet reservation system, here is an example. I have a LEMD-LEST route associated to an a320 with EC-VAG registration, when I go to book the flight I will see the a320 type aircraft in my location(LEMD). The EC-VAG is at another airport. I book the EC-VAA for example, and on the fleet page this aircraft appears as booked and the EC-VAG appears as available. But once I have finished the flight, the aircraft that has really changed its location is the EC-VAG, the EC-VAA remains in the location it was in. Is there any …
Last reply by ProAvia, -
- 1 follower
- 1 reply
- 26 views
Hello, I have been searching the forums but I cannot find anything similar to what I am looking for. I was wondering if there may be a bit of code to check if flight bids are currently being flown. Im trying to display a flight status under the bids that are in progress such as "Departed", or "Scheduled Departure" Thanks!
Last reply by ProAvia, -
- 1 follower
- 6 replies
- 102 views
Hi, I am trying to get skins on my website but all I seem to be getting is white screens with writing. Even with the most basic to install like deep blue. I am using Phpvms 5.5.2. Can anyone help please? Much appreciated below is the example of StislaSkin skin. I have tried clear blue also with the same results. whej trying deep blue I was able to get other pages to work like pilots page but not the home page
Last reply by JAMESATKINSUKGT27, -
- 14 replies
- 4.9k views
Hello all, I'm a little embarrassed to make this post, as I think I was the one responsible for this glitch. When a member on my site goes to upload their own avatar via profile_edit.tpl, a message at the top of profile_main.tpl says "Profile saved!" but the avatar is never changed. There aren't any error messages associated with this glitch, which is why I'm uploading the files that I think are related to it. Would anyone be able to help me out with this? If someone could just point me in the direction of where I have to look, it would be much appreciated. Thanks in advance! profile_edit.tpl <h3>Edit Profile</h3> <form action="<?php echo url('/p…
Last reply by Boogace, -
- 3 replies
- 169 views
Hello, I'm trying to set cookies to expire beyond the session. In the /public_html/php.ini file, I changed the setting from 0 to the value below and it still reads expires on session when I inspect in my Chrome debugger. I want to set it to expire in 30 days, so I entered the equivalent amount of seconds in session.cookie_lifetime. Is this correct or do I need to change a setting somewhere else? Thanks in advance for your help. Chris Smith, www.ndbair.com
Last reply by ChrisSmith, -
- 1 reply
- 77 views
Hello I have some files in PHPVMS and I need to get the location as a url of those script files. ANy help would be appricisated thanks.
Last reply by ProAvia, -
- 1 follower
- 9 replies
- 258 views
After several attempts I opted for this version as it is more than enough for my project. After a few tests everything seems to work (e.g. pilot rank, add fleet, add airports), but when I add a route in the "flight schedules and routes" section by clicking on "add schedule" and entering all the information, I receive a confirmation message that the route has been added, but instead is not stored in the database. in fact, the adjacent table remains empty. thanks for the support.
Last reply by kekko89sr, -
- 1 follower
- 4 replies
- 163 views
When I go in to customize the crew center settings in v5, the site settings pages and such are non-existent. Photo attached here to show the only options under Site & Settings.
Last reply by DisposableHero, -
- 1 reply
- 226 views
How can I turn on passenger revenue? None of my passengers are paying.
Last reply by ProAvia, -
- 2 followers
- 19 replies
- 1.5k views
Hi Guys, Does anyone know if Crazycreatives is active? I have not received support! 🤔 I have already sent several emails, but I have had no awswer.
Last reply by ProAvia, -
- 3 replies
- 163 views
I see the Metar service has finished with IVAO now does any body know what else i can use as im getting this error now Warning: file_get_contents(http://wx.ivao.aero/metar.php?id=EDDF): failed to open stream: HTTP request failed! HTTP/1.1
Last reply by DisposableHero, -
- 4 replies
- 177 views
Ive searched this forum and all i can see is file permission in which i have done. my problem is that when my self or another member changers ther avater on my website. it says profile saved but wont change the avatar. any idea? im not the best with php and just learning as i go so any help would be perfect. thanks
Last reply by Paulevans1, -
- 3 followers
- 16 replies
- 1.3k views
This is a new topic to open up the work and fixing of phpVMS 5.5.2.72 to work with PHP 7.4 . It will be based on the existing version phpVMS 5.5.2.72 and will be progressed in this forum. Once Finished it will be polished on GITHUB as a package the same as before.
Last reply by Ghostfly, -
- 1 follower
- 38 replies
- 4.1k views
Hello everyone. Im looking for some beta testers that would like to test a new acars system im in the middle of creating if anyone is interested please comment below The link below is to vascroll my 2nd website this is the where you can find an image of the weather information page of the program a little sneak peek! i need about 5 people https://vascroll.com
Last reply by DisposableHero, -
- 1 follower
- 0 replies
- 206 views
Hello, I was just trying to see if anyone here has integrated Rainviewer into their live map, I know there’s a api for it, and I have gotten it close but I can’t get it 100%. Another thing is, has anyone found a way to edit the live map, as to where you click on the flight and the pop up is all styled, as opposed to the little acars bubble pop up…just doing alittle messing around with a test site I have, and I’m stuck at this point.
Last reply by Atcarrillo, -
- 0 replies
- 214 views
Hey guys need help with Toppilot is there a way to reset the best landing rate of all time as it seems we have quite a few people hitting very low numbers and I would just like to reset it. Cheers Wazza
Last reply by Boogace, -
- 9 replies
- 338 views
Hello friends. I'm having problems trying to login to CCFTracker. It returns this connection error to the site. I have already uninstalled and installed several times phpVMS proavia with the Stisla theme. My website is hosted on hostinger on cpanel hosting. SSL and TLS is correct and this error still keeps following me. When this message appears, generate an xml with this: At the moment I have phpVMS zeroed on the site. Because before proceeding with the installation of the skin and other modules, I wanted to solve this problem in ACARS. I'm open to referrals from other acars systems. If anyone can help me, I would be…
Last reply by ProAvia, -
- 3 replies
- 534 views
Hi, my site is throwing up a number of errors in the pirep/pilot ranks, etc...they are all foreach() errors. I am running phpvms 5.5.2, and MySQL 8.0.29. A friend of mine runs 5.5.2, but his MySQL is 5.7.33 and he has no problems at all. I have contacted my host server company, and they say they cannot put the MySQL back to 5.7.33. Does anyone have any ideas as how to fix this problem. They pointed me towards their VPS service, but the price was out of my league. Thanks in advance, and hoping
Last reply by ProAvia, -
- 1 follower
- 0 replies
- 271 views
If you install this paid module you will find it very good indeed. However with the auto awards you will get a lot of awards om the first day as it plays catch up with your history. This may not be a problem for you but with my airline I am working with we are going to produce printable certificates in pdf form for awards and as such we need the correct date for when an award would have been historically produced. This Historical Awards is being done as a module that will be Free and available on here as a zip file. Eventually the pdf certificates may be issued as a module if I can get permission from the freeware owners of the pdf creating software to use a version in…
Last reply by LesJar, -
- 6 replies
- 462 views
Logged into my admin page, but for some reason I can't add an aircraft, or modify an existing aircraft. Little help? David Reed Historic Airline Group historicairlinegroup.com
Last reply by ProAvia, -
Rents
by Jbaltazar67- 1 follower
- 1 reply
- 358 views
Good evening, Small question at the moment, is it possible that a customer rents a business jet by hour of flight and pays the company according to it ? thanks
Last reply by ProAvia, -
- 3 replies
- 341 views
The page on my site changed its format from one day to the next, would anyone know the motovo for this to occur? And how to fix it? It was like this: It was like this:
Last reply by ProAvia, -
- 1 follower
- 12 replies
- 507 views
I am currently trying to transfer a website from Hostgator to another cPanel. I transferred the home directory, mysql database, changed the settings in local.config, and assigned db user permissions for the new db. Everything works except for the schedule search. From the source code it looks like everything in the head tags is not being loaded. The new server is running PHP 7.2, MySQL 5.7, and Apache 2.4. The old server was running MySQL 5.6 but I have been unable to install 5.6 because I don't want to break cPanel through an unsupported downgrade.
Last reply by DisposableHero,