Jump to content

ProAvia

Administrators
  • Posts

    1738
  • Joined

  • Last visited

  • Days Won

    78

ProAvia last won the day on March 18

ProAvia had the most liked content!

About ProAvia

Profile Information

  • Location
      Near KPHX

Recent Profile Visitors

111831 profile views

ProAvia's Achievements

Proficient

Proficient (10/14)

  • Well Followed Rare
  • Very Popular Rare
  • Conversation Starter Rare
  • Reacting Well Rare
  • Dedicated Rare

Recent Badges

136

Reputation

  1. 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.
  2. 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. 🤨😳😉
  3. @FlightMedicVirtual - are you using VA Base for your site software?
  4. 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.
  5. 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.
  6. I split this into it's own topic instead of hijacking another thread as the topics are unrelated.
  7. 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.
  8. Show a list of the contents in the DisposableBasic folder - /modules/DisposableBasic.... whatever is in this folder
  9. 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?
  10. 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.
  11. ProAvia

    Theme Logo

    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.
  12. 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.
  13. 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.
  14. 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.)
  15. 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.
×
×
  • Create New...