Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. pirep route fix, ranks/aircraft restriction refs #226 Auth error - accidentally had left in debug output Fixed error with PIREP pulling wrong route (Thanks Tony!) modified schedule_results.tpl - added check for the aircraft rank against pilot rank (had to recommit to 910, left in debug text by accident ) New setting: Config::Set('RESTRICT_AIRCRAFT_RANKS', true); View more details, download from here
  2. I'd ask your host... but try /var/log/httpd /usr/local/apache/logs I'm not sure where else b ut perhaps somewhere in /var/logs
  3. Yep, it's 30. Why not drop the "virtual airways" part?
  4. I'm not sure, I just needed something to work on to try a few things... and I think someone (maybe Roger) had mentioned there was no good free PIREP system... and I guess that was it..
  5. pirep route fix, ranks/aircraft restriction refs #226 Auth error - accidentally had left in debug output Fixed error with PIREP pulling wrong route (Thanks Tony!) modified schedule_results.tpl - added check for the aircraft rank against pilot rank New setting: Config::Set('RESTRICT_AIRCRAFT_RANKS', true); View more details, download from here
  6. core\common\Auth.class.php:97 comment out that line for now. I'll have a bugfix up today
  7. I mean another application. Is there anything in the Apache error logs?
  8. Try some other PHP scripts too. Seems to me like something isn't configured properly
  9. Hey, strange... 500 would indicate something wrong in the server configuration, do other PHP scripts work?
  10. I grew up on PIA, so naturally, my fav Esp their 747-classics, they're awesome. States wise - Jetblue
  11. Sweet dude, jealous. That i7 looks delicious
  12. For FSX strong CPU, that's all I've repeatedly been told
  13. Good to hear!! Yeah, there were a ton of bugfixes inbetween... I'd update to now 908. Injecting bogus flights, check the /unittest folder, there's an add_pirep.php file which you can run
  14. schedule/nav data bugfixes, airline/session fixes View more details, download from here
  15. It seems like those errors are related to the templates - are you on the 'stock' acarsmap.tpl and route_map.tpl files?
  16. Really weird. Would you mind PMing me FTP and phpvms login info so I can take a look? Thanks
  17. Did you make any changes to the database? Fresh install?
  18. Talk to your host, sounds like they're out of disk space
  19. Nabeel

    FSFK

    Weird, has it worked before? What version are you on? I've fixed it on my end... core/modules/FSFK/FSFK.php on line 45 You can comment out that line
  20. Nabeel

    erros

    delete everything from core/cache too start from a fresh cache
  21. Yes, post that table as well. Something weird is going on. You did a complete install, fresh database, the latest release version?
  22. Nabeel

    erros

    Make sure the core/cache directory and all the files in it are writable
  23. If you know the category ID, you can do this in the template: Template::Set('allcategories', array(DownloadData::getAsset($id))); Template::Show('downloads_list.tpl'); OR the category name: Template::Set('allcategories', array(DownloadData::findCategory($categoryname))); Template::Show('downloads_list.tpl'); And it'll show that list. Just change the ID or the category name
  24. What are you entering in the schedule form, I can't dupe it. Are you entering a route?
×
×
  • Create New...