Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Excellent, glad it's working and thanks!
  2. Perhaps you can add the leg # to the flight # like 3041, 3042? You can also do 304a, 304b now as well
  3. Can you copy/paste what's in the update.sql and see if it gives you any errors? Just paste them here. Then I'll give you the query to just manually bump that version number.
  4. That template has change (route_map.tpl), use the one in the core/templates folder, revert to that one first, then we can go from there. Clear your cache and all too.
  5. You have to be using PHP 5, double check on that version. That error seems like something did not install correctly. Wipe the database and try again. Did you setup PHP and MySQL yourself?
  6. Hmm.. make sure there is only one copy of downloads.php in that folder, and you didn't upload it twice or something somewhere
  7. Are you using a free host? The allow_url_fopen() is blocked. Seems like you also have debugging turned up all the way. That's just doing the version number check.
  8. Did you run the install/update.php? Double check the permissions on the js folder
  9. Hey there Chris, You can list one flight at one time, but then place in the notes that it's 15 minutes later on sundays. The schedules have to be unique (meaning you can't have two ABC001, only one)
  10. I'll take a look after the release, then I can concentrate on it a bit
  11. There's a big update coming tonight, after you update to that, let's see if it gets fixed.
  12. What do you mean the last email used? Some browsers do save the field information, but I can't really check. Mass registration, I don't right now It could potentially be fast - since you just type it in the registration form you just need the email, name, and password, just enter those and go for it. You'll have to enter at least that much in a CSV file
  13. Hey there, Welcome to the site! Are you using the beta? There was an error in the sql code which was updated last night.
  14. Ok I just committed, the template is in /admin/templates/email_.....tpl Copy it to your skin, should work
  15. Nabeel

    help

    Basically you open a div tag or something at the end of the header.tpl, and then close it at the start of the footer.tpl. The system will automatically insert everything in between, but when you leave that div open, it'll all go into that div
  16. Hey Karl, Welcome aboard! The admin panel skin won't change; that's been "locked in" so to speak. There are too many things going on there to allow a skin change, a ton of Javascript and element IDs that need to be exactly the way they are for things to work. The admin panel theme has been redesigned for the next version though.
  17. Right now it's in the code in admin/modules/pilotadmin/pilotadmin.php in the ApprovePilot() function. I'm gonna split that out of the the code though and allow that as an override in the skin folder
  18. Nabeel

    Pages

    Also lib/signatures and lib/avatars
  19. Yeah, I've contacted simroutes about having an API to export routes, but didn't get an answer. Perhaps I'll try again
  20. Nabeel

    Pages

    Are the permissions on the directory ok? 777?
  21. I would love to, but I can't find any web-services which can 'deliver' routes through XML or JSON.
  22. Ahh ok, I will check it out. Thanks
  23. Create a file, just put this in it: <?php phpinfo(); ?> See if you can find a section for GD. That's needed for image lookups
  24. OH, is there an error message uploading the avatar? Also, do you have GD installed on the server?
×
×
  • Create New...