Support
337 topics in this forum
-
- 0 replies
- 1.3k views
Hi! I jut installed the phpvms version 7 beta on my database and when I try to get into the administration button It´s says It is not found and it redirects me nowehere . Where is the admin folder located? . thank you.
Last reply by mdnaqop, -
- 1 follower
- 3 replies
- 1.3k views
Hello, I would like to ask a technical question to implement the current flights on the live board of our website. I don't know if this is possible with phpvms or via acars. Pour pouvoir peut-être me donner une indication sur ce que je veux dire je vous ajoute le lien vers notre VA . http://new.aireuropeva.com/ Merci pour vos réponses par avance .
Last reply by DisposableHero, -
- 0 replies
- 1.3k views
Nabeel provided the code for showing the pilot when logged in, in the documentation. I want to have Guest show up when no one is Logged In and the Pilot show up when they are? @if(Auth::check()) {{ Auth::user()->name }} @endif</font> Thanks!
Last reply by in2tech, -
- 0 replies
- 1.3k views
There's missing requirement in README.md as phpVMS requires bcmath or gmp to be installed. Find this when tried to create new flight (in administration > opereation) and got "Whoops, looks like something went wrong" -error. After little debugging it gave bit more better error message "Missing BC Math or GMP extension", so installed BC Math and now flight adding works.
Last reply by nixe, -
- 1 reply
- 1.3k views
As you do for the pilot payment. Do you set a fixed price to pay the pilot? Do you set a price to pay the pilot, different in each flight route? Do you pay by rank? In the rates, the payment to the pilot is not managed, but what the company spends on fuel passage etc ... What is the best way. I have four flights and I did not enter any euro as a pilot
Last reply by DisposableHero, -
- 5 replies
- 1.3k 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, -
- 4 replies
- 1.2k 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, -
- 1 follower
- 1 reply
- 1.2k views
Hello, I need help installing phpVMS on to my shared hosting thanks
Last reply by Nabeel, -
- 0 replies
- 1.2k views
[deleted]
Last reply by HighFlyerPL185, -
- 3 replies
- 1.2k 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, -
I have created a copy of the default layout, and I ask myself if it is possible to add news and read out a specific page(s) so that I can edit them via the admin module instead of constantly changing the home.blade.php? I managed to put the latest news items there via {{ Widget::latestNews(['count' => 3]) }} But I wonder how to read out a page. Thanks ahead. RobB
Last reply by aarbee, -
- 1 follower
- 1 reply
- 1.2k views
Is there a possibility to create an airline (For Codeshare flight purposes) but not have it show up as an option when the user registers?
Last reply by Nabeel, -
- 4 replies
- 1.2k 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, -
- 5 replies
- 1.2k views
Hiya! An issue I've encountered with my phpVMS-based website. We're experiencing significant loading times, often between 10 to 15 seconds, which we believe is impacting user experience negatively. Our database is quite extensive, containing around 16,000 flights. Upon investigating the issue using Laravel Debugbar, we discovered that a large number of duplicated SQL statements are being executed. Here's a brief overview of what we're seeing: Total statements executed when loading the flights page: 112 (85 of which are duplicates, 27 unique) Example duplicated query: select 'name', 'enabled' from 'modules' (This is executed multiple t…
Last reply by DisposableHero, -
- 2 replies
- 1.2k views
Hi to all I tried to change the colors of the Style.css file from blue to red but nothing changes. Which file should I change to change the color to the navigation bar? Thank you
Last reply by tecni97, -
- 1 reply
- 1.2k views
Hi Guys Where can I find the php for the login form? INstead of the Logo, I'd rather just have text but I can't find it anywhere
Last reply by DisposableHero, -
- 2 replies
- 1.2k views
Hello all, Could anyone explain, at a dummies guide level, how I can go about adding an image to the landing page about the navbar and tell me how to change the default blue in the navbar and icons to a different colour? Thanks!
Last reply by KnightAviation, -
- 1 reply
- 1.2k views
During the installation I get the following error message. Where is the error? Best regards Andreas
Last reply by DisposableHero, -
- 7 replies
- 1.2k views
Hello everyone, I'm using the latest version of PHPVMS 7, however I haven't found a way to find or even solve the Recaptcha problem, some tutorials talk about some folders, like CORE, local.config.php, but I didn't find these folders, remembering that I'm not using any skin, I'm simply using the default one! Thank you if you can help me!
Last reply by ProAvia, -
- 4 replies
- 1.2k 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 reply
- 1.2k views
Hi Guys I have setup phpvms with no errors, all seems to be good apart from I have no Dashboard - Every time I login, it goes straight to /profile/1 page. If I goto admin panel and click on the PHPVMS logo at the top to goto the dashboard, I get an a page error with this messge: This page isn’t working right now 192.168.0.92 redirected you too many times. To fix this issue, try clearing your cookies. ERR_TOO_MANY_REDIRECTS I clear my cookies etc but the problem is always there
Last reply by Dougjuk, -
- 1 reply
- 1.2k views
Hi. I installed phpvms in my hosting server. Installed in a dedicated folder and copied the public files to the public_html folder because I'm planning to use a seperate landing page on top of php. But nothing shows up. I edited the index.php and pointed the correct path. I'm always getting a syntax error at line 18. No matter what I'm doing it always returns an error. Am I doing something wrong. Can someone help me??
Last reply by DisposableHero, -
- 2 replies
- 1.2k views
Hi guys, I'm running phpVMS v7.0.0-dev and DH's theme (don't know where to check which version). On all the frontend pages, some flights have appended information in their flight designation. Usually multi-leg flights or those that are part of a tour. Is there any way to hide these?
Last reply by DisposableHero, -
- 3 replies
- 1.2k views
I would like to make sure that when a driver registers in Phpvms, he can put his assigned CS by the VA . For the moment I am obliged to modify the CS with each inscription of a new pilot example AEL022 becomes 002 automatically, I set up on the home page a box CS for this purpose, if there is means to make I am taker :😉
Last reply by DisposableHero, -
- 1 reply
- 1.1k views
Hello. A pilot started a flight with an airplane with registration XXX from point A to another Point B and started the flight at 1pm. Later another pilot took the same plane that was at point A towards point C at 4pm. Now the second pilot arrived at point C at 7:34 pm and the first pilot arrived at 7:39 pm. Reviewing the PIREP I see that finally the plane was at point B which was where the last report was made and then each pilot was the first at point B and the second at Point C. My question is if there is any way to avoid that when a flight starts on an airplane it is not possible to carry out another flight on the same plane and prevent the above from happening? …
Last reply by DisposableHero, -
- 0 replies
- 1.1k views
I have phpvms7 installed on a wamp64 server, all looks good except that pilot hours and flight totals are not updating. Could I have missed something in the installation/setup? Mike
Last reply by MikeC, -
- 1 follower
- 2 replies
- 1.1k 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, -
- 3 replies
- 1.1k views
Dear friends: Can someone help me? I currently have 1900 routes imported in phpvms7... but the panel only indicates that there are 258 routes. I have imported a csv file a lot of times, not getting the 1900 routes to appear...however, in the panel it does show 13 tables with 20 routes each. attached image. My installation Version 7.0.0-dev+220129.8a94d8 Server xampp localhost. Skin Disposable Basic Pack3. Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/7.3.33 Thanks in advance
Last reply by Jose, -
- 1 reply
- 1.1k views
Hi, We just installed phpVMS7 with the Disposable Basic and Special addons. Our server has mySQL database and is on php 8.1.29. We would like to completely disable all Finance related content. We could disable some finance related modules in Disposable Special, but not all. Would appreciate your help (in non-programming savvy language 🙂 )
Last reply by DisposableHero, -
- 3 replies
- 1.1k views
The only changes I made were i uploaded a new schedule and added new Fares. The pic is a little hard to see, but there appears to be 2 finance journals on the same page. One shows a zero balance and the main one. shows data, but its not updating
Last reply by DisposableHero,
