Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. No problem there, seems like your offset is 99? But check the count of those two, see how they are? I might need to add a maintenance option to do a recount, not sure how they were off.
  2. Good to hear!! Yep alot of speed increases thanks to caching, but the biggest advantage is halving all the queries which makes it easy on everyone. I think this one is close to 2.1 worthy
  3. Looks like they're all in the logbook. In the phpvms_pilots table, what's the number in the 'totalpireps' column? And if you run: SELECT COUNT(pirepid) FROM phpvms_pireps WHERE pilotid=HIS_PILOT_ID Also something strange - the URL: http://www.flyaka.com/index.php/profile/view/154 The ID is 154, but on the page it shows: Pilot ID: AKA253 I guess you've entered an offset?
  4. Thanks!
  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 (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
  6. 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
  7. Yep, it's 30. Why not drop the "virtual airways" part?
  8. 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..
  9. 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
  10. core\common\Auth.class.php:97 comment out that line for now. I'll have a bugfix up today
  11. I mean another application. Is there anything in the Apache error logs?
  12. Try some other PHP scripts too. Seems to me like something isn't configured properly
  13. Hey, strange... 500 would indicate something wrong in the server configuration, do other PHP scripts work?
  14. I grew up on PIA, so naturally, my fav Esp their 747-classics, they're awesome. States wise - Jetblue
  15. Sweet dude, jealous. That i7 looks delicious
  16. For FSX strong CPU, that's all I've repeatedly been told
  17. 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
  18. schedule/nav data bugfixes, airline/session fixes View more details, download from here
  19. It seems like those errors are related to the templates - are you on the 'stock' acarsmap.tpl and route_map.tpl files?
  20. Which version/
  21. Really weird. Would you mind PMing me FTP and phpvms login info so I can take a look? Thanks
  22. Did you make any changes to the database? Fresh install?
  23. Talk to your host, sounds like they're out of disk space
  24. 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
  25. Nabeel

    erros

    delete everything from core/cache too start from a fresh cache
×
×
  • Create New...