Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. 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
  2. There was a new template added, was that copied up?
  3. Run install/checkinstall.php, some files uploaded may have been corrupted
  4. Try the print_r trick to see what variables are populated
  5. 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
  6. 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
  7. 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
  8. Changed Files: m core/common/PIREPData.class.php fixed #46, landing rate into email View complete changes Download from here
  9. Can you add a bug for that, so I don't forget? Thanks
  10. 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
  11. Take out that @, that's supressing errors
  12. delete everything in the core/cache folder and then accept a pirep see if that works
  13. I use WinSCP. Is there a index.html file there which needs to be deleted first? That file might have the 'under construction' message
  14. echo '<img src="'.fileurl('/images/airline/'.$airline->icao.'.gif').'" alt="'.$airline->name.'" />
  15. Those seem like errors mainly on a clean install - I will check those out, thanks!
  16. Find: foreach($allpilots as $pilot) { After that put if($pilot->retired == true) { continue; }
  17. 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?
  18. You're already within PHP so change that <img src into an echo statement... I just posted the general format of it for you
×
×
  • Create New...