-
Posts
1695 -
Joined
-
Last visited
-
Days Won
75
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by ProAvia
-
When you select KJFK for the departure airport, does it show only KJFK departures or does it show all departures in your database? If it only shows KJFK departures, you can use pagination to display a smaller number of results per page - as eluded to by Yash. If it displays all schedulesfor your VA when selecting KJFK, you have an error in your coding. Are you using the default schedule search or an addon module to search?
-
There are probably some errors in the navdata you uploaded to your site. I've seen it on my site too. Most of the time its an intersection/fix and not a VOR. Sometimes its a wrong lat/lon in the navdata, other times the name of the waypoint is wrong in the flightplan. You could look in the navdata table and try to fix it, but the next navdata update you make to your database will negate the fix. This issue is not specific to phpVMS 5.5.2 and can happen with any version of phpVMS - it is strictly related to the navadata used in the navdata table.
-
I see you solved it as I was typing. What did you do to solve your issue. Posting the solution might just help someone else out in the future.
-
Did you use the Pages option in the admin panel? If so, at the bottom of the page you are creating are two boxes marked Public and Enabled. Enabled allows anyone logged in to see the page. Public allows anyone logged in or not logged in to see the page.
-
What version of phpVMS? What skin? What PHP, Apache and MySQL versions? What error?
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Sorry, at the present time it does not. It's on my list to look at, but I can't promise when I will have time or if its even possible. -
In your first response you said "check layout.php of admin layouts folder and change https:// to http:// if you are not using SSL Certificate". After being asked to be more specific (as initial response was the incorrect file and file path), you then state "check the core_htmlhead.php file in admin layout. Change http:// to https:// if using SSL". Thanks for trying to be helpful, but please be a bit more careful when providing information and be very specific in what to do (provide correct path to correct files). Not providing the correct info at best will not fix the OP's issue, and at worst will screw up their installation more than before they posted with the original issue.
-
Really?? - /admin/lib/layout/layout.php only has references to "http" in the comments section. Could you be more specific as to exactly where you are referring to?
-
What did you do to solve the issue? Knowing what you did may help others in the future.
-
Air Charts has been down for at least several months. Chances are they won't be back - which is too bad. Their service was nice. I couldn't find another source, so I commented out the aircharts section in the module.
-
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
After reaching out to this poster via PM, his install issues were alleviated. When in doubt, read the readme file included in the download. -
phpVMS 5.5.2.72 (phpVMS 5.5.2 updated for PHP 7.2)
ProAvia replied to ProAvia's topic in Support Forum
Stating "I got error's all the way through and wouldn't even let me install it on php 7.2" isn't very helpful. What errors did you get? PHP version? 7.2.what? Apache version? MySQL or MariaDB version? -
Which version of phpVMS classic..... 2.1, 5.5.2 or 5.5.2.72? I am guessing version 2.1 based on your URL above. Go here: http://phpvms.nnbtechnologies.com/phpvms_v2-php70/index.php/login and log in using an admin account. You will need to resolve the error messages you see. My bet is that the skin you are using is the issue (crazyskin01). Change back to the default skin (crystal) and the errors should go away.
-
That error is probably because you are using mysql instead of mysqli (extended) - you may have been given a choice during installation, you need to choose mysqli (extended). What versions of PHP are available on your host? What version of Apache? What version of MySQL or MariaDB?
-
Version 5.5.2.72 works in PHP 7.0, 7.1 and 7.2 - so not sure what you mean by "https://github.com/proaviaaz/phpvms_5.5.2.72" this php7 version works fine but it doesn't work for php5 - need more detail here. PHP 5.6 will work with phpVMS 5.5.2 Apache - That's an older version, but I think it will work. MySQL - What version????? Have you checked for errors in the error_log file? There should be one in the root of phpVMS and possibly one in /admin also. Are you using the default skin? Updated any of the .js files? Changed any files to make calls to other versions of any .js files? Is this a completely default install or have you "tweaked" anything? URL??
-
What version of PHP? What version of Apache? What version of MySQL/MariaDB? I believe this may be a javascript issue, maybe with /admin/phpvmsadmin.js
-
Oh - FltbookSystem v2 - now at least we are on the same page. Knowing the exact name of the module helps. Yes, if there are modifications to a payware file (smartCARS) it is best not to post them on a public forum. Hopefully Web541's guidance will assist you in fixing your issue.
-
Does anything show in the error_log file that may be related to this? do you have a link to the "FltSystem" module? Freeware or payware?
-
Do bids show directly on your site? If not showing on the site, they can't show in any ACARS either as the database doesn't think they exist. If they do show on your site, I suggest you contact TFDi (smartCARS developer) and ask them.
-
Great - Enjoy your VA.
-
There is no version 5. There is: phpVMS 2.x - has been updated to work with PHP versions up to (7.1 or 7.2 maybe) - sometimes (incorrectly) referred to as version 5 phpVMS 5.5.2 - for PHP version 5 up to 5.6 - Simpilot version phpVMS 5.5.2.72 - this is phpVMS 5.5.2 (Simpilot version) updated to work with PHP 7.0-7.2 - will NOT presently work under PHP 7.3 phpVMS 7 - still in beta testing - not compatible with prior versions - probably not ideal to use in a live environment at this point - will work in PHP 7.3 The version you have installed will not work with PHP 7.3 - can you revert PHP to 5.6, 7.0, 7.1 or 7.2? If you install phpVMS 5.5.2 or 5.5.2.72, you will need to select MySQLi (Extended) for the database - MySQL will not work. I believe MariaDB 10.1 will also work - but not MariaDB 10.2 Let us know if you can revert to another version of PHP and also what name and version of database you are using.
-
What version of phpVMS? What version of PHP? Is this a new install?
-
Have you considered installing locally using Wamp? This way you could test it out using the same php and MariaDB versions your host is using and see if the same error shows. If it doesn't, then something messed up with there install of php and/or MariaDB. In any case, you can tweak phpVMS locally with the skin and modules of your choice to see if it will work for you.
-
I am pretty sure that is not a phpVMS issue in and of itself. Are you using a new database with this new install or an existing database? Have you googled - Warning: mysqli::mysqli(): Headers and client library minor version mismatch - yet?