Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Usually on most servers, it is localhost, since the database server resides on the same server as the hosting itself, so it connects to itself to reach the database. So use localhost, unless your host directs you to use a different address for database. For that error, try reuploading the files. Seems as though maybe it didn't upload properly, or may have partially corrupted a file
  2. Nabeel

    airports

    This too. They're used for past flights for sure, and on the live map, that's how it knows what coordinates to look up. I would just leave them in
  3. I can't duplicate this, only else having this problem? What do you have checked for the options? It's public?
  4. What version?
  5. http://phpvms.net/forum/index.php?topic=529.0
  6. I'll test this now
  7. Nabeel

    airports

    I don't allow deletes as of now, since they're only used in schedules.
  8. Your password is probably wrong then, that's the only thing I can think of
  9. Hey there, 1 - Create a database, then in step 1, you enter the information for the database (the name, username, password), then that will install all the tables and the initial data that's needed. How - you'll have to check with your host on how to do that 2 - Yup, Apache, PHP, MySQL are all free
  10. just enter "nm" in the field and it'll use it, I don't do any conversions just enter whatever the actual number is
  11. Thanks, I corrected the error for the next build, but also fixed it in the operations class.
  12. Yes you can try the beta, it's pretty stable for release soon
  13. What did you call that field in the admin panel?
  14. Which version? What if you use firefox? That field is commented out because it's not used anymore
  15. The only problem is that it's sorted by hub, so that makes it tricky. There are a few jquery addons, one called tablesorter, that you can implement into your template fairly easily. http://tablesorter.com/docs/ http://tablesorter.com/docs/example-pager.html As you can see on the bottom. If you need help implementing, post away. Though I can consider implementing it as standard for the next update.
  16. Since you're using Yahoo Small Business which I'm guessing you have to pay for, I'd recommend going with a paid host, maybe site5 or dreamhost, the free hosts have trouble with uptime and features that phpVMS needs.
  17. Hey, Can you try this real quick, where you put the GetFieldValue();, immediately after, if you put DB::debug(), what's the result?: <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); DB::debug() ?> Can you paste it in? Thanks!
  18. Post the code, can't really tell without knowing the code
  19. Reupload the admin folder, something may have broken on upload, since if FTP is interrupted it'll just keep going. Also, what browser? If you use Firefox, load the admin panel, open the error console, clear it, and then refresh, it'll tell you any errors
  20. Must be the javascript then
  21. What mysql version? That coulda been it. D'oh Been changed for the latest commit (today sometime)
  22. It's beta Shoulda been fixed in latest commit from last night though
  23. Something is weird in the beta, I'm trying to find out what's going on, sorry guys
  24. That's weird. Did you spot any errors? I'll check it out. Not sure why the settings wouldn't add
  25. Try using absolute paths to the CSS and files, ie: <link rel="stylesheet" href="<?php echo SITE_URL?>/Buttons_files/cbcscbButtons.css" type="text/css" /> <script type="text/javascript" src="<?php echo SITE_URL?>/Buttons_files/cbjscbButtons.js"></script>
×
×
  • Create New...