Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Jeez, changing anything during the day scares me.
  2. If you can send me your server details I can take a look if there's a problem with the template
  3. You're on fivedev, right? (sorry, hard to keep track..)
  4. It would be your host's problem, I'd let them know
  5. Nabeel

    Rank

    You can do it either way so its manually or automatic. But it will work in one way for all pilots
  6. Can't tell, it's all lowercase, permissions correct? I'll check the code
  7. You should be able to. Can you send regular email to that address? In local.config.php (well in app.config.php) there are a few settings for emails as well, take a look at those. Are you getting no emails at all?
  8. That's how it's supposed to be, it uses Javascript to open/close the log below it
  9. Haha! Good luck, we're here if you need help!
  10. To be completely honest, the prefix they use won't matter since it looks at the number ID afterwards, as long as it's a valid airline code they use as the prefix. But I'd keep that a secret and have the airline code prefix they signed up for
  11. Actually it will be in hours:minutes. It was an issue a while ago but it should be all good now
  12. Nabeel

    FATAL ERROR

    Thanks Jeff!
  13. If it's resetting to the top of the page, most likely a Javascript error. Are you sure you didn't modify the form? Try removing the custom fields first and seeing if the stock form works. A problem might be the questions marks which I just noticed (Where did you find us?). Try removing those...if that does it then it seems like a bug on my part
  14. You could but it would be missing alot of data, since PIREPs don't have all the information needed, some info is pulled from the schedule. If you look in the FAQ forum there's a way of doing 'unscheduled' flights
  15. Don't create a new one, just copy/replace those settings in the existing one. I would perhaps leave the DB_CHARSET_NAME as utf8. What do you mean doesn't work, as-in, what's it doing?
  16. If you don't mind me saying, it's better to do this: <?php if(Auth::LoggedIn() == false) { echo 'You must be logged in to view this page!'; return; } ?> No else or other brackets to keep track of
  17. Make sure the core/local.config.php file has a filesize of 0 and is completely empty before you run the installer
  18. Can you send me our airline name/code? Thanks
  19. Can you post the output from /install/checkinstall.php?
  20. You need to use a lightbox which is compatible with jQuery. You're using prototype which conflicts with that, and will cause errors. By placing it below, you're overriding jquery, which is breaking the site. So I'd find a lightbox which can be used with jquery (there are quite a few, colorbox, etc), and place those includes where it says to in the file
  21. What's the skin you're using? Are you putting it into the correct folder?
  22. Nabeel

    Schedules

    I removed the option and added it into the filter in the beta
  23. Lorenzo's right, means either your local.config.php is busted, or your database is missing stuff
  24. Have you read the main docs? http://forum.phpvms....html?category=5 Also, take a look at the crystal skin which is included, the layout.tpl file
  25. Instead of linking directly to registration in the navigation, you link to that page. And then from there, you link to the actual registration page
×
×
  • Create New...