Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. You're on fivedev, right? (sorry, hard to keep track..)
  2. It would be your host's problem, I'd let them know
  3. Nabeel

    Rank

    You can do it either way so its manually or automatic. But it will work in one way for all pilots
  4. Can't tell, it's all lowercase, permissions correct? I'll check the code
  5. 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?
  6. That's how it's supposed to be, it uses Javascript to open/close the log below it
  7. Haha! Good luck, we're here if you need help!
  8. 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
  9. Actually it will be in hours:minutes. It was an issue a while ago but it should be all good now
  10. Nabeel

    FATAL ERROR

    Thanks Jeff!
  11. 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
  12. 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
  13. 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?
  14. 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
  15. Make sure the core/local.config.php file has a filesize of 0 and is completely empty before you run the installer
  16. Can you send me our airline name/code? Thanks
  17. Can you post the output from /install/checkinstall.php?
  18. 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
  19. What's the skin you're using? Are you putting it into the correct folder?
  20. Nabeel

    Schedules

    I removed the option and added it into the filter in the beta
  21. Lorenzo's right, means either your local.config.php is busted, or your database is missing stuff
  22. 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
  23. 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
  24. It's a host setting, I've tested it with openbasedir restriction on, it's usually a setting that they haven't configured properly
  25. Run the /install/checkinstall.php script, it'll let you know what files are corrupted
×
×
  • Create New...