Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. Press "Stop Log", and then "Accept Flight". Then check if the PIREP has been submitted. If not, then press "Send Log". I'm not sure why it throws a database error, it's something locally which it doesn't pick up.
  2. Coming along nicely!
  3. You can't quite yet. I've added those things for future expansion, or for add-ins etc, so while they are in the database, there's no dedicated spot (yet...). I am working on a "Download Center", which will include a portion for the fleet downloads which will read those links (I guess those would be mainly for liveries or textures, not the main a/c).
  4. Yep, Just backup the database, your skin (from lib/skins). Since your templates are copied into your skin folder and edited, those changes will remain packaged with the skin. Now you can either: Install phpVMS on the target server, then restore the database. OR Upload phpVMS, copy your core/local.config.php file from your test to your live site, and edit the SITE_URL and database parameters in the file to match, and then restore the database. Either of those will work. I do all the test on a local machine, so I have 2 local.configs that point to 2 different databases, and then on the remote machine, the local.config for there and I just rsync the files up. I'm testing on MySQL 5.1.30 as well (are you using xampp?). I can add an aircraft just fine, but that may be because I've edited alot of the backend code. I don't think any others are having any problem (that I've heard, except the adding multiples which there is a fix for, and the patch will be in the next build) If you want to debug it, we can go through the steps of just adding a debug statement into that fail notice... let me know.
  5. They get an email saying their registration was received, and an admin will check their registration. They will get an email about whether it was confirmed or denied, I had overlooked that. That's going to be fixed. Check with your host about emails, some hosts block or don't allow.
  6. Hey, So you removed the UNIQUE index? That shouldn't be affecting it. What version MySQL?
  7. Nah, that's just a reminder to enter the flight # there.
  8. It should work, you need FSUIPC. Check out their forums though, there's alot of information there about it.
  9. You'll be able to overwrite with an import file if that's what you're looking for.
  10. Glad to see you're getting a hang of it!
  11. Nabeel

    PHP Guide

    A very nice guide to PHP http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents
  12. Yes, the registration number (N396UA by your example) That worked?
  13. In the log: Flight IATA:1 That's supposed to be the airline code and the flight number, so EZE1 for example
  14. All your aircraft are names, not the registration numbers
  15. Ahh gotcha. If you're doing the skin from ground up, alot of the CSS can be done away with, or just start from scratch. Some of the essential styles are in the /lib/css/phpvms.css file.
  16. Thanks, I'll check this out and report back to ya. Sorry about this!
  17. Is your skin pointing to the right stylesheet (correct path in the header.tpl)? Also, press control-f5 to completely refresh the page.
  18. I was just checking if there was a problem with adding completely. No name for the aircraft, just the registration. (N922UA) Can you zip and attach the import file you're using so I can test it? I revamped some of the import code. I might have an update this week/next week sometime to fix a bunch of these little naggling things. I redid alot of the backend code.
  19. Try messing with the width of that main content window. There might be a tutorial somewhere online about floats
  20. Can you add a schedule manually and it shows up? And do those schedules that you're importing already exist?
  21. Nabeel

    Pilot Ranks

    Do you have hours listed? If it's in the table, it should show. I'll take a look.
  22. You have to float that #sidebar div to the right. #sidebar { float: right; } Something like that.
  23. Look under the inactive schedules, did they show up into there?
  24. Try this out: http://www.phpvms.net/forum/index.php/topic,177.0.html
×
×
  • Create New...