Jump to content

ProAvia

Administrators
  • Posts

    1647
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by ProAvia

  1. Hosting is with vmshost? If so, they presently support all versions of PHP required for any version of phpVMS. phpVMS v7 will be supported for some time to come. Previously versions will still work, but no further development will take place by the original developer. At some point, previous versions may experience issues and/or stop working due to advances in versions of PHP and MySQL/MariaDB. If you are starting with phpVMS from scratch, my personally opinion is to start with V7. Coming from another platform will present challenges as the data available won't be the same.
  2. I believe much of the color coding is in the css files. Here is a color picker: https://www.w3schools.com/colors/colors_picker.asp
  3. Do realize the v7 is still in beta testing. The main features are pretty much set, but it still needs some tweaking as bugs show up. Read the docs - especially the conversion process from previous version to v7. Another determination is what versions of PHP and MySQL/MariaDB are available through your chosen host. And how long those will be available. See the following link for previous version requirements:
  4. The ACARS presently being developed by the developer of phpVMS v7 will not work correctly with V5 at this point in time. As of today, there are no plans to make vmsACARS compatible with phpVMS v5.
  5. Do you have a backup of the database from before you deleted the ranks? While I don't think it should make any difference, change back to the default skin and see what that does. Unfortunately, I have never had any luck with the ela skin. If none of that works, install a new virgin phpVMS 5.5.2 in another folder with a new database, then test it to see if itworks correctly.
  6. Please start your own thread. Your question has nothing to do with the original post.
  7. Did you delete the ranks thru the admin panel or directly thru the database? Have you changed any files? What skin are youusing? Are you using the default admin skin? Check with your host to verify that strict mode is off in MySQL. Do you have a backup of the database from before you deleted the ranks?
  8. Not with this module. If you want to search for a departure airport, use the normal search. The point of a random itinerary is to depart from your last arrival point until you complete the itinerary.
  9. PHP version - not phpvms version What version of MySQL?
  10. PHP version? MySQL or MariaDB version? Have you tried directly editing the DB tables? If you choose to try, make a backup of the DB first.
  11. In the menu at the very top of this forum, click Github and get the latest dev build from there. Beta 4 is old.
  12. Great! The developer will eventually see it here too. But posting to github may be the quickest way to get him to see it.
  13. When the developer asks if you have the latest build, that usually means that he is suggesting you will require the latest build. If you visit the discord server... v7, development... you will see the latest build link, along with the build number. That is the best place to find the latest build. Up to you to compare your build number to the latest on the discord server.
  14. @FatihKoz - If you are not sure which dev version you have, your first step is to check that yourself. Once you verify you are using the latest dev version and tested again, then come back here and post if experiencing further issues.
  15. app.config.php is where all the base settings are. You never change or add anything to app.config.php. All changes/additions are done to local.config.php. local.config.php overrides any like settings in app.config.php. Steps # 3 and #4 need to be followed to the letter.
  16. Save a copy of popupnews_list.php first, then replace $hashtag_string = str_replace(['!', '\\', '/', '*', ' '], '',$item->subject); // Line 17 in the file with $hashtag_string = str_replace('['!', '\\', '/', '*', ' ']', '',$item->subject); // Line 17 in the file or $hashtag_string = str_replace(('!', '\\', '/', '*', ' '), '',$item->subject); // Line 17 in the file And see if that resolves it or not. I don't use that skin and my popupnews_list file is slightly different. Maybe @LeonardIGO4036 has a fix.
  17. Post line 17 from lib/skins/iCrewLITE/popupnews/popupnews_list.php
  18. First - NEVER change anything in app.config.php. All changes/additions are to be done in local.config.php. The local.config file takes presidence over app.config. Reset your app.config to default and make changes/additions in local.config only. 1 - Maybe look in your hosting cPanel for options to monitor memory resources. phpVMS is pretty efficient though. 2 - Entries in the sessions table will rotate in/out. Nothing much to worry about there.
  19. Yes - ask them to set you up on PHP 7.0 thru 7.2. And verify that the MySQL on your site is 5.7. I know of other TFDI users who are on PHP 5.6 or 7.2.
  20. phpVMS 5.5.2.72 and below won't run correctly with PHP 7.3 as noted in the readme. Users have reported issues with MySQL 5.7 - mostly with Strict Mode - and phpVMS 5.5.2.72 and below.
  21. It would help to know what versions of a few items you are using phpVMS version? PHP version? MySQL or MariaDB version? Have you tried out any ACARS yet or have a preference for a specific one?
  22. smartCARS works well for most all those using it. My bet is there is an incorrect setting on your site or smartACARS isn't installed correctly. What time zone is your server set for? What do you mean it shows the wrong pilot location? Time has nothing to do with location. You may wish to contact TDFI on their forums and ask there also.
  23. phpVMS 2.1.x works well with PHP up to version5.4 You will encounter errors with PHP 5.5 and above. MySQL 6.35? Never heard of that version. phpVMS 2.1.x, phpVMS 5.5.2 will work with MySQL 5.6 and MariaDB 10.1 - issues reported with versions newer than that.
  24. phpVMS version? PHP version? MySQL or Maria DB version?
×
×
  • Create New...