Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Which list? The unconfirmed, reported?
  2. Bumpity, that error should be fixed now...
  3. Changed Files: m core/modules/PIREPS/PIREPS.php m core/templates/pirep_new.tpl m core/version m install/hashlist m install/sql/structure.xml - unittest/scripts/reset_stage fixed arrival airports not showing in pirep form View complete changes Download from here
  4. There was a new template added, was that copied up?
  5. Run install/checkinstall.php, some files uploaded may have been corrupted
  6. Try the print_r trick to see what variables are populated
  7. Changed Files: m core/version m install/fixtures/install.sql m install/hashlist m install/includes/Installer.class.php m install/sql/structure.xml + unittest/scripts/reset_stage Fixed installer errors View complete changes Download from here
  8. Yep I'm working on that right now
  9. Changed Files: m core/common/Auth.class.php m core/common/OperationsData.class.php m core/common/PilotGroups.class.php m core/common/SchedulesData.class.php m core/modules/Schedules/Schedules.php m core/version m install/fixtures/update.sql m install/hashlist m install/sql/structure.xml m unittest/Tests/UserTest.php some code cleanup View complete changes Download from here
  10. Changed Files: m core/common/RanksData.class.php m core/modules/Profile/Profile.php fixed #47 pilot next rank fixed View complete changes Download from here
  11. Changed Files: m core/common/PIREPData.class.php fixed #46, landing rate into email View complete changes Download from here
  12. Can you add a bug for that, so I don't forget? Thanks
  13. It's on my list for 3.0
  14. This is a known bug in BETA. It'll get fixed once I hvae time. Also, this belongs in the beta forum, in the thread for that version, not here in support
  15. Take out that @, that's supressing errors
  16. delete everything in the core/cache folder and then accept a pirep see if that works
  17. I use WinSCP. Is there a index.html file there which needs to be deleted first? That file might have the 'under construction' message
  18. echo '<img src="'.fileurl('/images/airline/'.$airline->icao.'.gif').'" alt="'.$airline->name.'" />
  19. Those seem like errors mainly on a clean install - I will check those out, thanks!
  20. Find: foreach($allpilots as $pilot) { After that put if($pilot->retired == true) { continue; }
  21. No you don't have to revamp templates, though the stock templates are revamped - only variables are renamed. See this: https://github.com/nshahzad/phpVMS/issues/38 Thanks Vansers, I will take a look. That's weird since it seemed like the install had worked from my end. Did the install work, though?
×
×
  • Create New...