Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. How will you specify the flight then? Create a hidden field called flightnum or whatever that field title it. It needs some value
  2. What's the problem? A new post would be good
  3. Rev 772 - vaC fixes, PIREP duplicate check, xacars cargo load, code refactors19 October 2009, 11:41 amRev 772 - nabeel (9 file(s) modified)vaC fixes, PIREP duplicate check, xacars cargo load, code refactors~ /trunk/admin/modules/Finance/Finance.php~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/PIREPData.class.php~ /trunk/core/common/RSSFeed.class.php~ /trunk/core/logs/log.txt~ /trunk/core/modules/ACARS/xacars.php~ /trunk/core/modules/PIREPS/PIREPS.php~ /trunk/core/templates/pirep_viewreport.tpl~ /trunk/install/Installer.class.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  4. You can add those into your template, but I'll do something in the default. I'll check that other one out. Can you create a separate topic in the support forum so I can keep track of it? thanks
  5. Your include path is wrong. Try without that leading / in front of it
  6. Rev 771 - Map fixes, ACARS fixes, misc improvments18 October 2009, 7:37 pmRev 771 - nabeel (23 file(s) modified)Map fixes, ACARS fixes, misc improvments~ /trunk/admin/modules/Settings/Settings.php~ /trunk/changelog.htm~ /trunk/core/classes/CodonModule.class.php~ /trunk/core/classes/Debug.class.php~ /trunk/core/classes/MainController.class.php~ /trunk/core/classes/Util.class.php~ /trunk/core/common/PilotData.class.php~ /trunk/core/common/PIREPData.class.php~ /trunk/core/logs/acars.txt~ /trunk/core/logs/log.txt~ /trunk/core/modules/ACARS/ACARS.php~ /trunk/core/modules/Downloads/Downloads.php~ /trunk/core/modules/Frontpage/Frontpage.php~ /trunk/core/modules/Pages/Pages.php~ /trunk/core/modules/PIREPS/PIREPS.php~ /trunk/core/templates/profile_main.tpl~ /trunk/index.php~ /trunk/install/install.sql+ /trunk/lib/images/noavatar.png~ /trunk/lib/js/acarsmap.js~ /trunk/lib/skins/crystal/footer.tpl~ /trunk/lib/skins/crystal/header.tpl~ /trunk/lib/skins/crystal/styles.cssSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  7. Hey, If you search, there was a topic about that somewhere as well. You'll need to have two hidden fields with the airline code and a default hub, and that should take care of that.
  8. I'll take a look and see. It's been on my to-do list for a while. I just have to find a good pagination class (I wish I could use the one from CakePHP). After using CakePHP for a few projects, I wish I had started phpVMS using that :-X
  9. Hey, welcome, Which version of phpVMS are you using? If you're using the beta, don't. Try the latest released version
  10. The upgrade is from a version previous to the last one, so you don't need it. When you edit templates, you're supposed to put the edited one in your skin's folder. That way on an update, the default templates don't get overwritten. That, and creating a new skin folder. Then once you do that, upload all the files, and run the install/update.php
  11. Aha, there's a space after that last ?> in mail.php Remove the ?> and it should work. That's why I never include the ?>, to prevent any output
  12. What's line 131 in mail.php?
  13. Weird, was ok in mine. Well, fixed either way
  14. Sorry I did not get to this tonight, few bugs came up. I will have it up for ya tomorrow, but hopefully you checked out the video tutorials
  15. If you click back on the icon again, or any of the airport icons, it goes away
  16. Will be fixed for the next one. Funny how only IE7 has an issue, not 8 or FF. Oh well. Thanks!
  17. Rev 770 - ACARS fix/cleanup, login code cleanup17 October 2009, 5:10 pmRev 770 - nabeel (6 file(s) modified)ACARS fix/cleanup, login code cleanup~ /trunk/core/common/ACARSData.class.php~ /trunk/core/common/Auth.class.php~ /trunk/core/logs/acars.txt~ /trunk/core/modules/ACARS/ACARS.php~ /trunk/core/modules/Login/Login.php~ /trunk/lib/skins/crystal/styles.cssSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  18. You have the right path? Before and after that include line, put: error_reporting(E_ALL); ini_set('display_errors', 'on'); Hopefully that will give some sort of clue as to the error
  19. I didn't add it stock because I wasn't quite sure on how to template in that javascript code. But I just came up with an idea which I might do. Pagination is a bit weird, since I leave the templates open to modify, it's easy for that code to get messed up
  20. Looks like the Mail plugin is spitting out code or outputting something which is causing the error
  21. Rev 769 - ACARS live time update fix17 October 2009, 3:51 pmRev 769 - nabeel (1 file(s) modified)ACARS live time update fix~ /trunk/core/common/ACARSData.class.phpSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
×
×
  • Create New...