Jump to content

ProAvia

Administrators
  • Posts

    1648
  • Joined

  • Last visited

  • Days Won

    72

Posts posted by ProAvia

  1. 14 hours ago, Shadesb181 said:

    I am using this code on my version of crewcenter now. I am wondering if I can limit the search results. At the moment even if I type KJFK as dep airport, results comeback from the whole database. Any help would be appreciated. Thanks

    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?

  2. 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.

  3. 12 hours ago, Yash said:

    It is simple, check layout.php of admin layouts folder and change https:// to http:// if you are not using SSL Certificate!

     

    26 minutes ago, Yash said:

    Yes, you may check the core_htmlhead.php file in admin layout.

    Change http:// to https:// if using SSL

    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.

  4. 4 hours ago, Yash said:

    It is simple, check layout.php of admin layouts folder and change https:// to http:// if you are not using SSL Certificate!

    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?

  5. 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?

     

     

  6. 6 hours ago, Kursat said:

    php 5.6

    aphace 1.3

    mysql

     

     

    "https://github.com/proaviaaz/phpvms_5.5.2.72" this php7 version works fine but it doesn't work for php5

    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??
  7. 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.

×
×
  • Create New...