Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Revision 811: vacentral options admin panel fix2 December 2009, 9:16 amvacentral options admin panel fixSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  2. Oh. Where?
  3. I'm committing the fix now so don't worry about it
  4. Nabeel

    question

    When you first login to your FTP, what's the initial folder? The path would be from that folder to the lib/fsfk. So if you have to go into public_html first, and then the phpvms folder, then lib it would be ftp://..../public_html/phpvms/lib/fsfk
  5. I don't use the password portion since it's transferred over plain-text. I'm not sure why someone would change their pilot ID to someone elses, it's just for flight tracking and PIREP filling, so the risks (IMO) outweigh the benefits
  6. Did you upload everything? reupload the admin panel and /core/common and /core/classes
  7. Yeah, run the install/update.php it will take care of db updates from 700
  8. What do you mean?
  9. Nabeel

    question

    So that means the path you entered in your FTP is incorrect (the /lib/fsfk) part
  10. It's just a notification by email that there was a PIREP submitted. I guess you're on beta now, can you enable DEBUG_MODE (set to true), and check the core/logs/log.txt for any db errors.
  11. add it in addition to the old style for now, sry, I'll fix that
  12. Nabeel

    question

    And for the ftp server add ftp:// in front
  13. Nabeel

    question

    can you try pointing your api server to apidev.phpvms.net?
  14. Nabeel

    question

    ;D ;D ;D
  15. It should be in /core/local.config.php. Maybe you're checking in the wrong folder? That's odd
  16. If you have vaCentral, please goto your vacentral profile, and re-enter your API key information (delete the old one). Format has changed
  17. Revision 810: vaCentral debugging/logging/fixes.1 December 2009, 12:59 pmvaCentral debugging/logging/fixes.Source: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  18. Yes the links format changed (well, the format didn't but it's easier now to just call url('/path'); instead of the entire SITE_ROOT etc
  19. Yeah for everything is fine.
  20. Nabeel

    question

    Yeah, for FSFK, enter your FTP information (copy the lines from app.config into local.config). Just see if FSFK uploads images into that folder which you set up. There's a commit going up, you can add these two lines in local.config Config::Set('VACENTRAL_DEBUG_MODE', true); Config::Set('VACENTRAL_DEBUG_DETAIL', 2); And send me the core/logs/vacentral.txt file I'll see if I can debug from using that. Also, get your vacentral parameters again from vacentral, they changed (though it will accept old format)
  21. Yeah, that's by design. It kinda sounds to me the full flight wasn't logged from the beginning, xacars doesn't report the complete information every time, so if it's from mid flight or a message gets missed, there's missing data
  22. Also, seems like you're upgrading your customizations. Can you let me know what you had difficulty with, so I can just make a note of it for release notes, etc? Thanks buddy
  23. Mitchell, can you make your sig a bit smaller? You probably are looking for base conversion (octal to hex) or something
  24. Depends how your server is setup. If they're owned by you, and the group is the web user, you can do 775 (that's what I do). If they're owned by the webuser and also in the web user group, and you're in the web user group, you can also do 775.
  25. Check the changelog, the changed templates are listed in there
×
×
  • Create New...