Jump to content

DisposableHero

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    114

Everything posted by DisposableHero

  1. Then either they are not telling the truth or you are missing something! Because when configured properly mails do work, I can say you that and provide evidence to prove that Check your logs for errors and please follow the docs for required details when requesting help. Good luck
  2. https://docs.phpvms.net/config/email#smtp-configuration It simply says ; For detailed settings about host, port and encryption details please check your hosting control panel (or VPS). These settings are not generic and can differ between hosting companies, even on a custom VPS these settings are local to your install (packages installed etc.) Therefore there a no generic examples for SMTP and mail settings. Just don't forget to clear application cache when you make .env changes.
  3. Check item no 3 in that guide, it may help or provide enough clues Good luck
  4. Nice idea and tool for keeping stuff (and staff) under control
  5. The setting is at vmsAcars module at phpvms admin area, and it should be disabled until MSFS/Asobo provides a solution for the bug so 3rd party application can track (and allow) pauses.
  6. 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/
  7. 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.
  8. You are doing something wrong then Double check the folders, folder names etc. It is pretty much simple and straight forward stuff.
  9. 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
  10. 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
  11. 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
  12. 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
  13. Ok, then there were some changes between my log checks and yours Glad it is sorted out.
  14. 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
  15. 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.
  16. 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
  17. 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
  18. Yes it can be used without an Acars system @Stijn Pilots will need to report their flights via "Manual PIREPs" Good luck
  19. This may help, looks like you are limiting yourself (either by rank/type rating or location) Good luck
  20. Congratulations for your first module 👏
  21. 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
  22. Great news, glad you solved it out. Enjoy v7
  23. 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
  24. 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
×
×
  • Create New...