Support
334 topics in this forum
-
- 8 replies
- 8.2k views
Hello: Sorry my English is terrible, that's why I'll use google trans... 1.- Download this version from discord... — 08/30/2022 Version 7.0.0-dev+220830.f30a3b is available, download: zip | tar 2.- Carry out the installation according to the manual... Option 2: Copying the public directory /home/youruser phpvms < Create this folder and upload phpvms into it public_ftp public_html < Upload the files from phpvms/public into I did this like this since my cpanel only allows me to create subdirectories in Public_html. 3.- In my cpanel I told my domain to work with php 8.0+, when …
Last reply by DisposableHero, -
- 2 followers
- 11 replies
- 6.1k views
Hi, Nabeel i have tried installing latest version as per provided instructions i have done below steps to install it. i am having shared hosting environment & created subdomain Installed the latest ver from https://github.com/nabeelio/phpvms/archive/master.zip uploaded the same to public_html and extracted it now phpvms folder is next to public_html folder changes done in the index.php but i doubt which line needs to be changed below is my file <?php /** * phpVMS */ $path_to_phpvms_folder = __DIR__; require $path_to_phpvms_folder.'/bootstrap/autoload.php'; $app = require_once $path_to_phpvms_folder.'/bootstrap/app.php'; $path_t…
Last reply by William, -
- 6 replies
- 1.2k views
Hi guys. I think I accidentally removed a critical database user account. It was during a cleanup process where old/unused databases and users were removed. My screw up was not doing a backup before starting on this, even though I'm quite sure all the dbs/users were not being used. I was probably wrong on this. This is the following error on the phpvms site: SQLSTATE[28000] [1045] Access denied for user 'testVA_user'@'localhost' (using password: YES) (SQL: select * from `users` where `state` != 5 order by `created_at` desc limit 4) phpVMS version: 7.0.0-dev cPanel Version: 100.0 (build 7) Apache Version: 2.4.52 …
Last reply by DisposableHero, -
- 1 follower
- 3 replies
- 1.2k views
Hi all, Having got things up and running we wanted to set up the roles so people could access certain area's without having full access to the admin area. I set up a series of roles for flights and airport and other area's, I then added them to various users, however those users do not get access to those area's. The only way is to give them admin panel access. Which means they have access to all the admin area which we do not want. I have tested this on a new user and unless I give them admin accesss they cannot edit anything. What am I doing wrong. I have checked Github but there is nothing in there. Using …
Last reply by Dougjuk, -
- 1 follower
- 6 replies
- 3.1k views
Hi there! I have gotten phpVMS 7 set up and was trying to get the automailer to work however I can't get it to work, I have tried MailGun and Sparkpost but all result in the following error "Expected response code 220 but got an empty response" and "Swift_Transport_AbstractSmtpTransport::assertResponseCode:445 vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:445" I can't find the .env file either?
Last reply by Nabeel, -
- 1 follower
- 9 replies
- 1.3k views
I had installed the latest version of PHPVMS 7.0 And I had it working. In order to start with a different page, I had copied the Theme default to a new name and uploaded that. I hade not changed the theme.json. I go into the admin part and select the new theme name. And on that moment I get a Server error 500 I did find this part in the logs: [2024-04-17 00:02:21] production.ERROR: Theme default already exists {"exception":"[object] (Igaster\\LaravelTheme\\Exceptions\\themeAlreadyExists(code: 1): Theme default already exists at /home/name/domains/domainname.com/public_html/vendor/igaster/laravel-theme/src/Themes.php:136) And I concluded that I have…
Last reply by aarbee, -
- 6 replies
- 1.2k views
Hello, I have already set a cron job in my cPanel and configured 60 days as period of inactivity. However, pilot states are not changing. This is what I have in settings: Thanks in advance.
Last reply by ProAvia, -
- 1 follower
- 10 replies
- 2.9k views
When I finish the setup, press login, it brings me back to the phpVMS Not Installed screen. I'm running on shared hosting, PHP 7.
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 1.1k views
Hello, I need help installing phpVMS on to my shared hosting thanks
Last reply by Nabeel, -
- 0 replies
- 1.1k 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, -
- 1 follower
- 8 replies
- 2.5k 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, -
- 2 replies
- 1.3k views
Hello! I'm setting up phpVMS 7 for my virtual airline and I'm also editting some templates. I need the flight search results to show the days which each flight is operated. Is there any piece of code to do so? Thanks in advance.
Last reply by Imanol, -
- 12 replies
- 3.4k 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, -
- 2 replies
- 1.1k views
Currently using Disposable Basic Pack v3.4.x on phpVMS v7 dev (latest as of 2 July 2023). After installing smartCARS3 I began testing all the connections. I can currently connect to our databases and make use of our databases with no problems. I can equally bit on flights and file PIREPS. That said, the only area I am detecting a fault is on the website's live flight map. It does not show the active flight. I can see it on VATSIM, and on the smartCARS map, but not on the website. I checked the settings page to see if I was missing a setting with no joy. I checked the TFDi forums and noted that smartCARS3 now natively supports phpVMS7. I would appreciate any gu…
Last reply by RedKingOne, -
- 1 reply
- 1.6k views
hello I've installed the phpVMS 7 beta from github but having trouble getting it to send emails. I've configured the laravel smtp settings in env.php and config.php and even config/mail.php but it's not even making a connection to my SMTP server. the storage/logs/laravel.log has no useful information, is there some way to enable debug logging in there?
Last reply by barf, -
- 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, -
- 3 replies
- 1.2k views
Tengo un serio problema. Ayer instalé phpvms7.0.0 dev 201223. Desde la instalación, los BOTS se están registrando como pilotos. ¿Hay alguna manera de parar esto? Anoche borré dos, esta mañana ya había dos más
Last reply by jftejeiro, -
- 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, -
- 1 reply
- 827 views
I'm getting this error
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, -
- 3 replies
- 999 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
- 2 replies
- 737 views
Hello, I have noticed that some pilots, for some reason, do not finish their flights, perhaps the simulator closed unexpectedly or the plane crashed, etc. When this happens, they close the simulator first and then the vmsACARS, and the plane stays on the map until they fly again The question is: Is it possible to remove those planes from the map without waiting for them to fly again?
Last reply by Alexan, -
- 1 follower
- 8 replies
- 1.2k views
Hello, When I add a new page in the "add New", where does phpvms 7 store the page?
Last reply by DisposableHero, -
- 2 replies
- 1.6k views
I have been messing around with phpvms 7 for god knows how long now and I cannot fix this error. anyone have any ideas? You can also see it for yourself at gorgas.airforce
Last reply by magicflyer, -
- 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, -
......
Last reply by Bushman, -
- 1 follower
- 3 replies
- 571 views
Hello. I kind of like the seven theme in version 7.0.3. I would like to change the theme logo at the top of page, but I can't find where to make the change
Last reply by ProAvia, -
- 1 follower
- 1 reply
- 566 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
- 11 replies
- 2.5k 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, -
- 3 replies
- 818 views
I just manually brought the hours flown on the network, I wouldn't have to add the hours currently flown by the pilot, since the option is already enabled in the PHPVMS settings, or could it be that I'm entering it incorrectly, missing decimals, commas, periods?
Last reply by vFAB,