-
Posts
784 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by DisposableHero
-
-
Check item no 3 in that guide, it may help or provide enough clues
Good luck
-
1
-
1
-
-
Nice idea and tool for keeping stuff (and staff) under control
-
1
-
-
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.
-
1 hour ago, Alexan said:
Where can I make the donation to obtain it?
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/
-
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.
-
1
-
-
You are doing something wrong then
Double check the folders, folder names etc.
It is pretty much simple and straight forward stuff.
-
1
-
-
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
-
1
-
-
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
-
1
-
-
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
-
1
-
-
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
-
Ok, then there were some changes between my log checks and yours
Glad it is sorted out.
-
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
-
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.
-
-
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
-
Yes it can be used without an Acars system @Stijn
Pilots will need to report their flights via "Manual PIREPs"
Good luck
-
1
-
-
This may help, looks like you are limiting yourself (either by rank/type rating or location)
Good luck
-
Congratulations for your first module 👏
-
1
-
-
23 hours ago, Strider said:
You have a code missing for an airport. You need to go through your routes and/or airports and find the one missing the code
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
-
1
-
-
Thanks for your efforts and support.
-
Great news, glad you solved it out.
Enjoy v7
-
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
-
4 hours ago, WestIndian876 said:
Hello friends,
We are doing some migrations as well. For some reason, we are unable to get in contact with the va-schedules team at this moment.
How can we make this process easier in terms of migration (export/import) without having to edit over 65000 schedules by hand. What is the best way, then, to add the subfleets to the schedules to expedite importation process?
If someone else would have made a workaround, it would be greatly appreciated if that logic is shared.
Thank you in advance.
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
-
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

[resolved] I don't receive registration confirmation emails!
in Support
Posted
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.