Support
326 topics in this forum
-
- 4 replies
- 1.4k views
Is it possible to assign awards manually and if so, where?
Last reply by VIELMA16, -
- 4 replies
- 1k views
I need to clear my head about the listener file . After creating the expenses do I have to create them again in the admin panel of Phpvms? I have tested without adding them but for example no hard landing charged to the driver, if someone could If someone could put me on the right track before transmitting to the web master of our VA thank you very much
Last reply by DisposableHero, -
- 4 replies
- 1.3k views
Hello everyone I installed php7.0 dev, but I would like to know if it has the function for JUMPSEAT pilots? If yes, how should I activate it? Thanks
Last reply by DisposableHero, -
- 4 replies
- 895 views
So, I'm not a complete noob at website building, but this has been a little difficult (3 days in the works) I've finally made it to the phpVMS is not installed page, but after clicking "Head on to the installer" I get a 404 error. it seems to be attempting to point to http://192.168.0.133/public/install (I'm currently setting this up in a VM which is why its pointing to said IP address) Am I missing something? currently using PHP v8.1 on a NGINX webserver inside Ubuntu 20.08
Last reply by lumpi86, -
- 4 replies
- 902 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, -
- 4 replies
- 702 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, -
- 4 replies
- 809 views
Hi, New users are getting prevented to access our phpVMS portal until they verify their email address, however no email is sent to them. I have personally checked this by creating a fictious account with different email addresses and no email mail is getting received, not even on junk email. Please advise
Last reply by VERTSPD, -
- 1 follower
- 4 replies
- 882 views
Hello, I built my own skin using Bootstrap but I'm having some issues using the PHP and language tags. I want the user's name to appear in the navbar header when they log in. I placed the tag {{ $user->name }} but it only works in templates that already come default with PHPVMS 7, for example with home, dashboard, etc. When I open one of the custom pages I have a 500 error. On the other hand, language tags also don't work when I insert them into a custom page. For example: @lang('common.profile'), does not appear rendered as "Perfil" ("Profile" in Spanish) but instead appears directly as "@lang('common.profile')". Thanks …
Last reply by Imanol, -
- 4 replies
- 788 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, -
- 4 replies
- 847 views
Apologies if this has come up already. I ran a quick search and could not find any helpful answers. Say we purchased/downloaded the schedule package from a site of the likes of vaschedules.net. Allegedly, they provide the import templates for: Airports (this works) Fleet (this does not work) Schedules (this I don't know yet) So, I thought the aircraft template they used was out of fashion and downloaded the templates pack available in here. I copied all of the values in their rightful spot and tried importing once again to no joy. Same error: "CSV file doesn't seem to match import type" What am I missing? Thanks in advance
Last reply by DisposableHero, -
- 4 replies
- 760 views
Hello, Is it possible to group awards into two classes on the pilot profile page? One for the number of hours and reportes flights and another for awards in general. Thnkas in advance.
Last reply by Imanol, -
- 1 follower
- 4 replies
- 578 views
Hello, I would like to create two type of awards: Medals, given to pilots when they reach a certain number of flight hours and PIREPs, and events awards, manually given to pilots when they participate in a event. I need to show up theses awards in pilot profile divided into to groups: Medals and Events. Is there any piece of code I could use to do it? Thanks in advance.
Last reply by Imanol, -
- 1 follower
- 3 replies
- 1.7k views
I am trying to expand the site. I have found out how to add items to the NAV but I can’t find how to link to new pages. The system that is in place now has me confused to no end. Where do I define the locations of pages that I would add? None of these pages use anything more than HTML and bootstrap.
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.1k views
Hey I updated my php version to 7.1 and uploaded the files to my shared host and i got this error... Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/thailicenseservi/public_html/JALVNG/index.php on line 16 Anyone know why? http://thailicenseservice.com/JALVNG/ is the link to the test site Thanks
Last reply by Nabeel, -
- 3 replies
- 2k views
Where can I set the starting country for the live map? I use version 7.0.0 (build 180223-dd144c)
Last reply by ARV187, -
- 3 replies
- 2.5k views
Szczegółowe informacje na temat wywoływania debugowania w trybie JIT (just in time) zamiast tego okna dialogowego znajdują się na końcu tego komunikatu. ************** Tekst wyjątku ************** System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu. w APVacars_V2.Acars.Prefile() w APVacars_V2.FrmMain.BtnStartFlight_Click(Object sender, EventArgs e) w System.Windows.Forms.Control.OnClick(EventArgs e) w System.Windows.Forms.Button.OnClick(EventArgs e) w System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, I…
Last reply by ridgeandgable, -
- 2 followers
- 3 replies
- 2.1k views
Hi, We are currently evaluating v7 in preparation to relaunch a refreshed VA. During testing we'd like to input some flights via Acars. Could someone advise which clients are working with V7, both for XPlane and P3D/FSX? Thanks 😊
Last reply by Vangelis, -
- 1 follower
- 3 replies
- 2.3k views
Hi. I recently upgraded my VA site to phpVMS v7. We are struggling to find out how to add fuel into our pireps. It doesnt seem to exist anywhere. We see it in the database but not in the UI and when we change it in the database nothing happens. Also, we cannot find any ACARS program that works. We have tried APVacars v2 but that gives errors when we select the VA from the list. Also, there isn't an option for landing rate either. Please help us with these issues as our flights are grounded otherwise, thanks.
Last reply by smokey68, -
Blank page
by heth- 3 replies
- 1.5k views
I have all files on server but when i want to install i go to main site and its blank. I dont have idea whats wrong. I have PHP v7.1
Last reply by heth, -
- 1 follower
- 3 replies
- 1.9k views
Hey guys. I hope you're all doing well up there in the virtual skies. I'm stuck on the ground apparently and there is an error as soon as I log onto my profile in the APVacars. I can really not decode the message but if you'd help me out I'd be more then grateful. Thanks! -- See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object variable or With block variable not set. at Microsoft.VisualBasic.CompilerServices.Symbols.Container..ctor(Object Instance) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.L…
Last reply by ScandinavianA, -
- 1 follower
- 3 replies
- 1.5k views
We just had a "Whoops, looks like something went wrong." error when an admin was trying to enter the fleet page from the admin operation dashboard "http://www.phpvms.vfr-club.nl/admin/subfleets" we can't find any reason and there is no information in any logs. Is this a common problem with a known solution? Nicolas Magnussen
Last reply by Nabeel, -
- 3 replies
- 1.3k views
Hi, I'm a complete noob so excuse me if this is a dumb question, the zip folder I download from Github doesn't contain the folders according to the tutorial, here's what I mean: What I should have: What I actually have: Thanks in advance!
Last reply by ProAvia, -
- 1 follower
- 3 replies
- 1.7k views
Could anyone help me modify the blades responsible for displaying the list of flights to include the subfleet information?
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.3k views
If i type my Database things into the fields clicked "Test Database Credentials" then its says "Database connection looks good!" and if i click Setup Database then it loads and then the settings that I entered before are gone to the standard https://youtu.be/ql-a2UTrlic
Last reply by Christihahn, -
- 1 follower
- 3 replies
- 1.5k views
Welcomed is the ability on the Admin side to see the User ID and the ability to change it. However when I go to edit the User Id and save it, it doesn't actually update the callsign. Has anyone got a fix for this, before I go and try and find a solution? Many Thanks
Last reply by Nabeel, -
- 3 replies
- 1.2k views
Hello Guys, I have so much problems on my Website.... The first: I dont know what it's this problem... https://gyazo.com/e3fc24735a4a261b9ca3175d0dfcc460
Last reply by ProAvia, -
- 3 replies
- 1.4k views
Hi there, I've downloaded the phpvms7 beta onto our server, but I can't seem to find the routes file where the urls are redirected. It seems this topic is outdated as I cannot find the file referenced here. Has the directory for it changed? https://forum.phpvms.net/topic/26175-solved-adding-new-page/ Many thanks, Josh
Last reply by Joshh, -
- 1 follower
- 3 replies
- 1.5k views
Hi everyone, In our airline we use Google Cloud Platform // cloud computing and for security reasons mailings can only be made through external clients in our case we are using mailgun and so we can send emails normally from our webmail and the mailgun statistics show exactly that. The problem arises with phpVMS, I'm not sure, it is most likely the fault of how we are configuring it, but we do what we think is logical in the config. If you can help us with instructions on how to configure it in more detail, because the phpVMS documentation is very general on this topic, we would greatly appreciate it.
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.4k views
Does anyone know how to add/remove profile fields on the register page without breaking everything?
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.3k views
Hi Guys, i think i made a mystake. Change the role of my first user. I.ve activated Adminpanel and all the checkboxes after creating a new role. But now when i.m logged in into the website i can.t select "admin" only "Profile" and "log out". Is there a chance to set back the role or have i to make a complete new installation? Thanks for Help.
Last reply by Nabeel,