Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Looks like your pilots are not using acars correctly
  2. It has to be in PHP tags <?php print_r($report); ?> You'll see a list of variables you can use with <?php echo $report->[variable]; ?>
  3. Thanks, I'm hoping to look into it this week. Still recovering from turkey day break haha
  4. Nabeel

    font

    You can also use http://www.google.com/webfonts
  5. Double check permissions on those folders, they can change underneath you. Also, follow the debug info instructions in my signature, see if something strange is happening there.
  6. No, it's not. It says the pathname is too long - that's how they've setup their platform. That's not something I control. I'd find a new host.
  7. For now you can put it in where <?php echo $report->arricao; ?> is it'll mess up your output but thats ok for now
  8. Jeff has the basic answer. It really depends on what code you changed, it's looking for specific output.
  9. There's no way to really fix that, the flicker is from the icon being repositioned since the flight is omving.
  10. Do you have manual ranks set?
  11. Contact your host with that error
  12. Nabeel

    Signatures

    Make sure permissions are ok, sometimes they change b/c of server side stuff
  13. do print_r($report) to see what variables are available
  14. Nabeel

    Signatures

    The double slashs doesn't matter
  15. Can you do a re-export? It sometimes happens when the data has either been exported too often, or didn't export properly
  16. Follow the debug instructions in my signature. Have you set the rank to something that doesn't exist anymore?
  17. Open a support ticket, not on the forums.
  18. Nabeel

    Modules

    YOu have to do $this->set('userinfo', Auth::$userinfo) to set the $userinfo variable to the view I think its Auth::$userinfo
  19. check the local.config.php file, there is an alternate for that
  20. http://creedthoughts.org/.com/creedthoughts
  21. Follow debug instructions in my signature and report back
  22. Exactly
  23. You should contact your host, maybe your domain isn't setup properly
  24. Updated URL meaning to something valid? Was the previous one wrong? The URL shouldn't really matter... that's strange. But gives me something to start with
  25. If you open the Firefox error console, does anything show up when you try to search?
×
×
  • Create New...