-
Posts
701 -
Joined
-
Last visited
-
Days Won
113
DisposableHero last won the day on November 13
DisposableHero had the most liked content!
Profile Information
-
Gender
Male
-
Location
Antalya, TR
-
Interests
Aviation, Flight Planning, Electronics
Recent Profile Visitors
10501 profile views
DisposableHero's Achievements
-
Nobody told you that "support" is ended, that is your own conclusion I told you that "development ended for v1 series" and this is not something to stop sales or support. We are testing v2 series and it is "hopefully" near to being released (best kind of support, is an improved new version) as "beta" (at least stable to be a beta and to see how many more bugs will be found by a wider range of users), so no need for being a grumpy old man When it gets to beta, you can download it and use as you wish, but also you can stick with v1, nobody will stop you doing that but the best support you will get for it will be "please upgrade to v2" because nobody will go back to an old code, fix it and release again while a new version is out and live And please until v2 gets released to public (as beta) be patient. 11-12 22:30:37|INFO; Arrived clicked 11-12 22:30:37|INFO; Moved into on block 11-12 22:30:37|INFO; Flight ended manually on taxi on Since you did not shared the entire log, I need some more info; * Which sim was this ? (MSFS, XP11, XP12, Prepar3D, Fsx) * Which aircraft was in use ? * Which airport you landed ? Safe flights.
-
Don't get this wrong or as a negative review please, but I need to ask this Why do you (or we) need to have a module for awards ? We can define our awards classes and use them, there is nothing stopping us to the that and everything we do will run in an award class, so a module is technically not needed for creating (or having additional) awards. You (or anybody else) can create award classes and share them, just document the needs, share it here in files/addons section PS : I would never award a pilot based on "planned" distance (or anything "planned"), they can extend their route for planning purposes just to fake it slightly on each flight to beat the competition. Just go for the reported/accepted distance Safe flights
-
Even though development ended for v1 series of vmsAcars, I would kindly suggest you to upload your logs as described here. Maybe they will give us some clues and they can be checked against during v2 alpha releases. (Like trying to re-create the same conditions, same aircraft, same airport etc.) Best wishes,
-
Ok, thanks for the feedback @MattW strange that I never had it but this definitely looks like something to focus on with @Nabeel I saw similar reports with v1 in which the "arrived clicked" was present in acars logs for no reason, hopefully we will not have it with v2.
-
More info for future checks ; https://docs.phpvms.net/acars/user-guide#flight-phases "End Flight" and automation for it is possible after landing, during taxi in and at arrived states. There may be a bug in v1 code (worst case)
-
Most probably it thinks the parking brakes are set (some simulators and aircraft report back braking as parking brake unfortunately). Try enabling the engine shutdown requirement for on block / arrival checks. (Admin > vmsAcars > Settings), maybe it helps. If this fails, we may need to wait for v2 to be in beta state for a wider range of tests, then we can track it if it continues Safe flights
-
No, it is not excellent and does basically what your plugin does Maybe something more on reporting and progress tracking. Great to see people working on addons for phpvms v7, it is always better to have a widespread and growing community. Thanks for your efforts and module/plugin.
-
MattW started following DisposableHero
-
Is phpVMS still an active community???
DisposableHero replied to flyGLOBAL's topic in General Discussions
Nowhere needs 777 permissions, in fact it is dangerous to have, thus this is not written, never will be! Why you though that it is needed in the first place? Looks like you have some sort of server configuration/permission problems in the beginning. If you look into the sections of the forum, you will see that it is clearly organized (like v2/v5 and v7 is separated). And just from "V7 > Support" section you can see that forum is active (not like Discord for sure but you will see people communicating) Above answer applies, even Discord uses the same logic for separation, nobody can guide you anymore sorry. That happens when somehow your email (or ip address) gets blocked (blacklisted) for a reason (it can be a false positive), and when this happens people ask for support and provide their email address to the developer privately when asked etc. Anyway, you are first claiming all of these yet you somehow found the correct section of the forum to post your question. And this was what you need without all that drama. As I wrote above, Good luck and God Speed. Hope you can have a nicely working install and have fun using it. -
Is phpVMS still an active community???
DisposableHero replied to flyGLOBAL's topic in General Discussions
Strange... I mean, finding info and guides on forum irrelevant, thinking that phpVMS and vmsACARS is not active is strange. What you needed was just a forum post We are always active at Discord (link is at the menu above) and checking the forum daily (at least for v7 section). Anyway, the docs are below (which is also present in the menu above); https://docs.phpvms.net You can always download the latest build from below links (if you don't want to utilize Git features); https://phpvms.cdn.vmslabs.net/phpvms-latest-dev.zip https://phpvms.cdn.vmslabs.net/phpvms-latest-dev.tar.gz Good luck and God speed with your install/update. -
Best way to understand this is checking the cron log @Imanol , they are placed alongside with your laravel logs under storage/logs folder. If it is not there, or there but nothing in it are clear signs of cron problems (95% hosting limitations, 5% user error / server misconfiguration) And if it is running properly, you may need to wait until UTC midnight, (nightly cron) for user checks (active / leave switch) Good luck
-
Additionally, be sure your cron command is running the exact same php version with your hosting account/domain where phpvms runs. Running phpvms with php8.1 but trying to run cron with php8.0 or php8.2 will cause failure. So whenever you try different php versions, or update them be 100% sure that cron is using the same php executable. Good luck
-
No airports or airport database loaded
DisposableHero replied to CartesianPixels's topic in vmsACARS
I shared my thoughts already at Discord. Looks like your install is not good and you have file/folder access problems. -
No airports or airport database loaded
DisposableHero replied to CartesianPixels's topic in vmsACARS
No, they are not and vmsAcars is telling you exactly this with a message box whenever you try to scan your sceneries. 09-13 17:32:26|INFO; Found UserOpt file in C:\Users\PC GAMER\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\UserCfg.opt 09-13 17:32:26|ERROR; UnauthorizedAccessException: Access to the path 'C:\Users\PC GAMER\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\UserCfg.opt' is denied. 09-13 17:32:26|INFO; MessageBox, message=There was an error trying to access the path, permissions denied. Run as admin or check the folder security https://docs.phpvms.net/acars/user-guide#permission-denied-errors Good luck -
You can use two different loops to display different awards according to your setup @Imanol @foreach($user->awards->whereIn('id', [1,2,4,5,7,90]) as $awards) https://laravel.com/docs/10.x/collections#available-methods may help Or you can use some basic php functions to check the name, like if it contains some specific words to separate then @if(str_contains($award->description, 'Medal')) Good luck
-
https://github.com/nabeelio/phpvms/blob/dev/modules/Awards/Awards/PilotFlightAwards.php You can check the default award classes to have a better understanding how it works, and then you can create your own classes as you wish. For displaying them separately in pilot profile you need to edit the blade file(s) of your theme as you wish. You can use some filtering within the loops or anything else matching your needs. https://github.com/nabeelio/phpvms/blob/dev/resources/views/layouts/default/profile/index.blade.php Good luck