-
Posts
1701 -
Joined
-
Last visited
-
Days Won
75
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Check your PMs here in the forum. I provided info as to where and how you can address your request.
-
At a minimum, I always save my .env and .htaccess (I added ph0 version stuff to .htaccess). Follow the update instructions in the docs. FTP can be slow. I use cPanel, File Manafer, Upload. Upload the zip file and extract thru file manager. Only takes a few minutes.
-
This was fixed some time back. What version of phpVMS7 are you using? Does your hosting server support PHP 8.1 or higher? You can get the latest dev version in the discord v7-releases channel.
-
How To Have Few Virtual Airlines On Single ASCARS?
ProAvia replied to Aharon's topic in Support Forum
vmsACARS is not compatible with phpVMS version 5.x or 2.x You posted this in the phpVMS Classic (v2/v5) Support forum. To quickly answer your question - update your ACARS. This will allow multiple airlines on a single vmsACARS. -
You would be best served to follow the instructions in the docs to the letter. It's quick and easy once you do it a few times. Why don't you want to delete the vendor folder?
-
How many airports is a "full base"? Adding every airport available will slow your site down. And chances are you will never fly to even 1/2 of those airports. Only add the airports you intended to have routes to. If you are still having issues, check the logs as explained in the docs and post the errors here.
-
@VERTSPD Did you resolve your email issue?
-
And be sure you have email set up correctly in the .env file as well. Are any emails getting sent out?
-
Update to the latest dev build. See the discord #releases channel for the download.
-
Glad you were able to solve your issue.
-
I was just coming here to let you know about that work-around. Chrome Browser Extension https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf Edge Browser Extension https://microsoftedge.microsoft.com/addons/detail/allow-cors-accesscontro/bhjepjpgngghppolkjdhckmnfphffdag Firefox https://addons.mozilla.org/en-US/firefox/addon/access-control-allow-origin/ Anyone who needs to use the new airport lookup referenced at the top of this post in phpVMS v5 can install the browser extension for their chosen browser. Use at your own risk.
-
If you find a solution, please post it here. Thanks
-
Looks to be a CORS policy issue... Access to XMLHttpRequest at 'https://<airport data provider>' from origin 'https://<your doamin>' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. I'm looking for a solution. I haven't messed with this in over 3 years, so it may take a while - unless someone knows an easy fix.
-
Disregard - just checked my site and it 's not working there either. I will check tomorrow when I'm on my desktop and can attempt to figure out the issue. The API it gets the data from is working, so it's odd it isn't working thru my site.
-
What version of MySQL? Turn on error reporting in the local config and plade an empty "error_log" file in the root of your phpvms install. Try using airport lookup again and then check the error_log. Did you check the browser console?
-
It's working fine in phpVMS version 5.5.2.72 What version of phpVMS are you using? PHP version? MySQL or MariaDB version? Any error messages in the browser console or error_log file?
-
Reject their PIREPs and provide the reason why.
-
Professional PHPVMS5 Skin with Matching Pilot/Crew Center
ProAvia replied to perryfincher's topic in Support Forum
You would be better served moving your VA to phpVMS v7 and then commissioning a new theme/skin as opposed to paying for a new skin in phpVMS 5.5.2 -
You posted in the phpVMS v7 section.
-
As of 01 September 2023, use beta 5 or the latest dev build available in Discord v7-releases channel.
-
@ChrisHD I wasn't aware that CC was developing for v7.
-
There are several areas that TFDI need to work on to get smartCARS 3 to be fully compatible with phpVMS v7. Until TFDI fully utilizes the phpVMS API and other items, there is nothing that can be done from the phpVMS side. Maybe post on the TFDI smartCARS 3 forum on their website. Their statement that smartCARS 3 now natively supports phpVMS 7 is not entirely true.
-
What version of phpVMS? The most senior pilots are those with the earliest join date - regardless of rank or hours flown. The lower ID numbers are the most senior pilots - unless you are reusing ID numbers. That being said, you should be able to set the sort order in pilot_list template file. If this file is in your skin, edit it there - otherwise look in /core/templates
-
phpVMS version? PHP version? MySQL or MariaDB version? What skin are you using? If not default skin, does it work with the default skin? Do you have at least one airline listed in the database? Are new pilots registering using that airline code? For instance, you have an airline named SouthWest Airlines with the airline code SWA. Any pilot registering would need to use the pilot code SWA and the system should assign a pilot number. Post your site URL or PM it to me so I can look at your registration page.
-
drawing a line using OpenStreetMap.Mapnik (leaflet)
ProAvia replied to swaluver480's topic in Support Forum
In that case, you will have to write some code to retrieve that data and display it on the map and have it update from time to time. I don't recall seeing any module that displays that live - as the flight is progressing. There was at least one payware ACARS client - no longer available - that provided a flown flight map file that showed the planned route as well as the actual flight path of the aircraft.... but it only provided the display after the PIREP was filed.