Jump to content

ProAvia

Administrators
  • Posts

    1648
  • Joined

  • Last visited

  • Days Won

    72

Posts posted by ProAvia

  1. iCrew skin and crystal skin will possibly display schedule search very differently.

    phpVMS 5.5.2.72 has not been test with PHP versions above 7.2 (only with 7.0, 7.1, 7.2). I tried it briefly with 7.3, but it showed additional errors and I didn't persue that further as I was using PHP 7.2. I have no idea what issues/errors may occur with PHP 7.4.

    Again, my understanding is that it will still load all schedules when selecting schedule search whether or not the particular skin page displays them all or not. Loading and displaying are to different things.

  2. 9 hours ago, Tummi said:

    as in a other topic mentioned i tried a second isntance with PHP Version 7.2 and that changed everything.. Don't know if you can use thgis information for further development. Anyways thank you for your Support and effort with this 😉

    Glad you got it working. I may look at it in the spring - after I get caught up on a few other projects.

  3. 5 hours ago, Doonies said:

    I logged out of my CC and now the website is all blue. I tried following the documentation for the fix but it doesn't seem to fix anything. Now, I keep trying different devices and anytime I go to the CC it is blue and glitchy. 

    So the issue it looks like is I have to do /index.php/login every time i want to login. Is there a way to fix this?

    What is "CC"?

  4. In your picture, that is the default skin and default schedule search. We have no idea of "Server A" as you didn't post a picture from there.

    1. phpVMS version?
    2. PHP version?
    3. Are you using the same default 'crystal' skin on both?
    4. What addon modules have you installed? Are they the same on both?

    In either case, all schedules load when you select the schedule search function. That's just the way the default code is.

  5. phpVMS version 7 is still in beta and shouldn't be used for a live/production site.

    Did you install all the dependencies as advised in the documents?

    Did you read the docs before setting your site up?

    What version of PHP are you using?

    What is your site URL?

    I am moving your post to the phpVMS v7 forum as you posted in the phpVMS Classic (v2,v5) forum.

  6. Did you do the initial phpVMS install?

    If yes to above, did you change the default admin skin?

    The pilot shown in the screenshot is new and hasn't flown a flight yet - so page should load pretty quickly.

    Since you just changed to SSL, did you change all coding references to your site in the phpVMS files from http to https? 

  7. For the admin panel - what happens if you wait for a few minutes... does the screen display properly then? If a pilot has a lot of PIREPS it takes a while for th esystem to process them all and the page will take a while to display properly.

    For the Crazy Creatives Hub Admin modules - since it's payware, we can't discuss it here. Have you tried reaching out to Crazy Creatives or looked in their forums for a solution? I know getting a hold of anyone there can be challenging at times, but it's the best we can offer you right now.

  8. Since you usually use smartCARS, I would suggest you contact them to see if that function can be added to smartCARS. 

    kACARSII has this function, but sadly is no longer available.

    Chances of any of the freeware clients incorporating this is very slim.

  9. 4 hours ago, CarlosEduardo2409 said:

     

    
    RewriteEngine On 
    RewriteCond %{HTTPS} !on 
    RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ 
    RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ 
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

     

    Try this for the URL rewrite.

    # BEGIN - force use of SSL/HTTPS
    RewriteEngine On
    RewriteCond %{HTTP_HOST} <domain here> [NC]
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.<domain here>/$1 [R,L]
    # END - force use of SSL

    Where <domain here> = virtualair.net

    I have used that on 3 different sites/domains with success.

  10. Yeah, the rewrite code you show forces any http to automatically become https

    Regardless of subdomains, what is the full path to the phpVMS install? And where does the actual virtualair.net domain name point to in the folder structure?

    I think most sites with crew center type skins still have the normal installed folder and have /crew within that installed folder (not to be confused with the install folder in the phpVMS folder structure - which you should have deleted after installation). Mine is:

    /home/<user>/public_html/<VA_name>/phpvms/<phpvms_installation>
      
    And any/all skins (CrewCenter inclued) are in:
      
    /home/<user>/public_html/<VA_name>/phpvms/<phpvms_installation>/lib/skins/<all_skins_folders_here>

    Could be your folder structure isn't supposed in any of the ACARS clients

    Yes, you should go thru all the files and change any calls mentioning http to https - no need to do the URL's in the comments sections though. My bet is something is blocking the ACARS clients from accessing the site do to an http call when it should be https.

  11. According to the skin readme file, it shouldn't be installed in "vCrewMini-phpvms-skin-master". I suggest you re-read the readme file and place the files in the correct location.... lib/skins/vcrew_mini_v1

    So in the skins folder you should have.....

    crystal
    vcrew_mini_v1

    ... folders

×
×
  • Create New...