Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Because is topic is from over a year ago... before github
  2. That would also account for the sizes. If you load the main page for a database in phpMyAdmin, it will tell you the size for each table. You need to see that there's no "overhead" on those tables, if there is, then you hit the "optimize tables" option and it will shrink the size. You also have to account for the size of indexes, which make the database size larger, but lookups are quick because things get indexed.
  3. Sorry - what docs do you need? You can see the API docs by going through the code. I'm thinking of setting up another github repository for the docs. The main documentation is in the forum - go to the top and click 'documentation' Otherwise... the first restore was incomplete, so I couldn't recover everything, but I'm doing another restore now. Hopefully that completes. I'm in the middle of moving too so I haven't had much time at all to relook at things.
  4. Should be now working
  5. He has this up on github now. The best way is to fork his repository for this; this creates a copy of it under your account. Then you clone it to your computer, make the changes, commit and push. Then those changes are in your repository. After that, you can do a pull request, and Dave can look through the commit and see if it's acceptable, and then the changes will merge into his master copy.
  6. Forum attachments seemed to have been restored now
  7. What was the problem and how did you solve it? It might help someone else with the same issue in the future. Thanks
  8. Huh?
  9. I don't know what that means. If you followed the instructions on the homepage, then your slowness isn't from the phpVMS server. Anyway, the downloads site has been restored: http://downloads.phpvms.net/
  10. What's buggy?
  11. That's wherever you setup the cron job, probably in cPanel. And that other error isn't from phpvms, that's external, and that error will cause errors in everything else. That should be the first thing to look at
  12. I've never seen them; US tours are few and far between nowadays
  13. Still working on it, trying to recover mysql from the box but am hitting some snags On what? Did you disable the API as-per the instructions on phpvms.net?
  14. Sweet, love Rammstein.. did you record that?
  15. Changed Files: m .gitignore m core/common/StatsData.class.php Merge pull request #63 from phpVMS/master Merge changes from dave View complete changes Download from here
  16. Changed Files: m .gitignore m core/common/StatsData.class.php Merge pull request #1 from webbyDavidClark/master TopRoutes Fix View complete changes Download from here
  17. If you search 'geonames' a thread just came up for that... I can't look for it right now (I'm on my phone) but it will have that fix
  18. You need to fix the menu.js errors, those aren't phpvms files.
  19. Changed Files: Merge branch 'master' of git@github.com:webbyDavidClark/phpVMS.git View complete changes Download from here
  20. Changed Files: m core/common/StatsData.class.php Changes To Repair TopFlights() Function in /core/common/StatsData.class.php View complete changes Download from here
  21. Changed Files: m core/common/StatsData.class.php Changes To Repair TopFlights() Function View complete changes Download from here
  22. That would do it. I forgot about that - I thought the default was still set to geonames.
  23. No line number or anything?
  24. If you read the errors, you see there's a problem in your menu.js file which is causing your problems.
  25. Also for those errors, open the FF/Chrome error console and see if you're getting any errors there
×
×
  • Create New...