Support
327 topics in this forum
-
- 1 follower
- 7 replies
- 2.5k views
Hi everyone! I just saw the latest version has been pushed but the updater seems to be broken: GuzzleHttp\Exception\RequestException cURL error 3: (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) So I have already started building a custom design etc on Beta 3, previously I created a fresh install and transferred everything over from another VM but the database import took forever. Is there anyway to update the version without having to delete all the current files and/or having to change any data? I was thinking of manually importing the GitHub file and then running the installer but I don't know if my custom skin and existing DB …
Last reply by Nabeel, -
- 2 replies
- 2.5k views
Hello, I wan to add new page on phpVMS 7. Is it possible? If it is, can someone explain how to do it?
Last reply by OmerAslan, -
- 1 follower
- 9 replies
- 2.4k views
Hello all I installed phpvms 7 on my server but i have a problem with its email setting I set my server and email setting in php.config but after joining a new member,I and that member dont receive any email from phpvms to announce me and new member for more info about new joining please help meee :((
Last reply by Nabeel, -
- 1 follower
- 12 replies
- 2.4k views
Screen Shot 2020-03-08 at 11.15.11 PM.zip
Last reply by Nabeel, -
- 1 follower
- 7 replies
- 2.4k views
Hi guys when I 1st installed phpvms 7 as a test site I was able to access the admin now I cant I get the fallowing image when I go to the admin side after I login never seen it before ( see link below ) Phpvms7 Admin error after login
Last reply by LuxuryCEO, -
- 12 replies
- 2.4k views
Hello, I'm trying to upload a csv file following the csv that it gives you when you export of 230 aircraft. After uploading it gives me a CSV file doesn't seem to match import type error Not sure what to do... Running phpvms Version 7.0.0-dev+210226.43fbe9 and PHP 7.3
Last reply by William, -
- 1 follower
- 5 replies
- 2.4k views
Good morning. I am running the latest version of phpvms on a linux server. I have added 1 aircraft to a subfleet and filled all the information. At the bottom, it says that I need to "Add a download link or upload a file to make available" I fly the fslabs A320 on P3D if that helps. Other than that, I have no idea what this means. I have searched forums but could not find any info. Many links refer to the docs but I get 404 page not found. Any assistance would be highly appreciated. I went into the aircraft table and there are no aircraft there. Here are the columns: id subfleet_id icao iata airport_id landing_time name re…
Last reply by Jensen, -
- 2 replies
- 2.4k views
How I can import Airports in my phpVMS 7.0? .csv data in the internet didn't work. Is there an alternative other than entering each airport individually?
Last reply by polirom, -
Hello everyone first congratulations to those who developed this software, let's get to the point i just installed this management system on my aruba web apszio, but i have a problem with the initial configuration, everything works but when i enter the administration i always get this message "There was a problem running the cron; make sure it's setup and check logs at storage / logs / cron.log. See the docs ". Now my domain allows me to create only Scheduled tasks which can go at minimum intervals of 30 minutes and ask me which file of the domain should load in that interval. Could you please show me how to solve? I looked at the Guide but honestly I don't know w…
Last reply by ecpcs, -
- 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, -
- 1 follower
- 1 reply
- 2.4k views
In the previous version of PHPVMS (V5), each flight could be assigned a specific aircraft, but now I can only do it by subfleet. In our case for the Boeing 777-200 Freighter fleet we have 3 aircraft and now any of them can be selected for flight. As a cargo airline, it is very important to assign a specific aircraft to each flight so that the fleet has a similar use and avoid excessive wear of some of them and also to avoid the same aircraft flying at the same time on different routes. For now we have fixed that by assigning each aircraft as a subfleet, we have 22 aircraft and 22 subfleets. Each flight has been assigned to a specific aircraft. The flight_subfleet dat…
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 2.3k views
Alright not exactly sure how to word this but I am trying to use the existing code from the nav.blade.php file for my template. For instance I want to of course show some menu item's to Guest and when they login more appear, just like we do in the original version. I have some of it figured out but I am mot really sure what this code is referring too: @foreach($moduleSvc->getFrontendLinks($logged_in=false) as &$link) <li class="nav-item"> <a class="nav-link" href="{{ url($link['url']) }}"> <i class="{{ $link['icon'] }}"></i> <p>{{ $link['title'] }}</p> </…
Last reply by in2tech, -
- 1 follower
- 6 replies
- 2.3k views
Hi, I updated phpvms7 from github, but now I can't bill/unbill flights, server log say: What chmod permission type I need and that files? My .htaccess: # Use php7.2 AddHandler application/x-httpd-php72 .php # Disable index view Options -Indexes RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] # Deny all these files/folders RedirectMatch 403 ^/.git/.*?$ RedirectMatch 403 ^/.travis/.*?$ RedirectMatch 403 ^/app/.*?$ RedirectMatch 403 ^/bootstrap/.*?$ RedirectMatch 403 ^/config/.*?$ RedirectMatch 403 ^/modules/.*?$ RedirectMatch 403 ^/node_modules/.*?$ RedirectMatch 403 …
Last reply by ARV187, -
- 1 follower
- 3 replies
- 2.3k views
Just a question, i want to add "Airport Expenses" per flight, here in argentina are called like Airport Taxes, is a fixed amount per flight according the type of airport we are using (CAT I/ II / III ,, etc) the problem is that the system aplies to the flight alll the AIRPORTS listed in System. Does not aplies the expense to the particular pirep flight for the destination/departing airport. maybe i`m missing something https://imgur.com/a/4Zda6f0
Last reply by Nabeel, -
- 1 follower
- 4 replies
- 2.3k views
Hi folks. I am new to phpvms and my php knowledge is next to nothing. I am testing phpvms on localhost before going to a live server. I have managed to install everything but now I get the error below: * * * * * cd C:\Program Files\Ampps\www && artisan schedule:run >> /dev/null 2>&1 There was a problem running the cron; make sure it's setup and check logs at storage/logs/cron.log. See the docs. I click on the docs to go to this url: https://docs.phpvms.net/configuration/cron but the page is not found I have absolutely no clue as to what to do. Apologies for this. Regards, Dmitri
Last reply by Nabeel, -
- 1 follower
- 6 replies
- 2.3k views
Hello, is there any way yet, to use XACARS or ACARS with the software? It is great and it seems to work more flawless, than the classic version does. However, without support for ACARS there is no way to switch to it yet. Cheers
Last reply by bbuske, -
- 1 follower
- 3 replies
- 2.3k views
While in the database setup screen, I have put all the information required. When I click "test database" I am getting error in a red banner reading "Failed! Could not find driver" If I try to skip testing and try to proceed, it just cyclels back around to database setup. Only information I could find was related to PDO, but nothing with phpsvms. Any ideas? Thank you in advance.
Last reply by Cloudpanda, -
- 1 follower
- 4 replies
- 2.3k views
hi guys on step two of the dev phpvms7 am getting the fallowing when setting up the database Failed! could not find driver am I missing something or ?? regards Michael
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 2.3k views
Swift_TransportException Unsupported sendmail command flags []. Must be one of "-bs" or "-t" but can include additional flags. Trying to use sendmail but keep getting error'd out. Even though proper flags are configured in the driver. 'sendmail' => [ 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs', ---------- Have tried using smtp, but that ends up with another error about: ErrorException Undefined index: host host is configured in both config.php and config/mail.php
Last reply by Nabeel, -
Hi there. I got a random fatal error from Lavarel: "Call to a member function toArray() on array (View: /home/estafeta/phpvms/resources/views/layouts/default/flash/message.blade.php)" I don't recall messing with any important files so I'm not sure if this is a bug or something I broke. Assistance would be much appreciated
Last reply by HSOrion, -
- 1 follower
- 11 replies
- 2.3k views
Hello, I was wondering if someone can help me the toggle drop down menu for smaller screens less than (991px). The Toggle Drop down menu doesn't work, its visible but when I click on it does nothing, No menu. I can't seem to find where exactly the issue is. Otherwise on bigger screens its absolutely fine. Any help would me much appreciated!
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.3k views
Hey guys! I wanted to pick your brains about possibly getting the pireps to display based on the pilots hubs. I'd like to have it so you can go to a hub and see the pireps its filled. I am unsure how to do this the clean way! I know I can perform the following @if ($pirep->user->home_airport->icao == 'KCLT') In doing it this way I lose any pagination features as it's just filtering through already gathered data. Any thoughts would be appreciated!
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.2k views
When I try to view other created pilot profiles, I am getting the following error (attached). I can view my own profile just fine. php 7.3 and vms7 B-4 Anyone else seeing this? Screenshot_51.zip
Last reply by Nabeel, -
- 1 follower
- 12 replies
- 2.2k views
I just ordered vmshost.io yesterday (Sept. 9th, 2021) as to be my website for renewing my virtual airline. The vmshost.io will not load or open. What the hell is going on?😠Freightdogcargo CEO
Last reply by FDC1601, -
- 1 follower
- 3 replies
- 2.2k 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, -
- 2 followers
- 3 replies
- 2.2k 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, -
- 7 replies
- 2.2k views
Hello, when I try to add a new flight, no matter what I do, I get an error saying "Whooops someting went wrong". I have tried several times. I have not gotten any other error or hint as to what is causing it.
Last reply by bbuske, -
- 4 replies
- 2.2k views
I'm currently the technical lead for what is currently an X-Plane only VA. We currently support Mac users by using XACARS. Our current VA system is custom built. We were looking at expanding our VA to support more than just X-Plane. During that process I started taking a look at phpVMS as a potential replacement for our current custom built solution. I'm pretty happy with the evaluation of phpVMS 7 so far. When it comes to XACARS logging I did run into an issue that I assume others have seen and I'm wondering what the best approach is to solve it. The way I have things configured is that XACARS talks to a few php pages outside of phpVMS. I the…
Last reply by XTerminator24, -
- 1 follower
- 9 replies
- 2.1k views
Hey all, I'm here today to request help because i've a little problem with the FARES when i assigned to an aircraft ; The fares is good create (Photo 1 & 2) The fares is good asociate with the A320 subfleet (Photo 3) When we make an PIREP and choose the aircraft the fares not show up (Photo 4) Then when a pilot make a flight they are no money gain for the Company If anyone know about this, can you help me please ? Thanks in advance, Baptiste DESMET
Last reply by DisposableHero, -
- 1 follower
- 9 replies
- 2.1k views
singap08@ams-node4 [~]# cd public_html singap08@ams-node4 [~/public_html]# cd phpvms singap08@ams-node4 [~/public_html/phpvms]# git clone git@github.com:nshahzad/phpVMS.git . Cloning into '.'... Permission denied (publickey). fatal: Could not read from remote repository. Encountered the above error while following the below instructions. Please advise and/or rectify asap, thank you. https://forum.phpvms.net/tutorials/getting-started/installation-r2/ Additionally there is a second set of instructions that are completely different http://docs.phpvms.net/setup/installation So which one do I follow?
Last reply by nicky9499,