Jump to content

Parkho

Moderators
  • Posts

    1375
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Parkho

  1. @Tummi I'm surprised! I just double checked and it's working correctly. Would u like to give access to your cpanel to find out where the problem is? Also, check the year for those pireps to be 2017 in your DB.
  2. Please check the landing rate column to be in negative numbers as I checked the code with landing rate of (-53) and it shows correctly in the Years.
  3. I usually publish my modules with plain CSS so everyone can change it base on their needs. What i have as skin on my website is totally custom design and is only for showing my modules. Another issue is the javascript conflict on your website or you may have forgotten to add its relative link to your header section.
  4. Code update: @Tummi has mentioned that the landing rate of 0 will be shown as the best once the pilot submits PIREPS manually with landing rate of 0 (thanks), so I changed the code to ignore 0 in calculation. Please download "toppilot.class.php" from Github and replace with the one on your website. Cheers
  5. Sorry! I misunderstood TP with another one of my modules. TP is showing the best smallest landing rate that is submitted. I'll have to change the code to ignore 0 landing rate. Thanks for noticing.
  6. The landing rate is calculated in average, so if a pilot submits only 1 PIREP and the landing rate is 0, the system shows it as best landing rate. It could, however, be changed to exclude landing rate of 0 in calculation.
  7. In manual PIREP filing, you can simply send fuel data in lbs and just change the tags but keep in mind that if you do that, you'll need to change all kg tags every where the system uses fuel data to show it correctly. Another issues will be your ACARS client which records fuel data in kg. I guess that's how it is in real world aviation in general. What you can do instead is that fetch the data in kg and convert it to lbs to show it in your web page.
  8. The units are set by default in "NM (Nautical Mile)" which you can change to "MI (Miles)" or "KM (Kilometer)". To do that, you need to go to core/local.config.php and make your changes: Config::Set('UNITS', 'nm'); # Your units: nm, mi or km Config::Set('CARGO_UNITS', 'lbs');
  9. Your ADMIN email address should be one on your domain (ex. info@yoursite.com). If you have used any other emails than this like yahoo or gmail then that's where the problem is.
  10. In your cpanel, change your php version on your domain to 5.4 if available and see if you get the same errors. You could try php 5.5 as well. You would look for "MultiPHP Manager" section in cpanel.
  11. @TobyFlies This is the solution.
  12. @Jonah0037 can u check your host and see if they have upgraded their PHP version? Also, without logging in, can u check if your public pages are showing correctly?
  13. 1.Are u on a free host? 2.Have u recently installed phpVMS or u had it before and it was working fine? 3.If u had phpVMS before and it was working fine, what version was it? After all, I would clear all my browser's history cache and try again. I would also, uncheck the "remember me" option just to know if my browser accepts cookies.
  14. I'm sorry if I offended u with my reply as I had no intention to do so.
  15. I would very much like to agree with u on this issue but I'm not and when u say you're 100% sure of what u say resolves the issue then I just say Okay. After all the only thing that matters here, is finding a way to fix the error and nothing more.
  16. @RyanJSmyth Please follow @tim260's instruction as he say his 100% percent sure.
  17. Okay!. Now I see the problem. go to your skin folder and open "schedule_results.php" and copy and paste the entire code here. Please change back the <form> tag to what it was.
  18. Try the page before login cause I'm no logged in.
  19. Wired! I use chrome and it opens just fine.
  20. I just opened your schedules page at your website and everything seems to be just fine on my end. What browser are u using?
  21. open the layout.php and copy and paste the entire code here, so I can check it for u.
  22. There is a file in your "templates" or "skin" folder called "layout.php". That's where the header and footer of your entire website is set. If you have installed the skin yourself then I would suggest you check your skin installation. Your problem doesn't have anything to do with your HTML coding nor it does with PHP coding, so don't change any of those codes as you will experience some more issues.
×
×
  • Create New...