-
Posts
1761 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
If you have edited the Routes module or flown_routes_map file, you may need to revert to the originals so you have a baseline to start from.
-
In local.config.php # Number of routes to show in the flown routes map Config::Set('ROUTE_MAP_SHOW_NUMBER', 50); // change number to reflect desired number of routes
-
I have it running on my web host without error - haven't tried running a local copy.
-
Download the github repository Extract the zip file to your desktop Upload to a new directory on your webspace Creat a new database for phpVMS7 In your browser, navigate to your URL\new directory Install should start automatically You can also install on your computer using Wamp or Xampp. You must be able to use PHP 7 or higher on your webspace or local install.
-
Google - phpvms github This should find the latest development release - be sure you are looking at version 7.
-
EDIT - Only use if your hosting does not support PHP 8.1 or higher. If your host supports PHP 8.1 or higher, use phpVMS v7. Present users of phpVMS v2/v5 should use the legacy import feature of phpVMS v7. New VAs should install phpVMS v7. After much time and effort fixing errors, I now have phpVMS 5.5.2 working successfully on PHP 7.2. My live site has been running this for over 3 months. The installation program has now been updated to be able to install under PHP 7.2 as well. After much testing, including by several members here, I decided to release this version to the community. Here's a link to the program at github: https://github.com/ProAviaAZ/phpvms_5.5.2.72 Be sure to read the README file. Some may experience a few warnings when installing. While these warnings can be fixed, doing so creates major issues elsewhere with the installation. Continuing with the installation will install the program successfully. Additionally, this version may install under PHP 7.0 and PHP7.1 - but has not been extensively tested. It will NOT install under PHP 7.3 or higher. Some existing addon modules may need additional tweaking to get them working correctly with phpVMS version 5.5.2.72 - this is due to changes in PHP 7.2 Thanks to those members who helped test this for me. And thanks to Nabeel for permission to make this version available to the community.
-
no input file specified after switching from apache to nginx
ProAvia replied to ikk's topic in Support Forum
Have you looked at: https://webmasters.stackexchange.com/questions/120914/nginx-php-setup-no-input-file-specified Quick Google search of - NGINX No input file specified - reveals lots of hits at StackOverflow and other places. As a side note: https://welshairways.com has been moved at least 3 times in the past month or so - each time, new issues arise. If possible, find a 'home' and stay there for a while. -
Well, no wonder that code looked familiar. Yeah - I haven't really had a good look at v7 either.
-
What file is this code in - in version 7?
-
What browser are you using? If you installed correctly, it should work in all browsers except IE.
-
That's a payware module and since Simpilot closed, it is no longer available. I believe Crazy Creatives has a similar payware module that is available.
-
You are running this locally using XAMPP?? For a production site? Google "site updates slowly after database restore" for possible solutions.
-
Here is the present error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. I was incorrect in having you disable those entries. The 403 entries I referenced above should stay active in the phpvms v7 folders .htaccess file. Here are those contents for reference: # 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 ^/resources/.*?$ RedirectMatch 403 ^/storage/.*?$ RedirectMatch 403 ^/tests/.*?$ RedirectMatch 403 ^/vendor/.*?$ RedirectMatch 403 ^/.bowerrc$ RedirectMatch 403 ^/artisan$ RedirectMatch 403 ^/composer.json RedirectMatch 403 ^/composer.lock RedirectMatch 403 ^/composer.phar RedirectMatch 403 ^/env.php.*?$ RedirectMatch 403 ^/env.php RedirectMatch 403 ^/env.php$ RedirectMatch 403 ^/Makefile RedirectMatch 403 ^/package.json RedirectMatch 403 ^/package-lock.json RedirectMatch 403 ^/phpunit.xml RedirectMatch 403 ^/webpack.mix.js # Redirect Trailing Slashes If Not A Folder... RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)/$ /$1 [L,R=301] # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] Possibly check your server error log for further clues. I'm guessing something may be configured incorrectly on your server. Hopefully someone with more experience than me will be along to help you out.
-
So, you upload all the files and can access the initial install page using your browser? And you have removed all 403 entries in all .htaccess files in the path from the root to the directory containing the phpVMS v7 files/folders?
-
All those 403 entries may be your problem. Back up both references to the .htaccess files, open the original and delete or comment out all the 403 entries, saved the edited .htacess files. Try the install again. I'm assuming you realize that phpVMS v7 is still in beta and should not be used for a production/live siite.
-
Nabeel has kindly removed the requirement for GMP. Thanks
-
In both default schedule search and in one I linked above, all airports show whether there is a schedule or not. But if airport without schedule is chosen, result is "No routes have been found!"
-
I use this one - edited for versoin 5.5.2 https://github.com/DavidJClark/phpVMS-ScheduleSearch OK - in airports table but NO schedule are showing also with default schedule search - let me check mine
-
Pilot flies from EDDF-EDDM - Pilot is now in EDDM - when searching for a place to fly next, pilot will show current airport (last arrival airport) of EDDM in schedule search. Pilot still has choice to search from any departure airport, but the displayed default is their last arrival airport.
-
If an airport has an arrival, it should also have a departure - to allow pilots to fly from one airport to another and be able to depart from the last arrival point. Are you saying that airports without a schedule are listed also in your departure airport list? Or are you wanting to have the last arrival point show as their next departure point?
-
In the last line, what is in your code "near ')' at line 2SUCCESS"? From the error message, something in your MySQL syntax is causing the error. Is the PIREP actually being save on your site?
-
Hmm - when I type KLAX fast, it goes to KLAX. Do you want a box to input the ICAO in addition to the drop down box? I'd bet someone has done what you want. Hopefully they will see this post
-
You could write some code to do that I suppose. Additionally, if you click on the drop down menu, you can type in the code you want - within a few seconds - and the airport ICAO will show in the drop down window.
-
I would recommend contacting them an asking if that can easily be changed. I believe most all data from a flight is dependant on the ACARS program in use. I know that in kACARSII, I can select the data transmission interval thru an admin panel option setting available via the site side kACARSII files.
-
What ACARS program?