Jump to content

michael Kraan

Members
  • Posts

    133
  • Joined

  • Last visited

4 Followers

Profile Information

  • Gender
    Male
  • Location
    Groningen

Contact Methods

  • Skype
    mkraan00

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

michael Kraan's Achievements

Newbie

Newbie (1/14)

17

Reputation

  1. I have found 2 erros in my error log: [29-Jan-2014 21:00:29 Europe/London] PHP Warning: Division by zero in /home/flyairli/public_html/core/modules/ACARS/ACARS.php on line 85 [29-Jan-2014 21:00:29 Europe/London] PHP Warning: Division by zero in /home/flyairli/public_html/core/modules/ACARS/ACARS.php on line 94 This is line 85: $percomplete = ABS(number_format(((($totaldistance - $flight->distremain) / $totaldistance) * 100 ), 2)); and This is line 94: $percomplete = ABS(number_format(((($totaldistance - $flight->distremain) / $totaldistance) * 100), 2)); i hope there is a fix for that, i get this error every 5 seconds in the error_log
  2. i think so, but i don't know what. what can be the problem than?
  3. have anyone an idea how i can fix it?
  4. yes that is working! thanks simpilot, you can delete it!
  5. i have do that, but i have the same problem. and i have that not only by events module but also by plugin manager, Notice: The template file "/home/flyairli/public_html//admin/templates/plugins/header.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/flyairli/public_html//admin/templates/plugins/uploaded.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/flyairli/public_html//admin/templates/plugins/footer.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 The other modules on my site working good. only this 2 not
  6. when i install the event module, and when i push in the admin-center on events then i get this error message: Notice: The template file "/home/flyairli/public_html//admin/templates/events/events_index.tpl" doesn't exist in /home/flyairli/public_html/core/classes/TemplateSet.class.php on line 248 I hope that there is a fix
  7. I have a small problem, on the live map, sometimes i can see not a line, see the picture: How can i fix that?
  8. that is a good question, have any one here a answer for?
  9. Hello everyone, i looking for a code that, the pilot and me can see how many schedules have flow for a airliner, i have a several airliners, and nobody can see how much he fly for a airliner. i hope for this code: in the pilot center and in the profile, that the pilot can see how many schedules has flown for a airliner, Michael
  10. you can now buy it. the site is now Online!
  11. parkho, The code is not working he say error on this line: $qry =" SELECT count(pilotid) AS total FROM phpvms_pireps WHERE pilotid='$pilotid' AND code='$code'"); but my database is good. = phpvms_pireps Hope you can help
  12. I have a question, is it possible that the pilot must enter the flight time when a pilot create a schedules? so yes what is the code for that? Friendly greets, Michael
  13. Hi Parko i have a question, when i now on my last location and i search for a new flight, than i see all the flights from the airport. is it possible that the people can search on departure too? example when i search on departure airport that i see only the airports by arrivals where a schedule for is from the departure airport. Let me know!
  14. i have a question, when is it done? that pilots can buy a charter plane?
  15. yes it works good! but why don't work my code:<?php MainController::Run('Pfinance') ;?> than i now it for the next time
×
×
  • Create New...