Support
334 topics in this forum
-
- 4 replies
- 1.3k views
version 7.0.0-beta.4 So there are many of these but here is one example. I added a route KSFO - PHOG and PHOG - KSFO, all information put in correctly but when I go to the map for the route it has the flight going over the north pole and around asia which makes no sense. Also with a route KSFO - KSEA it doesn't even go to KSEA it shows the destination on the map as somewhere in Mongolia which makes no sense either. The locations of the airports are right so really not sure...I am trying to launch my VO soon so if anyone knows that'd be great!
Last reply by ProAvia, -
- 4 replies
- 1.2k views
I have an error in the admin panel: The cron has not run in more than 12 hours; make sure it's setup and check logs at storage / logs / cron.log. What I don't know is what instruction I have to execute in the cpanel of my hosting public_html / cron / cron.php ??? - It doesn't work public_html / cron / artisan ??? - It doesn't work public_html/artisan schedule:run ??? - It doesn't work public_html/crontab -e ??? - timeout: failed to run command âpublic_html/crontabâ: No such file or directory etc... I have installed phpvms7 in the root of public_html What instruction do I have to put ??? Thanks
Last reply by ProAvia, -
- 4 replies
- 1.5k views
I have a problem. When two pilots want to fly the same flight, the system only allows the first pilot to book, the second cannot. In Setting that option is disabled, and you should not have problems
Last reply by jftejeiro, -
- 4 replies
- 1.7k views
PHP Version: 7.4.21 phpVMS Version: 7.0.0-dev+210620.cde6fb MariaDB Version: 10.3.29 Whenever a pirep is submitted it throws out this error: "Trying to get property 'name' of non-object {"userId":1,"exception":"[object] (ErrorException(code: 0): Trying to get property 'name' of non-object at /phpvms/app/Services/PirepService.php:577)" and I'm not to sure how to go about fixing it so any help would be great Thanks. also included an image of where the error is occurring if that helps Edit: Also some further information regarding this, When the pirep is summited it still goes through to the admin panel for viewing/approvin…
Last reply by Vetrro, -
- 4 replies
- 1.6k views
Is it possible to assign awards manually and if so, where?
Last reply by VIELMA16, -
- 4 replies
- 1.3k 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.4k 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
- 1.1k 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
- 1.2k 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
- 848 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
- 1k 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
- 1.1k 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
- 935 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
- 1.1k 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
- 965 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
- 1.2k 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, -
- 4 replies
- 331 views
I tried to install PHPVMS7 according to the installation guide, but encountered some issues. I'm attaching images that might help illustrate the problem. Additionally, the hosting service includes older versions of PHPVMS, so it does support it. Also, PHPVMS version 7 BETA was previously installed.
Last reply by DisposableHero, -
- 1 follower
- 3 replies
- 1.8k 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.3k 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
- 2.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.6k 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.3k 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.4k 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.6k 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
- 2k 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.6k 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.4k 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.9k 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.4k 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.6k 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,