Support
326 topics in this forum
-
- 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 reply
- 1.5k views
So I created a static About Us page for my theme in phpVMS 7. Here is the code in the app/routes/web.php file: Route::get('/about', function () { return view('about.about'); }); It's just a very simple function to return a view as this is the only way I know how to do it at this time. So my views folder for my template has (template name)/About (folder)/about.blade.php and it works but it seems confusing to me. Should I have named the file index.blade.php and put it in the About folder. Seems like this is how other blade templates are referred too in the code? Thanks, guess I'll just try it and see if it works! So instead of what i have now …
Last reply by in2tech, -
- 1 follower
- 2 replies
- 1.7k views
Not really sure what I did when creating a NEW theme for phpVMS v7, but some how I screwed up either a reference to a javascript file or something. Works fine in the default theme, but when I switch over to mine I get this console error, and I must say I don't really know how to read them I may just have to start over or walk through each step I took when I started working on this month's ago. Any ideas at all? Any help appreciated! I did look through the default theme and did not even see a reference to this so it may be something I have in the theme that does not even exist in the default one!
Last reply by in2tech, -
- 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.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
- 1 reply
- 1.5k views
Hello, Trying to install V7 Alpha 2, have uploaded all files to my domain however its giving a PHP error and not displaying the installer, I am running 7.2 php as well. Anyone know what is possibly wrong? Many thanks, David
Last reply by Nabeel, -
- 1 reply
- 1.6k views
I need someone to service this site. Whoever was doing does not answer my calls anymore. urgently please http://icrew.iflyvirtual.com
Last reply by garcez, -
- 1 follower
- 5 replies
- 2.9k views
I need help setting up phpvms ver 7 the latest release can someone walk e through what I need to do , thanks. regards Chris
Last reply by opsman, -
- 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, -
- 1 follower
- 2 replies
- 1.6k views
Hi, I uploaded the phpvms folder (version v7.0.0-180820-91a641) to my home directory by ftp, and I'm get this error message: My test shared hosting: http://spark.byethost17.com/phpvms/ My php info file: http://spark.byethost17.com/phpinfo.php
Last reply by ARV187, -
- 1 follower
- 1 reply
- 1.5k views
Hi, I am new to phpVMS and have installed v7 alpha 2 on a shared Strato hosting. i am thinking about moving from VAM to phpVMS. In the manual, an alpha 3 is mentioned. Where can I find it? And would you recommend using version 5.x until v7 has made further progress or should I stick to it? Also, did I understand it correctly that an csv import for airports, and the expenses are not available at the moment? Regards T1m
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 1.6k views
i have followed the download instructions and got the page PHPVMS not installed ok (http://localhost:8890/phpvms/) , when I click on head on to the installer, i get the error "The requested URL /install was not found on this server." (http://localhost:8890/install) is there anything i need to do to correct this ? I have checked PHPINFO and i am on php 7.21 and all extras loaded
Last reply by Nabeel, -
- 1 reply
- 1.7k views
got it to install
Last reply by flyalaska, -
- 1 follower
- 2 replies
- 1.9k views
Hi Guys I'm having problems installing PHPVMS7, I have installed it on my server it's giving me a 500 error...... I'm trying to install phpvms 7 it's a nightmare is there any difference to the other version 5.5 version any help would be fantastic. Thanks
Last reply by FiveStar001, -
- 0 replies
- 1.3k views
Hello everyone unfortunatly today the dashboard for my website stopped working . If you guys have any suggestions on what it could possibly be that would be awesome!!! On a side less important note I cant get it to go to page 2 on like airports and flights and stuff... but that's less important... Screenshot: http://prntscr.com/jjsf1u Thanks, Raaj Patel
Last reply by RaajPatel, -
- 1 follower
- 8 replies
- 2.9k views
I’ve cloned the last version yesterday night, installed it and all seems to work properly 2 things: 1) when i login or i navigate to the pilot dashboard, it hangs for 30 seconds and then gives me a timeout error in guzzy http class (or how its name is, i don’t have logs now) in curlhttp adapter and doesn’t load the page at all. 2) when i navigate the site with my phone or iPad the navigation menu button in the titlebar doesn’t work. anyway great job with this project!!! P.S.: My setup is nginx 1.4, php 7.2.5, mariadb 10.3, redis 3.2, latest versions of composer and apcu, all on Windows 10 pro 64 bit (but i had the same issues in apache 2.4 without redi…
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 1.8k views
In the administrator panel I get this message. New version 7.0.0-180423-29d206 is available! Where can I download it? In the forum I can not find the link for this download. In other versions of phpvms 7 there was an option to import routes in * .CSV format Now that disappeared. How can I import routes? Thank you
Last reply by Nabeel, -
- 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
- 9 replies
- 2.7k views
Hi ! I have just create a module called Donazioni with the shell command. Now i have the structure and in the admin pannel i see under Addons the name Donazioni. When i click into Donazioni, the web site return: Page Not Found Well, this is embarrassing, the page you requested does not exist. Click here to go back to the home page. How is possible have a white page in admin pannel? Thanks Donazioni.zip
Last reply by Tato123, -
- 1 follower
- 2 replies
- 1.6k views
Trying to fresh install phpvms 7 alpha2 and getting a blank white screen with the the following error in the apache log file. PHP Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /var/www/phpvms/vendor/symfony/finder/Comparator/NumberComparator.php on line 42 PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 Here is the version of php I am using PHP 7.1.14-1+ubuntu16.04.1+deb.sury.org+1
Last reply by asandor, -
- 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, -
- 1 follower
- 7 replies
- 2.9k views
Hello developers, first of all thank you for your hard work and releasing the phpVMS 7. Unfortunately, after a successful install the page show like this to me. What did I do wrong?
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 2.7k views
I need help updateing PHP to v7.2 from v7. I'm not sure if this is possable or how to do it. Can somone help please!!
Last reply by spkier, -
- 6 replies
- 8.3k views
Hello, I've been trying to install the version of phpVMS on the github for a while now. I've finally got the first page to show up (where it says phpVMS not installed). When I click "Head on to the installer", I get a 404 Not Found Error. I have php 7.1 with all the requirements, mySQL, nginx/1.10.3, and I'm running on Debian Jessie. Any ideas? Been stuck with this for a while. EDIT: Just checked the nginx error.log. It says something about not being able to find "/var/www/phpvms/public/install/index.php". I checked the github to see if it was a problem cloning the files, but it doesn't have a folder named install in the public directory either. …
Last reply by ProAvia, -
- 1 follower
- 10 replies
- 2.7k 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, -
- 2 followers
- 11 replies
- 5.7k 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,