Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. No it will not. You will have to edit the airports which have problems on their information one by one or re-add them on your system.
  2. What i would suggest is adding forwarders on the email your phpvms website uses. That would be easier to do.
  3. Can you please specify if you want it for free or not? Thanks George
  4. Can you give more information about what you need, what kind of functions do you want to add?
  5. How many schedules have you added on your system?
  6. Yes. You are correct. One of my clients has this problem too. We are trying to find a solution...
  7. Can you please recalculate your pilot ranks or update the rank of the pilots you have problems with? It seems that the New Hire rank does not exist on your database.
  8. It should be probably a .sql file. You will have to insert it on your database though your phpmyadmin.
  9. It seems that some of the files do not exist. Can you check if core/templates/schedule_results.tpl or .php file exists?
  10. Or you the owner of the virtual airline? If not, i would suggest you to get in touch with the va staff. Otherwise, please let us know the links you use in order to download the acars system and your va's website url.
  11. Check the image url of your rank. It seems that the image does not exist.
  12. Do a search and you will find your answer. It has come up quite a lot during the past.
  13. Have you created the email you are trying to send emails to?
  14. did you try to get in touch with your web hosting provider? this does not have to do with phpvms...
  15. Hm. It seams that the installation has not been completed successfully. I would suggest you to reinstall you phpvms.
  16. Are you able to access your admin center here? http://synergyva.co.uk/admin/
  17. Then it seams that we can't help you...
  18. Modifying the function which calculates this number might create problems to other parts of your website. A new function should be created for that.
  19. Open your admin/templates/pireps_list.tpl and find: foreach($pireps as $pirep) { after that, place this: if($pirep->pilotid == Auth::$userinfo->pilotid) { continue; } Please bare in mind that you will not able to see your own pireps too. George
  20. What settings did you use? Did you try to get in touch with your web hosting provider? They should be able to let you know the details to use for the part of code i given to you and which can be found on your local.config.php .
×
×
  • Create New...