-
Posts
1737 -
Joined
-
Last visited
-
Days Won
78
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
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.
-
This is a vmsACARS item - it doesn’t belong in phpVMS v2/v5 Support section. it belongs in phpVMS 7, vmsACARS forum. I’ll move it as a one time courteously - please use the correct forum moving forward. Additionally, when needing to post more than a few lines of a log file, upload the log file and provide a link in the forum. It is difficult to read a long log in the forum itself.
-
I split this into it's own topic instead of hijacking another thread as the topics are unrelated.
-
On your website - go to .../core/common/SchedulesData.class.php file Open that file with an editor - Notepad++ will work fine Search for - getLatestBid --- it's somewhere around line 680 or so If the line says public function getLatestBid($pilotid) { Change it to public static function getLatestBid($pilotid) { Save the file to your website and try it again Let us know if that works or not You should seriously consider upgrading to phpVMS v7 - more and more items on phpVMS 5.5.2 will cease to work as hosts continue to update their minimum PHP and MySQL/MariaDB versions.
-
Show a list of the contents in the DisposableBasic folder - /modules/DisposableBasic.... whatever is in this folder
-
If you are on phpVMS 5.5.2 you will need a host who supports PHP version 5 still (getting more difficult to find). If you are on phpVMS you will need a host who supports PHP version 7. Most shared hosts no longer support MySQL 5.6/Maria 10.2 - and this is mainly why many phpVMS 5.5.2/5.5.2.72 sites have stuff that no longer works. phpVMS v7 - most install to a subdomain, so your 5.5.2 site will continue to run in tandem. It might be best to convert to phpVMS v7 first and then move the phpVMS v7 site to new hosting that will support it. There isn't a migration guide to move from phpVMS v5 to phpVMS v7 as you can do a simple legacy import of most of your 5.5.2 data to version 7. Read thru this" https://docs.phpvms.net/ kACARS_Free will NOT work in phpVMS v7 - look into vmsACARS (same developer as phpVMS). It's payware - about $50 one time payment. Well worth it. No need to have Wordpress. Just set up a Landing Page with a few links and have phpVMS v7 in a subdomain. Easy. Some here use vmsHost for hosting. Others use other shared hosts and others have a VPS set up. It's all according to your budget. How much is your present hosting per month?
-
Sharing a screenshot of this page won't help. Include detailed information instead. We need detailed info and laravel logs. Include when it was last working correctly and exactly what you have done since then.
-
Please look for the correct section before posting - there are separate areas for v7 and v2/v5. I will move this to the v7 section.
-
Look in your modules/DisposableBasic folder. If the db_helpers.php file is not there, reinstall DisposableBasic. If it is there, there are probably other issues with your move as well.
-
You can set the lat/lon to any valid location you desire. Default phpVMS v7 comes with the map centered on KAUS - Austin-Bergstrom International Airport. Many will change the map centerpoint and zoom to best suit their VA operation and destinations.
-
No need to yell (all CAPS). What version of phpVMS are you using? if this is a new VA, use phpVMS v7. If you have properly installed phpVMS, you already have a registration page. If you moved your site to v7 from v5, there is a ‘Legacy Import’ option to move your pilots and other data over to v7. (Since this has nothing to do directly with the forum you posted it in, it’s been moved to an appropriate forum.)
-
You don’t delete everything - you follow the instructions in the docs on updating. and as already mentioned - be sure your settings list a map center point.
-
7.0.0-dev what? What is the number and date after 'dev'? Are you also a member of the phpVMS discord? As I recall, there is one extra step in updating to the most current release. Someone posted this in the phpVMS discord. It would be to your benefit to check there first. Here is the discord message link: https://discord.com/channels/332920618729340929/709879103918047262/1333405361541222502 Note the part about deleting the "sample-module" folder as well asthe other folders to delete.
-
What version of phpVMS? It doesn't appear to be the release version as at least one language is missing. Without being signed in, we can't see the dashboard page - but we can see the live map and a few public pages. https://crew.fsvintageair.com/
-
You can add a webhook to an existing channel and use that channel - or crrate a new channel. Either will work.
-
PHPVMSGEN - a free data creation service for phpVMS
ProAvia replied to LesJar's topic in General Discussions
Any update? It's been a few months since you indicated you needed to check your forms plugin for any compatibility issues. phpVMS v7 has been released for a while now. -
In the desired discord channel, set up a webhook. Copy the webhook URL and paste into the appropriate line in phpVMS, admin, settings, notifications. Don't forget to save.
-
Use phpVMS v7 Many hosting companies no longer support the PHP and MySQL/MariaDB versions necessary for phpVMS v5 to work correctly. Several important v5 functions do not work in newer versions of PHP and MySQL/MariaDB. What PHP versions and MySQL/MariaDB versions does your host support? What free ACARS are you intending to use with v5?
-
CODE that detects the network in which you are flying!
ProAvia replied to VIELMA16's topic in General & Support
The post you replied to is over 3.5 years old. With the stable release of phpVMS v7 and the ongoing issues in v5 with shared hosting updates to MySQL/MariaDB versions, it's time for anyone on shared hosting to move to phpVMS v7. Continued use of phpVMS v5 is almost impossible in todays shared hosting environment. -
Assuming you are referring to vmsACARS so will move this to the correct forum.
-
Instead of changing the Japanese language files, you can duplicate them and then change to Chinese. This would provide all included languages and the additional language you wish to add. See this GitHub commit for ideas on all files that need changing and the config/languages.php file that needs the addition of your added language. https://github.com/phpvms/phpvms/pull/1890/commits/34d7fe417dd979b42050e2f6597e2b47ff582dcd Once you are done, consider submitting a PR to the phpVMS GitHub repo for possible future inclusion.
-
Glad you found the cause. And now there is another tidbit of info here for someone else to see when they have the same issue.
-
Image (png or jpeg) in phpVMS v7 does not show in vmsACARS v2 opening page
ProAvia replied to easternhops's topic in vmsACARS
Look at the top of the forum here - there is a discord link.