Jump to content

ProAvia

Administrators
  • Posts

    1634
  • Joined

  • Last visited

  • Days Won

    70

Everything posted by ProAvia

  1. What exact latest version are you using? Beta 5 or the latest Dev version from the #v7-releases channel on Discord? Who is the host? Shared, VPN, other? All default or any addon themes or modules?
  2. Verify whether you have phpVMS v7 or v5. You posted in the v2/v5 forum. Once we know what version of phpVMS you are using, we can attempt to help you out.
  3. Well, @LesJar has been on the forums recently. He visited about 6 hours after your post. I agree, the developer ( @LesJar ) needs to reply when this will be available or he needs to declare it as abandoned.
  4. Maybe copy/paste the other post to discord. I think others may be using 8.2 as well - but haven't reported any issues. Do a clean install on a new subdomain under php 8.2 Only add two users - admin and a dummy account for testing purposes. See if the issue is still there. There was a new build released today - see the v7-releases channel. It doesn't address your issue though - but good to use latest anyway. And good practice updating your live site as well as a clean install on a new subdomain.
  5. SimBrief is integrated into phpVMS v7. Enter your SimBrief API key in admin, settings, simbrief section. Yes, each pilot needs a SimBrief account and needs to be logged into it. They will be prompted on the phpVMS screen if they are not. Basically, if a pilot clicks on the Generate OFP button, the info will be sent to SimBrief, the flight plan will be returned to phpVMS and displayed for the pilot to see. I chose to only allow SimBrief if the pilot bids the flight. Be sure you assign a subfleet to the flight and that the pilot holds a rank that allows them to use that subfleet.
  6. Is email set up correctly in your .env file? In admin, settings - scroll down near the bottom and verify the 4 boxes related to emails are checked. If that doesn't work, create a new dummy account (non-admin account). Be sure to opt-in on all non-administrative emails. Send a new news item from the admin side and see if it shows up in the dummy account.
  7. Is this only for vmsACARS download (for now)? Did you put the contents of the public folder in public_html or leave those contents in public folder in the phpvms7 folder? In /public or /public_html (according to how you installed) there is, by default, a folder named /uploads/files. Go to /uploads/files and create a new folder named /acars. Upload your acars zip file to this location (.../uploads/files/acars). In the admin panel (assuming you installed the vmsACARS web module correctly), go to addons, VMSAcars. Under "Link to the ACARS download" enter /uploads/files/acars/<filename_of _your_acars> In the Dispo theme - Docs & Resources, Downloads - you should now see your acars download.
  8. When you update phpVMS on your site, any core changes will be over written. Keep a copy of your edited files somewhere safe where they won't get over written. In the Dispo Theme readme, it suggests making a copy of the Dispo Theme and using that copy for your edits. That way, when you update Dispo Theme, it's easy to compare the new files to your edited ones. In essence, this copy becomes your personalized theme. And you don't need to be concerned about over writing edited files. I only copy Dispo files to my theme that I intend to change. If a file in your theme isn't there, it will use the file from the Dispo Theme. Likewise, if the file isn't in Dispo Theme, it will use the file from the default theme.
  9. Check your PMs here in the forum. I provided info as to where and how you can address your request.
  10. 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.
  11. 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.
  12. 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.
  13. 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?
  14. 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.
  15. @VERTSPD Did you resolve your email issue?
  16. And be sure you have email set up correctly in the .env file as well. Are any emails getting sent out?
  17. Update to the latest dev build. See the discord #releases channel for the download.
  18. 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.
  19. 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.
  20. 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.
  21. 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?
  22. 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?
×
×
  • Create New...