Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. I think that's the scaling, I'll take a look
  2. Updated Tickets: [VMS-267] - Finance links in admin panel are wrong [VMS-268] - Route map fix [VMS-269] - SMTP Invalid Address Error Message [VMS-273] - Times out/infinite loop with resetting finances [VMS-274] - Clear cache under Maintenance [VMS-275] - Diff Viewer [VMS-276] - admin/core_nav cleanup to use adminurl() [VMS-277] - NavBar() in admin not working ? Changed Files: m admin/index.php m admin/modules/Dashboard/Dashboard.php m admin/modules/Maintenance/Maintenance.php + admin/modules/TemplateDiffs/TemplateDiffs.php m admin/templates/core_navigation.tpl + admin/templates/diff_showdiff.tpl m admin/templates/finance_expenselist.tpl m admin/templates/finance_header.tpl m admin/templates/maintenance_options.tpl m admin/templates/pirep_edit.tpl m changelog.htm m core/classes/CodonCache.class.php m core/classes/Util.class.php + core/lib/diff/diff.php + core/logs/kacars.txt m core/templates/flown_routes_map.tpl m core/version m install/hashlist m install/structure.xml VMS-267 VMS-268 VMS-269 VMS-273 VMS-274 VMS-275 VMS-276 VMS-277 #closed fixed View complete changes Download from here
  3. Are all your aircraft ranked? Do you have an aircraft which you haven't assigned a rank to, is that showing up?
  4. Couldn't dupe those either...
  5. Well, you need to know alot of system administration tasks. It's not as easy as it seems.
  6. Your host has asp_tags enabled in the php.ini, they have to disable that for it to work. Contact your host
  7. Read the changelog and update your templates
  8. Yeah, you gotta go and fix them I guess, the ticket prices, pax counts, they all count yea
  9. There's a setting in app.config just copy it over to local, I think it's called EMAIL_PIREP_SEND or something like that... set it to some bogus address
  10. Since nothing is cached now, you can probalby update all the fuel prices using a sql query, something like update phpvms_pireps set fuelunitcost='1.10'; update phpvms_pireps set fuelprice = fuelunitcost * fuelused; That'll change the fuel price in bulk, and then the complete price. That financedata table isn't used anymore, so I wouldn't worry about it
  11. Strange, is it on the stock template?
  12. Ah ok, then your PIREPs are probably not done correctly (fuel prices off, the pax/costs)
  13. Do you have expenses? It seems to me like the cron/scheduled scripts haven't run. Empty the phpvms_updates table, and see if that helps. Are they just screwed up now? Or was it before the update?
  14. Delete everything in the /core/cache folder If that doesn't work, in local.config.php, add this: CodonCache::setStatus(false);
  15. I have another update tomorrow, it'll be solved for that one...
  16. There is still FSACARS support - make sure you update your templates first, or use the stock templates. There were huge changes to the ACARS templates
  17. Thanks, it's not a server issue, it's a code problem... infinite loop or race condition. I added a bug: http://bugs.phpvms.net/browse/VMS-273 Sorry for all the problems...
  18. Strange, can you send me a login? I know what the error is, just have to adjust a value
  19. It won't reset existing PIREPs.
  20. Oh! Uh oh. Let me look at that then...weird. I didn't get an email notice. Looking at it right now... it's whenever you recalculate expenses?
  21. Open the core/version file, what does that say? The other files... try using a different FTP client. Are you using Filezille? I've always had bad luck with that. Some clients won't really re-upload the file if it sees the file is there already, or it doesn't overwrite it properly. I use WinSCP and transfer using SCP or SFTP - those ensure that files are transferred across the line with integrity intact (by nature of the protocol), unlike FTP which just throws it over not caring if anything gets mangled in the process. The checkinstall.php is just a place to get started from (like in your case most of those errors went away), but if things are working right and it still shows errors, I wouldn't go crazy over it
  22. Nope... that's a server problem... is it still doing that? I'd notify your host..
×
×
  • Create New...