Support
313 topics in this forum
-
- 3 replies
- 551 views
I am in need of some guidance when it comes to enabling the SSL certs on the site. I feel like I am missing a step. Currently using Disposable Basic Pack v3.4.x on phpVMS v7 dev (latest as of 2 July 2023). In phpVMS v5.x it was just a matter of changing two lines of code in the local and global config.php files from HTTP to HTTPS. Based on the instructions during the setup of v7 it stated that the env.php file has the same capabilities as the config files from v5. I don't see a related option in the file and after looking around the documentation, I could not find any relevant materials. Any guidance would be appreciated. Thanks in advance!
Last reply by DisposableHero, -
- 1 follower
- 5 replies
- 622 views
I am trying to create a schedule bidding system for my VA but I am unable to find any documentation that explains how to work the flight bids process in phpvms. Can someone help? Thanks
Last reply by DisposableHero, -
Hello everyone, Now i encounter a real problem during the select VA procedure. I made a screen of it because i don't know what that means lol. Hope that someone can solve this problem for me.
Last reply by ProAvia, -
- 4 replies
- 742 views
I am attempting to install PHPVMS7. Completed the first three steps to where it states Database Setup Completed. I then pressed "Continue" and got the 500 Server Error Using PHP version 8.2 MySQL All PHP extentions were saved. Most recent version downloaded from discord. Not sure what is going on. Any help will be greatly appreciated!!!!
Last reply by DisposableHero, -
- 1 reply
- 465 views
Hello everyone. Yesterday I installed the latest phpVMS for my website. i'm busy with setting things up and so far all is going just fine, as far i can notice. I made subfleets and added aircrafts to it, airports are implemented and now i'm working on the flights. There i come to my first problem, they don't show up on the flights page or the inbuild search engine, so they don't excist for the user. Type ratings, ranks, fleet and assignement are set. I did read something about a Core map but in phpVMS V7.0 I can't find a Core map, and i don't want to mess around in your hard work in those files. Is there any sollutions on l…
Last reply by Charlier, -
- 4 replies
- 678 views
Hi, I'm tryng to create a new expense listener for hard landing events, by adding a new file at /app/Listeners, but it's not working. I have this Laravel error: This is the code I'm using: <?php namespace App\Listeners; use App\Contracts\Listener; use App\Events\Expenses; class ExpenseTouchdown extends Listener { public function handle(Expenses $event) { $expenses = []; $amount = 250; // Do your check here, return an empty array if it is ok/below your check limit (no expense needed) if (abs($event->pirep->landing_rate) < 500) { return $expenses; …
Last reply by DisposableHero, -
- 1 follower
- 2 replies
- 1.1k views
Hello, I have a little problem with the deleted old expenses that remain in the drop-down menu. I have created an expense in the Listener file, but the Lavarel log tells me that it does not Cannot declare class App\Listeners\LandingRate_ChargePilot, because the name is already in use {"userId":6,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Cannot declare class App\\Listeners\\LandingRate_ChargePilot, because the name is already in use at /home/jacquesm/phpvms/app/Listeners/ExpenseListener.php:0). Is there a file to modify somewhere ? or to delete ? Sorry but the site does not take my screen shot
Last reply by Skytraveler, -
- 12 replies
- 2.7k views
Hello everyone, I'm not sure this is the right place or not, but I was wondering if there is any way to use smartCARS with phpVMS 7, or is there any plane in the future? Thanks in advance Regards, Vahid.N
Last reply by akersbrian0777, -
- 5 replies
- 657 views
During a new install of Version 7 of phpVMS, after the database is created, the installer stops on Step 3 (install/step3?) with a "500 SERVER ERROR". This is my second time trying to install with the same issue. Versions PHP Version: 8.0 Database versions: MySQL, MariaDB phpVMS Version: 7.0.0 Dev Appreciate any help. Thanks!
Last reply by DisposableHero, -
- 1 follower
- 2 replies
- 668 views
I would like to add a contact file to our site based on phpvms and the DisposableHero addons. But only with a CSS button for the link. My question is I have a html css file, what would be the most logical place to add it to the site or should it create a wiget or a blade in the theme. Thanks to you
Last reply by Jbaltazar67, -
- 13 replies
- 2.8k views
hello, im stuck in the installation of phpvms version 7 please someone can help me install this. i will give him symbolic payment for the helping. please pm me.
Last reply by DisposableHero, -
- 1 reply
- 577 views
hello, I use the 737 PMDG in FS2020. none of the aircraft's lights are recognized by acars. All appear as off (false) in the Debug Window , beacon, taxi, landing light... Thank You!
Last reply by DisposableHero, -
- 1 follower
- 1 reply
- 410 views
I want to add the ACARS.ZIP to my website in PHPVMS7. I cannot see any option in ADMIN to MAINTAIN a downloads section. Anybody set this up can you please give details thank you.
Last reply by DisposableHero, -
- 1 follower
- 1 reply
- 647 views
Good day to you all I seem to be at a crossing where I have imported 22 pages of flights in with a default aircraft ie 737-800 now it shows up in all thoose flights, but when I add a new subfleet or aircraft it seems I have to manually edit all the fligths to add the new aircraft for the other pilots to choose from on all the flights, is there an easier way to do this ? otherwise if you have a massive schedule you have to edit each flight to add the aircraft, and to be honest im not looking forward to doing that. cheers Wazza
Last reply by DisposableHero, -
- 1 reply
- 459 views
Attempted to install my crew center using InfinityFree, got all mySQL database data put in, then was met with a database error. Please provide a fix as able.
Last reply by ProAvia, -
- 1 reply
- 445 views
Recently kACARS, when I run a CHARTED flight, drops off and disappears. I am running quite a few add-on programs on my P3DV5 setup and wonder if it could be an over-load of FSUIPC 6? It does not do this for regular VA flights. Thanks for any input. Jim
Last reply by ProAvia, -
- 1 follower
- 5 replies
- 1k views
Dunno if theres a bug report form (sorry if there is). this happened to me twice in the newest sim update of MSFS ACARS version 1.0.7154.34714 Thanks Velocity
Last reply by velocitynotvs, -
- 3 replies
- 765 views
I have set the default ground handling fee to zero, as I use the Dispo Special version with Expenses. Unfortunately, they both still show up on the Pirep Finance page, but the default is just blank. Is there a way to not have the default version show up?
Last reply by DisposableHero, -
- 0 replies
- 393 views
The weather is being decoding correctly, except for the visibility is shown in km, with all Admin settings as US standard. Any way to fix the visibility to show in miles?
Last reply by sgraypgh, -
- 10 replies
- 971 views
As our web guru seems to be taking something of a hiatus at the moment, I'm just checking what files I *need* to update to bring our version up to the current release. I'm assuming (maybe wrongly) that I don't need to do anything to the resources/views/default folder and it's just all the background stuff that needs over-writing?
Last reply by DisposableHero, -
- 2 replies
- 748 views
hi, i receive error 500 on reset password page after setting up email on env.php using aws ses, this is the env file : MAIL_MAILER=postmark AWS_ACCESS_KEY_ID='mykey' AWS_SECRET_ACCESS_KEY='mykey' AWS_DEFAULT_REGION=ap-southeast-1 in the log file i find this : [2022-12-30 13:09:30] production.ERROR: Class "Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory" not found {"exception":"[object] (Error(code: 0): Class \"Symfony\\Component\\Mailer\\Bridge\\Postmark\\Transport\\PostmarkTransportFactory\" not found at /home/lg2975luca/phpvms/vendor/laravel/framework/src/Illuminate/Mail/MailManager.php:299) [stacktrac…
Last reply by lg2975luca, -
- 4 replies
- 600 views
Hello, Since I have the mail going, I am seeing 4-6 people try to signup at the va. Probably some zombies or so. I know from 5.2, that there was something called capcha. Is that available too for PHPvms 7? CQ where can I find a description on how to install it. aaRBee
Last reply by DisposableHero, -
- 3 replies
- 717 views
In which files can I change the colors for the - weather WX, - icons (dashboard) - buttons dashboard - error massages I use the Disposable Theme and Disposable Basic. Thank you very much for your help And thats to this wonderful system. Greez Ben
Last reply by bb2901, -
- 17 replies
- 1.1k views
Hello, I did install PHPVMS 7 for a friend, which succeeded so far, yet the e-mail is not sending emails. I guess that I did something wrong. And I wonder if I got the right file to change. Which file do I need to change, so that PHPVMS can send mails to people etc. And how can I enter the smtp if there is a portnumber including SSL? I did look through the forums here, but I was not able to find my answer. Thanks anyway. aaRBee
Last reply by aarbee, -
- 3 replies
- 485 views
hi, when i try to send my fpl to ivao using the link file atc-> Ivao , open this link https://fpl.ivao.aero/api/fp/load with nxginx 405 not alowed error using Disposable basic and Disposable Special Add on
Last reply by ProAvia, -
- 2 replies
- 657 views
good morning, I'm trying to install the dev version of phpvms, but I can't open the phpvms setup. sorry for my English. kindly, is there anyone who can help me?
Last reply by kekko89sr, -
- 1 reply
- 513 views
Hello, Has anyone had this problem and know the solutions
Last reply by DisposableHero, -
- 1 reply
- 509 views
Hello, I'm an ACARS user and I fly with MSFS 2020. Whenever I try to use the ACARS it prompts me that UserCfg.opt is read only and doesn't allow me to start the flight. I need to keep it read only to prevent MSFS from activating film grain (a known issue), is there a workaround?
Last reply by DisposableHero, -
- 6 replies
- 751 views
Members 1 Posted 12 hours ago Hello, I am at a loss here - I installed the script with no issues - everything is what it's suppose to be except it is not sending registration emails - also when I try to "forget password" - throws this error I only seem to be having problems with the mail / messaging Thanks in advance!
Last reply by MrJohn6774, -
- 1 follower
- 19 replies
- 3.7k views
Fatal error: require(): Failed opening required '/homepages/46/d848018555/htdocs/clients/phpvms7/bootstrap/../vendor/autoload.php' (include_path='.:/usr/lib/php7.2') in /homepages/46/d848018555/htdocs/clients/phpvms7/bootstrap/autoload.php on line 17 Getting this error whilst trying to get onto the installer ? Am running on php 7.2. Line 17 is - require __DIR__.'/../vendor/autoload.php'; Thanks On my other server I just get a blank screen nothing else
Last reply by DisposableHero,