Jump to content

ProAvia

Administrators
  • Posts

    1695
  • Joined

  • Last visited

  • Days Won

    75

Everything posted by ProAvia

  1. Do you have access the the database? You can delete him there. Be aware, it's better to leave this pilot in the roster and mark him as inactive. If you delete him, I believe his pilot hours are subtracted from your VA's total hours.
  2. It looks like your install isn't seeing the css Get the latest dev build from here: http://downloads.phpvms.net/phpvms-7.0.0-dev.tar.gz And do a fresh install on a new database
  3. You do realize you are replying to a 2 year old post, right? Two years ago, kACARS would have been a possible option. Today there will be other ACARS options - but you may have to wait until after phpVMS 7 is released.
  4. Does your webhost offer other versions of PHP and MariaDB? Also ask them if they offer MySQL 5.6 or 5.7 .
  5. There is no "classic" version that will presently work with PHP 7.3 And some users have reported issues with MariaDB 10.2 and higher. Does your webhost offer other versions of PHP and MariaDB?
  6. Version 2.1.936 won't work with PHP 7.3 Checkinstall hasn't worked well in years. What versions of PHP does your host offer? What version of MySQL/MariaDB are you using?
  7. Be sure that any quoted text will appear in English.
  8. To find the version number, look in admin panel on lower right. Have you looked in the error_log file in the main phpvms directory and in /admin directory for errors? You can update to a newer version, but will need to tweak many of your modules and other customizations.
  9. To me, the email is just a notification that a pilot filed a PIREP - and that I need to go to the admin side of the site to review and process it. I don't use the Accept All (it is actually disabled) - I review each and every PIREP. And by going to the site to review them, I can see what aircraft was flown.
  10. If you look in your aircraft table in the database, you will see the record numbers in the first column. There may be an easy way to add the code to have it display aircraft type or aircraft registration. Maybe someone will be along to help you sort that out.
  11. Oh, the aircraft registration number. Right now it shows the aircraft record number because that is what the pirepdata shows. I guess do could recode it to call the actual aircraft registration number.
  12. Can you set PHP versions on a directory by directory basis? Many hosts provide this ability. Then you can have 7+ on some directories while keeping phpVMS on 5.6. If unsure if this is possible on your hosting, contact your host for guidance. If you are going to change from v2 to v5.5.2.72, I suggest you install a fresh copy. Then install you skin and modules - one by one - and correct any issues with them. Once the new install is working without error, make a backup of your present database and convert that backup to include ALL of the v5.5.2.72 additions/changes. Finally, use this newly converted database in the new install of 5.5.2.72. Don't forget to have PHP error logging enabled so you can find/fix all the errors. As for any changes that need to be made to existing skins or modules, that is beyond the scope of this thread - and no support can be provided here as there are too many variables in skins and modules.
  13. Going from phpVMS v2 to either 5.5.2 or 5.5.2.72 is a big step. Many of your modules will need editing or will not work at all. Also, the database has additional tables and fields within the existing tables. While many of us moved from v2 to v5.5.2 several years ago, it is not for the faint of heart. Lots of things will break and need fixing. What security reasons do you think warrant the need to move from PHP 5.6 to PHP 7.0? Why move to PHP 7.0? PHP versions PHP 5.4, PHP 5.6, PHP 7.0, and PHP 7.1 are deprecated. If you move, why not move to 7.2? Just because a PHP version is deprecated doesn't mean a phpVMS install can't be run on it. There are many phpVMS sites still running on PHP 5.6 without issue. Is your host forcing you to a newer PHP version? Why not wait for phpVMS v7 to be released and move to it at that time? Of course, none of your modules or existing skin will work there either. Have a look through this thread if you are adamant about changing PHP version to 7+ This is version 2 that is compatible with PHP 7. While I personally have not used it, it may be worth a look.
  14. What MySQL version did the old host use? What MySQL version does the new host use? Is this happening right after you enter the emai/pilotID, password and then click Log In? What version of phpVMS? Post the contents of your /core/modules/Login/Login.php file
  15. No tutorial. Are you presently using phpVMS 5.5.2? Are you still able to use PHP 5.6 with your host? Are they forcing you to PHP 7.0-7.2?
  16. Scalable Vector Graphics - SVG - it's a two dimensional graphics file based on XML. Since it's XML based, it can be indexed, searched, scripted and compressed. You can open them in a text editor and some graphics programs. Here is a free program to open SVG files - https://inkscape.org/ Open in Inkscape, save as PNG and then open in Photoshop.
  17. If you have access to the FSBuild navdata from Navigraph for the current AIRAC cycle - there is a post somewhere with a script to convert it to use on your site.
  18. That looks correct. You said you receive the message for only SOME pilots. What is the difference between the successful ones and the ones you get the message from? Is it for a particular rank consitently? So if it happens for "captain" rank, is it always for that rank? Maybe there is an issue with that rank image.
  19. Do you have rank images in your phpVMS install? What is the file extension of your rank images? Is the GD graphics library installed on your server?
  20. If its a dev site, I would suggest making a copy of your 5.5.2 database and then run the converter on that backup using a new copy of phpVMS 7. This will convert and import your current data. This will help you understand what is and is not imported - and what you will need to do to get v7 functional with your current data.
  21. The airports table format is different phpVMS v7 than prior versions. If you imported a 5.5.2 airports table directly into 7, it won't work correctly. That's why there is a converter built into v7. But you need a fresh version of 7 uploaded to your server to run the converter/importer. Upload the newest build of v7 and during install you will see the option in the upper right to import the older data into v7. Be patient, it will take some time if you are importing a large database.
  22. Good suggestions. It may be best to post this on his github as he may see it there quicker. Open a new issue for each and post your request as an enhancement. Change map center in admin panel instead of directly in file Log into site using pilot ID or email instead of just email Possibly add directions on how to set up a cron job
  23. simBrief does not have an ATR42 aircraft type available. They do have an ATR72. At the simBrief site, you can create a custom airframe for the ATR42 by using the ATR72 as a base. Then you can share the airframe. Once you do that, you can add the share to your on site simBrief code. I suggest you look in the simBrief support forums for how to create a custom airframe.
×
×
  • Create New...