Jump to content

ProAvia

Administrators
  • Posts

    1761
  • Joined

  • Last visited

  • Days Won

    79

Posts posted by ProAvia

  1. I moved this to a new topic as it's a bit different from the one you originally posted in.

    I am guessing you imported thru the admin panel. Did you look directly in the database using phpMyAdmin? Chances are the import was not successful and you won't see the imported aircraft and schedules in the database. 

    Do you already have an airline and airports in the database and do those show in the admin panel? Were these entered manually or imported?

    As soon as the import is successfully completed the data is available. There is no time delay.

    Are the files in CSV format? Are all the column headers correct? While Kingsoft Office may have saved the files, maybe the exact format needed isn't correct.

  2. What is IONOS - your web host?

    Here is lines 101-106 in ezdb_mysqli.class.php:

    $this->dbh =  new mysqli($dbhost, $dbuser, $dbpassword);
    
    		if(mysqli_connect_errno() != 0)
    		{
    			if($this->throw_exceptions)
    				throw new ezDB_Error(mysqli_connect_error(), mysqli_connect_errno());

    Did you enter the host, user and password correctly? Did you start with a fresh DB and fresh phpVMS upload?

  3. Can you set the PHP version to 7.2 or 7.1? If so, use phpVMS 5.5.2.72 - which will work with smartCARS.

    Most all addons will work with 5.5.2.72 also. There may be some errors shown pertaining to the count parameter, but they are easily fixed.

    Or if you can set PHP to version 5.6, use phpVMS 5.5.2 (Simpilot) version.

     

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

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

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

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

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

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

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

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

×
×
  • Create New...