Jump to content

DisposableHero

Members
  • Posts

    702
  • Joined

  • Last visited

  • Days Won

    113

Everything posted by DisposableHero

  1. Everything explained, including Frequently Asked Questions (FAQ), in downloads section. Please spare some time and read it carefully. https://forum.phpvms.net/files/file/39-disposable-extended-pack/
  2. No, I am not sure what you want to do with DispoBasic but you still need to use the phpvms v7 admin to do management stuff. My modules are not replacing core features, they add new features, outputs and pages only.
  3. You are doing something wrong then Double check the folders, folder names etc. It is pretty much simple and straight forward stuff.
  4. You need to do only one of them, Either you download the latest release manually and upload contents manually Or you pull everything from GitHub Or you use the phpvms module installer method with the downloaded file Pick only one method, not both or all
  5. Hi, for this to happen you need to use API (best way) and external calls to those endpoints, or you need to load a laravel application instance in your homepage to get what you need (uses more server resources and less practical), also you can define an external connection and pull data out from the db directly (worst way, you will lose lots of stuff). For some basic examples and pre-built API solutions you can check DisposableBasic addon, it provides some endpoints for VA admins to pull data out of v7. LiveMap is a different subject, it runs with java/rivet calls, so it is already possible to implement it somewhere outside phpvms v7, check how the map widget works and mimic something outside. Good luck
  6. Export/import is only two steps, which can be done easily via command line interface (aka command prompt) of the server or via your web based / graphical sql workbench. I would prefer using the command line interface (CLI) if possible, it is much faster and practical. // Exporting a DB mysqldump your-database-name-here > the-name-you-want-to-use-for-the-export.sql // Importing a DB mysql -u your-db-username -p < the-name-of-the-dump-file-you-exported.sql For GUI / workbench solutions you can find lots of guides (even videos to watch) via Google, your current hosting may have one matching the tools they offer. Using a GUI solution may be slow and risky due to timeouts, upload limits etc, therefore you may want to export each table separately and then import one by one. Takes time and effort but works. Editing the settings/config of phpvms v7 is again a one step task, just change the database server/user details in your .env file, save it, done. Nothing special needed except cleaning the application cache for the changes to take effect. Just be sure the database solution you are going after is allowing external connections and properly configured for it, you can (should) test it beforehand with a new/fresh install too to see it works and performance is acceptable for you. Good luck
  7. For the WASM/LVAR module to be installed by FsUipc main package, it needs to be selected (or a full install needs to be completed). Therefore installing FsUipc does NOT mean that LVAR module is installed automatically. Be sure that user has "fsuipc-lvar-module" folder under the community folder @Alexan, if not it needs to be manually downloaded and installed as per docs. If you are not debugging stuff "FsUipc WASM Module 1.0.4" is enough for download and install, otherwise the one + WAPI 1.0.4 is needed. Safe flights
  8. Ok, then there were some changes between my log checks and yours Glad it is sorted out.
  9. How ? :shock: I checked the logs and saw exceptions about stuff not being downloaded, was it that simple and widget was not enabled at all! But again those exceptions should prevent the widget from working too. Anyway, if it is solved then it is ok
  10. Follow up for future reference: Even though the settings are correct and module is set to download data with cron, somehow the server is not able to get data from IVAO/VATSIM servers, exceptions were recorded at cron log. Similarly server was not able to download discord widget data too. Both features use Guzzle HTTP client to get data from remote servers.
  11. Did you entered your IVAO ID to that field ? Profile > Edit Pilots can provide their info during registration too If it is still not working, please provide more info, like your laravel log as described in docs > Getting Help page. Good luck
  12. Did you created custom profile fields for your pilots to fill with their IVAO/VATSIM ID's @Alexan ? If all names match, and your pilots enter their network ID's to those fields, then there is no reason for the module to fail. Please check your custom user fields. Good luck
  13. Yes it can be used without an Acars system @Stijn Pilots will need to report their flights via "Manual PIREPs" Good luck
  14. This may help, looks like you are limiting yourself (either by rank/type rating or location) Good luck
  15. Congratulations for your first module 👏
  16. production.ERROR: Attempt to read property "code" on null This does not mean that the "code" is missing, contrary to what you think the main object is missing. And in this particular case it is an "airline" (hint is checking the line number provided in error details). How to debug this error is explained in Most Common Errors topic with a similar example. So in theory, checking and/or editing airports will not solve this, updating to latest dev and latest Dispo addons will not solve this either... Most probably this is a pirep with a broken/missing airline, it can be a flight too, as both have direct relationship to airlines. Disposable Basic offers a simple database check page, in which admins can see some risky records with their id's, it does NOT fix stuff but helps identifying the errors quickly. It can be used to figure out which pirep/flight is causing trouble. Also if this is the same problem discussed in discord, the error was caused by another 3rd party module which was messing up pirep records and directly recording stuff to v7's database etc. Hope this reply helps people in future Good luck to all
  17. Great news, glad you solved it out. Enjoy v7
  18. Hi @CactusDx , this is discussed in several different topics, both in this forum and also in phpvms Discord... Very brief summary is below; A similar topic, even with the exact same problem; Good luck
  19. Maybe you can use some sql queries to assign subfleets to flights after the import, it still may need manual corrections or some faulty assignments to be checked/fixed manually. But other than importing your flights via csv files (with fleet details) I can not think of an easy end user solution/workaround. Export your flights (either from v5 or v7, by airline if possible) Edit those exported csv files to meet v7's requirements and by some tools (like excel or similar) assign your subfleets to flights in that csv Import the flights Good luck
  20. Example; Remove the special-user by clicking the small x, Then click on the (blue) blank role I mentioned above, it is invisible but there, just hover your mouse there and it will be highlighted like the picture above. Then save It should work
  21. Hi, There is a blank option (smaller than others, first item of the list) in role selection dropdown, you need to remove their admin role (or other roles) and then add that blank to reset given roles. Need the logs for the server error as ProAvia mentioned, without logs no one can help you. Fleets can be restricted by rank or type ratings (check settings and admin definitions), frontend follows the restrictions (so does vmsAcars) and pilots do NOT see something they are NOT allowed to use, no override logic for admins (or staff). Hope this helps
  22. Don't share your API KEY publicly. Since it is known (and cached by computers/bots), I would suggest changing it from your VA's website > profile page. For the rest (SimConnect problem), yes moving the installation may have the reason for this, some references may not updated properly, some key may still be pointing out to old folders/locations. It can simply be an antivirus or firewall software problem too, be sure your firewall allows two way, in/out connections and you don't have any access restrictions for the location of MSFS. More info can be provided the developer only, hope it sees and finds time to inspect your logs. Good luck
  23. I think you know that the basic license is also one time payment and license is issued to your domain (like myvirtualairline.com) and usage will be free for all your pilots. And once you want to add the premium features you can upgrade easily (again with a one time payment) And phpvms v7 is free of charge, you can plan your budget to get the domain and hosting first, install v7 freely, test it with manual pireps, prepare your theme/skin etc and next month you can buy vmsAcars, then on the other premium upgrade etc. Safe flights
  24. I can not speak for the developer but as far as I know, basics functions will be always included in normal license, but customizations like visuals, custom rules, airline specific sound sets etc. will be available to premium licenses owners only. And again, as far as I know, you can opt-in with basic license, and when you have some more budget you can upgrade to premium, as it will be a one time payment Safe flights
×
×
  • Create New...