-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
Try this - no idea if it will work or not..... Go to /Documents/vmsacars/data/scenery Rename the p3d.db file to OLD_p3d.db Run MakeRwys in the P3D folder Open vmsACARS to get it to regenerate the p3d.db scenery file Close vmsACARS Go back into the /Documents/vmsacars/data/scenery folder and see if there is now a new p3d.db file Open vmsACARS and try setting the same flight up again (you may have to select P3D in settings) Report back with your findings.
-
First I would suggest that the user run MakeRwys again. Anytime addon scenery is added, the user should rerun MakeRwys. It's available from the FSUIPC site
-
In P3D v5 - default KLAX or an addon? I have two guys using P3D v5 and default KLAX without issue.
-
Post the vmsACARS log /Documents/vmsacars/logs/<current log with this error>
-
I use the same host and I've been up for days without any issue. Also - access to vmshost.io is working.
-
Seems your phpVMS version is 2.1.936 That is really quite old and outdated. You may wish to consider updating to phpVMS version 7. If you follow that path, be sure to baxkup your site and your phpVMS database hefore updating. Your post was moved to the correct forum for your phpVMS version.
-
Core - Crew Operations Center for phpVMS v7
ProAvia replied to VectoringDesigns's topic in Addons and Downloads
OP hasn't visited the forum in over 4 yeats. If it were still available after 4+ years, it probably wouldn't work with the current phpVMS release unless the theme were updated. -
Try with php 8.2 Do a fresh install - new database and downloaded zip file. Did you use install option 1 or 2 ? Let us know the outcome.
-
It explains the basic premise. You will need to find the theme css and play around with it. Experiment with changing the color codes and images. Be sure to clone the theme first so you can return to the original theme if/when you mess up your cloned theme.
-
Likely in the css file
-
What version of phpVMS are you using? 7.0.4 is the latest release In /admin/settings/general/current theme there is a dropdown that allows changing themes. I believe a default install (latest release) includes 2 themes. Additional themes can be added. There is one freeware theme called Disposable Theme available here in the forums. Be sure to read the included readme file if you choose to install it.
-
I suggest you start over again. Delete all files and folders in the subdomain you intend to install phpVMS in. Download the zip file for phpVMS v7.0.4 (I prefer the zip file over the .tar.gz file) Install using option #1
-
It appear you have posted on the phpVMS discord as well - let's see if you get any answers there.
-
It gets updated from time to time. But if the source DB isn’t updated, neither will vaCentral - even if a vaCentral update is done.
-
Check this github repository for the airports in question https://github.com/mwgg/Airports You can open an issue there for needed corrections. Also check https://ourairports.com/ The vaCentral DB gets updated from time to time. Last I knew, the above data sources were used - but this may have changed.
-
The issue is likely in the source data vacentral uses for airport lookup.
-
Solicitation for assistance - Website Maintenance and Customization
ProAvia replied to texxasal's topic in Paid Services
Have you read thru the docs? phpVMS - https://docs.phpvms.net vmsacars - https://docs.phpvms.net/acars/overview Best to have a basic understanding of the system. Installing the vmsACARS module is pretty simple. There isn’t much maintenance to be done either. What phpVMS version are you using? 7.0.4 is the current release. Many of us run a test site in parallel with our live production site so we can test things on our test site to be sure they are working correctly before installing them on our live site. This would apply to themes, theme edits and modules. It isn’t good practice to modify any of the core phpVMS files. -
If the SimBrief API supports these new options, they can be integrated into phpVMS v7. Haven't heard of that being done as of yet, but the new options were just announced this past week. BTW - what's the status of your phpVMSgen offering?
-
I'd suggest staying as far away from WordPress as you can to avoid the security and hacking concerns. You can easier design a landing page with links to additional static pages and also add a link to your phpVMS site for registration purposes and to allow crew access. Lots of other (non WordPress) options as well.
-
Great - just making sure.others have reported the issue with XP onlyaswell.
-
Is this in XP only? It is being looked at. It is an odd issue.
-
Are you using vmsACARS? What version are you using? Update your vmsACARS XP plugin. I am moving your post to the correct forum. Since this is ACARS related, it belongs in the vmsACARS forum.
-
Flight Medic Virtual is looking for pilots
ProAvia replied to FlightMedicVirtual's topic in Virtual Airlines Discussion
Yes - I was basically wanting to know if the OP knew he was posting this on a competing VA management system forum. I wonder if vaBase has a forum and if they would be okay with me/us posting our phpVMS based VA in their forum. 🤨😳😉 -
Flight Medic Virtual is looking for pilots
ProAvia replied to FlightMedicVirtual's topic in Virtual Airlines Discussion
@FlightMedicVirtual - are you using VA Base for your site software? -
In the database, dpt_time and arr_time fields are varchar fields. The created_at, updated_at, deleted_at fields are timestamps. I help manage a VA who has all their dpt_time and arr_time set in the DB as local to the dpt/arr airport. Those local times do not get changed to UTC anywhere or by anything. That VA has been updated numerous times and is currently on the latest release version. Never once have those two fields changeed. Timestamp will usually be in UTC or local time of the actual server location, depending on settings. Varchar stores a short to medium string of characters. Personally, I think having dpt/arr in local time (especially across multiple timezones only makes it more confusing for users. Doing everything in one time 'zone' (UTC) is much simpler. In the real world, if you were to ask ATC for a time check you would receive the time in UTC.