Jump to content

OmerAslan

Members
  • Posts

    288
  • Joined

  • Last visited

Posts posted by OmerAslan

  1. Hello again,

    I have new version og phpvms now. I have one problem so far, which is when submit a pirep it says

    Strict Standards: Non-static method CodonEvent::hasStop() should not be called statically, assuming $this from incompatible context in /home/pilotomeraslan/public_html/aal/core/modules/PIREPS/PIREPS.php on line 478

    How can i fix it? Thanks.

  2. 5.3 but i can change it to 5.4 or 5.5 I have this option. Whis option is better for phpvms_5.5.x version?

    Well actually i download new version and try to change the avatar again but still gives me this:

    Warning: imagesy() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 452

    Warning: imagesx() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 453

    Warning: Division by zero in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 456

    Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 458

    Warning: imagecopyresized() expects parameter 1 to be resource, boolean given in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 461

    Warning: imagepng() expects parameter 1 to be resource, boolean given in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 465

    Warning: imagedestroy() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aalv/core/common/PilotData.class.php on line 466

  3. Hello Omer,

    1. Open your core folder. Inside it, you will find the local.config.php file. Copy and paste the following:

    Config::Set('ACARS_LIVE_TIME', 15);
    Config::Set('ACARS_DEBUG', false);
    

    Check the file if the above two lines are already included. The default value is 720 which means that the flights will remain line for 720 minutes = 12 hours. Update 720 to anything you want.

    2. All these settings can be updated from local.config.php file. If you do not find some settings, open app.config.php file. This file includes all the available phpVMS settings. Copy the setting you want to update from the app.config.php file (if it is not already included in the local.config.php file) and paste it into the local.config.php file. Do make any changes into your app.config.php file as this will file is updated whenever you update your phpVMS while the settings set on local.config.php file are not replaced.

    George

    Dear George,

    Thanks for the answers. About map, i checked and both lines i already have. I even changed the size :) When smartcars flights are gone map becomes ok and i start new flight map is gone again. I send email to TFDI. I think they have to help me about it. But the rest is ok.

    I was trying to add picture to my profile i got this error

    Warning: imagesy() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 464

    Warning: imagesx() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 465

    Warning: Division by zero in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 468

    Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 470

    Warning: imagecopyresized() expects parameter 1 to be resource, boolean given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 471

    Warning: imagepng() expects parameter 1 to be resource, boolean given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 475

    Warning: imagedestroy() expects parameter 1 to be resource, null given in /home/pilotomeraslan/public_html/aal/core/common/PilotData.class.php on line 476

    Can you help me about this?

    Thank you so much for your help.

    Best Regards,

    Omer ASLAN

  4. Unzip the airports.zip file, inside it there is an airports.sql file. Open the file and go to lines 29, 30, 48 and 696 and replace `airports` with your `phpvms_tableprefix_airports`. After that, open your phpmyadmin, locate your phpVMS database and import this file.

    Thank you. It helped me a lot.

  5. I am new with all this stuff. I am using smartcars and phpvms defult crystal skin. Everthing seems perfect exepct;

    1- My map on Live Map has been gone only grey color stays. And i did my first flight with my tracker, after the flight i can still see it on the list of Live map page. Howlong will stay after the flight?

    2- I see my pirep info and i see numbers right like Kg but says lb.(pound) I think my smartcars send data as a kilo which is i like to see as Kilo. How can i fix it?

    But please explain easy way because i am new and i don't know much. Thanks,

    Omer

  6. Here is the data dump for my airports table for a charter system I have built if it will help. It has 41533 airfields, helipads, water strips, and private airfields in it, I think there are still some that I do not have in it but its a start. It is a big file so you may have to split it up to import it into your table, if you are on free hosting I would not even try.

    Thanks i download this but can you tell me where do i have to add this file? Sorry i am new. Thanks

×
×
  • Create New...