Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. Some files are missing or corrupted try to reupload but remember to keep local.config.php as it includes your settings
  2. The airport diagrams come from flightaware and flightaware does not support airports outside the US What you could do is upload your own charts and show them on the briefing page but this is not allowed from jeppesen and it will be up to you if you want to do it or not
  3. a link would be helpfull and a test account
  4. When phpvms was created there was a feature to auto update the fuel prices but this has stoped now you can put what you want
  5. at the moment only for phpadmin
  6. When do you get this error ? On registration form ? In log filles ? Did you delete or add a pilot from mysql panek ?
  7. Can you please provide a link of such a pirep ?
  8. I am sorry but not with this module
  9. you sorted it out ?
  10. Hello can you please tell me what php version and what phpvms version you are using ? and try replacing in common/PirepAcData.php aprox line 27 public function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } With public static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); }
  11. What seems to be the problem ? Did you followed the instructions ?
  12. Just to confirm you need to follow theese steps Step 1 in local.config.php you need to add the above code at the top <?php session_start(); if(isset($_GET['template']) && $_GET['template'] != ''){ $_SESSION['template'] = $_GET['template']; define('CURRENT_SKIN',$_GET['template']); } if(isset($_SESSION['template']) && $_SESSION['template'] != '') { define('CURRENT_SKIN',$_SESSION['template']); } ?> <?php Step 2 2 language folders in skins folder named by your language Step 3 Link to www.mysite.com/index.php/?template=languagefoldername
  13. As i saw your source file i would try to remove the <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> Line as you have linked two diferenct jwuery versions <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> and this might create a conflict
  14. We could use the errors or even a link to your website
  15. A virtual flight training organization , a virtual dispatch centre thats something that came in my mind
  16. What problem do you have ?
  17. Unfortunatly no
  18. Have a look at this http://tsstatus.sebastien.me/
  19. You haven't copyed the class make sure all the files are in the place they should be
  20. A link to the roster please
  21. You mean you have the same problem as -almaystrow ?
  22. Yes
  23. No problem you still are able to do that with a custom module if you connect it with you database
  24. Are you able to send an email from outlook with this account if yes can post what settings did you used ?
  25. dont think there is any need for js in this module
×
×
  • Create New...