Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I think InnoDB is included by default with Mysql 4.1. You'd have to make sure your host didn't disable it, but the install wouldn't work if it wasn't there.
  2. It's marked as "ondev", so it's fixed on my development copy, but hasn't been committed to a new build yet
  3. Thanks, I'm setting up a local server to test also
  4. Nabeel

    VVAir.it

    I like it, very clean
  5. Google is your friend http://www.google.com/#hl=en&source=hp&q=javascript+drop+down+menu&aq=f&aqi=g10&oq=&fp=75eadb96a133f532
  6. Well the reason I ask is, the schedule edit and schedules not showing up could be a database issue, if it was a fresh install maybe something didn't go correctly during the install.
  7. So you installed it from scratch I mean? I need to setup a server to do that with. Also, there's no link in your post above.
  8. Can you register on the dev site and see if you can duplicate? (http://dev.phpvms.net) Also, did you do an upgrade install, or was it a fresh install of the beta?
  9. For the contentwrapper div remove the "height=100%" line in the CSS
  10. There's a checkbox for that!? Holy moley. I'm going to check that out..... not sure how I missed it... heh. Can you do a schedule export, let me see if I can duplicate that issue
  11. You can't do that. 90% of the time you can't connect to a database remotely (big security risk there). And you don't know the database format (it can change, like it has for phpVMS between releases). XML is the intermediary, you do a POST command to a URL which is in the settings, I take that POST XML data, and translate it into what I need. And it's not one table which it will usually update, I have an internal API, I parse the data into a data structure which I pass to my API, which takes care of extra logic which is needed (triggering events within the system, removing bids, updating pilot and va stats, updating different tables, etc). Especially for submitting PIREPs, it's a complex system.
  12. Thanks, sorry for the issues. I'll be fixing those. The routes are enabled? The adding hours - I don't see that bug. The not-deleting the schedule, that's a known one, I'm fixing that. For ACARS, which client are you using? If it's FSACARS, it doesn't report a heading, so I have to guess the heading, it will always point towards the destination.
  13. Well I mean, it has to communicate with phpVMS... so if we can work out a protocol for that, which will make it easy for the both of us, like: pirep send: <fsacars> <pilotid>VMS001</pilotid> <airline>VMS</airline> <flightnum>VMS786</flightnum> <flighttime>1:05</flighttime> <landingrate>-345</landingrate> ... etc </fsacars> For sending a PIREP, then status updates, etc. You'd send that (obviously more fields), to some URL (like the fsacars config) That'll be easy for you to build in vb, and easy for me to parse in php, as long as it's well formed xml (which should be relatively easy)
  14. Looks good man. When can we work on the XML data which it will send?
  15. I think by default, it will show the routes for the current day (don't have the code in front of me), that may be what's happening. You can disable that
  16. Can you send me your FTP information, if you don't mind, so I can take a look and see what's going on? Make a pilot ID for me as well
  17. Don't do anything just yet, lets set up a time where you can do the update, and I can FTP in do some debugging, that way it can be fixed, would that be ok?
  18. Hey, weird. What custom stuff? Maybe it's not playing right with the newer one. From 786? Hmm. Try again. But delete your cookies and cache. These new ones employ session tracking and all, might be a mixup
  19. Was/is this a completely stock install? Edit: There's errors on the page because you haven't entered a Google API key. So the Javascript doesn't load correctly because of that, that's why you're getting forwarded to the action.php instead of it loading right in the browser.
  20. Where is this? Might be a mistake, route is always supposed to be optional. Sounds like a script error on the blank white page. Do you have a link? Thanks
  21. I'm not seeing that on the dev site. Have you made any mods or changes? Or stock install?
  22. Revision 806: Install fixes24 November 2009, 9:58 amInstall fixesSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
  23. Ouch, sorry. Fixing it now. The joys of beta
  24. Revision 804: fixed 53 installer error, vac fixes24 November 2009, 7:58 amfixed 53 installer error, vac fixesSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
×
×
  • Create New...