Jump to content

DisposableHero

Members
  • Posts

    761
  • Joined

  • Last visited

  • Days Won

    123

Everything posted by DisposableHero

  1. This is always the latest development build : http://downloads.phpvms.net/phpvms-7.0.0-dev.tar.gz Download it, but as ProAvia said, it needs at minimum php8. So; If you are on VPS you need to install php8 (or better 8.1) first, configure it if necessary. If you are on SHARED HOSTING then you need to speak with your host about php8 (or better php8.1) availability. VPS setup may be tricky (you need to do it yourself or may need some outside professional support) but SHARED HOSTING setup is simple and easy. Just you need to follow https://docs.phpvms.net/installation/uploading this page OPTION 1 : Creating Subdomain part. It has pictures from CPanel and it will look similar in your setup too. For an experienced user, creating subdomain, uploading files, setting up db and installing v7 takes max 10-15 minutes (most of the time less). For a starter it may take around 30 minutes by following the docs step by step with double checking everything. Good luck, hope you can manage to install it
  2. Hi, I have a module and a widget doing what you need, but it works inside phpvms so it will not fit your needs as far as I understood. If you are ok with php/laravel and can create a custom module for yourself, what you need is to read live flights (actually live pireps) data from v7. Technically it would be the easiest step though, just getting a model with its relationships from a laravel, or more basic way reading from a database table with some joins (if you are willing to go that way of course). Don't get this wrong but the example you request will be the final step and it will be something like this {{ $liveflight->aircraft->registration }} for blade, <?php echo $liveflight->aircraft->registration ?> for plain php. For this to work, you need to complete steps 1 and 2 and then pass that data to somewhere, process it as you need etc. I know, writing this is easy but the process will take time, trial and errors, fine tunings according to your needs too. So no one can give you a working example for what you need at the moment. Good luck
  3. It may not be related to the latest MSFS changes though. Screenshot says that the initial scan is not completed at all, after that step (it scans and finds some airports, like 4-5 and database gets generated) it gives a different error (like ICAO '.....' NOT FOUND)
  4. Yeah, that lines you read simply says "The latest commit, potentially unstable" (technically it may be buggy or may have things not working etc). But at all the pages you can download latest beta it says "not to download the beta 'cause it is too old" A little bit confusing but be assured, Latest DEV build is the one you need. It is stable and up to date, offers much more features and php8.x ready (in fact works only with php8.x and up) Glad you figured it out and installed the latest development build (latest dev or dev in short).
  5. Did you installed latest dev build or beta.4 ? In latest dev builds, mails are by default written to log until you finish that setup/configuration. So you can check your logs to get the reset link too My personal preference would be re-installing too, as you are not able to login after a new install, you have nothing to lose or worry about yet. Good luck
  6. Hi, There is no easy or pre-built / default way for what you think or need. It is still possible of course, but you need to code it yourself to fit your needs and system. Logic is simple; 1. Read live flights data (or anything you need) from phpvms v7 2. Convert it to an universal format for other applications of your VA to read 3. Read that converted data and process (Live Flights Board, Custom Live Map etc) (You may need to build your own module for 1 and 2) As long as you can develop things on your own, everything is possible. If you are not able to code things, then it will be really hard to achieve custom outputs like you wish. Hope this helps, God speed and good luck.
  7. Hi, most probably this is not a bug. As no one experienced it until today except you and there is no reason for the flights to disappear by their own without a clue. There were no changes done to the core code about how they are recorded and/displayed. Did you checked your database when this happened ? (Very important to debug the process) Was the flights table empty when you checked ? (Points out a database problem rather than a bug) Or was it full of flights with field values active = 0 / visible = 0 (or active = 1, visible = 0) ? (Points out a schedule problem rather than a bug) Or was it full of flights with field values active = 1 / visible = 1 ? (Points out a v7 settings mismatch rather than a bug) So if it happens again, please provide more info as per the docs before acting on your own. Only then we can understand what is going on (and maybe why it is happening) to prevent future problems. For future reference; https://docs.phpvms.net/help https://docs.phpvms.net/help#exporting-data-for-troubleshooting Safe flights
  8. They can't... Because vmsAcars only supports x64 operating systems (64bit), and there is no x86 support (32bit). In this context, earliest supported operating system is Windows XP x64 (really tricky and may fail mostly), next one is Windows 7 x64 (runs better compared to XP). Both of these are limited up to a certain version though, so even if your pilots do upgrade their systems they will need some specific vmsAcars versions and may miss some features. Best practice is to move on, upgrade equipment and software to follow standards. Second options for those pilots is to send Manual Pireps. Safe flights
  9. If you are planning to have a landing page, then it is highly advised to install phpvms v7 to a subdomain, you can find the details at installation guide (here at forum) and the details about uploading at docs. https://docs.phpvms.net/installation/uploading According to your explanation, it is clear that you are doing something wrong 'cause it is not needed to edit index.php etc for a proper install.
  10. Glad to hear that workaround saved your day too
  11. Technically you can not start searching or debugging the error I tried scanning a fresh installed sim with SU8 embedded during install, it was ok and all default airports + my addons in community folder was processed (added to database) Then I updated to SU9, tried a new scan with a fresh installed vmsAcars, it went well too and all my airports was found. One of my friends (a pilot of a VA I manage) faced the same issue, formatted his sim pc and fresh installed the sim (probably with SU8 like me), it went well and he is happy now. Another one (from the same VA) had the issue, he tried only re-installing the sim but he was not able to scan like you. I am not telling you to format your disc of course, but this is a strange error and I "assume" it is something broken at msfs and this happened probably when switching from SU7 to SU8 (or in between them somehow maybe with a world update etc, maybe not detected) and now with SU9 it is effecting more pilots Anyway, looks like only workaround now is using another pilots msfs_nav.db file (get it from a friend, place it on top of yours, do NOT re-sync until this problem is identified and fixed). I know, it will be missing your addons placed at community folder if you are not using the same addons with that pilot but at least you will be able to start a flight with acars. Hope it helps
  12. That build will definitely work with my addons Enjoy your night and good luck.
  13. Yeah, this is something thanks for the info. (you can delete the link/file from your Google Drive if you wish so) [2022-05-02 21:33:41] production.ERROR: Undefined variable $captcha Most probably you are using an incompatible (old) version of phpvms v7 with a theme which requires the latest development edition. This is why provided default is working but my theme is not too. Unfortunately you are STILL not following the docs to request help properly. https://docs.phpvms.net/help#information-required Please do not rush, take your time, read the link above and provide info for the bold items whenever you are ready to do so. We only have answers for "What page stuff happened on" and "Laravel logs" items, rest is still unclear. PS: We do NOT need apache and php logs for this error. Best wishes
  14. So what can we do, or how can we help with nothing in hand ? It is clearly written in that page 1. Check laravel logs for error details 2. Ask for help with all required details And there is a link at the bottom for more info about what we need. I am really not understanding this attitude and probably never will You are Either not reading what is written there and running somewhere to ask for help, Or reading it but not following for some reason, Or reading it but doing this on purpose for some another unknown reason. When something terrible or unexpected happens, I do read what is written there, if there are any links to follow I click and read them too. But most of the VA owners/admins (even some so called "webmasters" not doing this) and requesting help with literally zero info. Hope you figure out this and provide some valuable info to get help. Best wishes
  15. That update should go through composer > package.json I suppose as it probably needs to be recognized by laravel framework properly. So just updating the folders with new files may not work at all or may generate problems.
  16. I kindly suggest you to read the docs, main difference between a widget and a module is explained there. Basically, above example is pure js. So it does not need to be a module, does not need to be a widget either. So in theory, it can be used as html/js in a blade OR can be converted to a (ultra) simple widget. Good luck
  17. I liked option 3. Given the fact that v7 offers multi airline out of the box and its flexibility for setup and usage, it may be a nice choice for future. Schedules, fleet, operations etc all can be multi airline and if needed relaxed or easily can be restrictive upon airline needs. (costly, needs vmsAcars license) Option 2 looks like the easiest solution, if the operator has enough database knowledge and have backups for worst cases. (free but risky, can be easy if you have enough knowledge) Option 1 is the easiest
  18. Filter property may be useful; https://www.w3schools.com/cssref/css3_pr_filter.asp
  19. No need to be puzzled, either that pilot did a free flight and selected SVAG (8) as the airline or edited his pirep before sending it and changed the airline. It can not happen on its own, it is simply not possible.
  20. Do you allow free flights ? If this is the case then a pilot can choose and use SVAG (as the airline) and 956 as his/her flight number. Which will give you the exact image above, but you will not be able to find that flight in your database. So, better check your database; a. Flights table for any flights assigned to that "group" airline and fix them (assign them to proper subsidiaries) b. Pireps table for any reports sent with that "group" airline's id As I am using a multiple airline setup for a long time, never had an issue with "airline id <> airline" matching and that part of the core is maybe untouched for years, so all can assume that it will not be touched/changed with upcoming update too. Hereby I am kindly informing you that your "issue" can not be solved by just updating your phpvms as it is not a problem related with core and/or addons. Safe flights
  21. I solved that problem by adding a light colored glow outside the dark colored text and by using transparent background. With that, same logo is being used on both light and dark themes without any visual differences and loss of branding. Light theme: That light anti alliased glow is not noticable at all. Dark theme: That glow makes the text (or logo) visible and separable from the black background and looks fine. Just for your info
  22. Got your point Colors are nice, grey and yellow tones look good Yeah, there was a discussion or talks about adding "time" as a core expense unit, selectable per flight but what happened to that idea I really forgot. As I am using my own module for income and expense, I stopped using core features. But if I can find that old topic (or maybe the GitHub issue) we can start talking about it again. It may come in handy, we can define expenses per flight by time then. Thanks for bringing that old/forgotten topic back, after Laravel9 maybe we can focus on and have it implemented in core (while looking at the custom expense bug). Best wishes
  23. Why do you need a text change for it ? It is the "block time cost" of an aircraft (comes from subfleet of course) and it is the correct phrase to use there. In theory, it is the cost of using that aircraft for xx minutes, defined hourly as like in real life but calculated per minute. So in short, it is correctly designed, being calculated and used. Please do not mix up things with other things and try to find a way around to have what you wish to see, by requesting changes to working features That custom expense not working is still an open bug, probably will be fixed soon (after Laravel9 switch). If you need to stick with current dev for some reason, then you can design a really simple module to pass your custom expenses, that works, only "custom expenses without a module" solution/example is failing And just wondering, why do you need to create "a cost of crew salary" ? Pilots do get their pays, it is calculated. If you are trying to simulate cabin crew salaries, then doing it with an expense is much more logical. No need to brake working block time cost for that Best wishes
  24. Are you using phpvms v7 ? If not, this may not be the correct place to get support... To me that change looks like a css/styling issue or a browser rendering problem in general.
  25. If you mean making it changeable/selectable by the user, like a language selection dropdown at frontend, no it is not possible. If you want to change the language from English to French, then it is done in env.php file. APP_LOCALE=xx setting is for that.
×
×
  • Create New...