Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. it is a browser option you should get a save as window if not then you have to setup your browser Chrome https://support.google.com/chrome/answer/95574?hl=en Mozzila https://support.mozilla.org/el/questions/965172
  2. This is in JSON format and you need to decode it in an array Have a look here http://php.net/manual/en/function.json-decode.php
  3. If you haven't changed the default template the you should see an admin word in menu bar if not Try to login first and then head to ww.yoursite.com/admin
  4. Go to the file and line that the error guides you to and remove the word static from the function
  5. I would like to remind you that there are 2 ways to create a skin 1 is with header /footer 2 with layout.tpl or in your case .php In the 1option all the code above the tag <body> goes in the header.tpl or php and the footer is what ever you want to display below the main module display and the module customization is happening in each respective tpl or php file In 2 everything goes in 1 file that is called layout.tpl or php
  6. Try This INSERT INTO `phpvms_groupmembers` (`id`, `groupid`, `pilotid`) VALUES (1, 2, 1), (2, 1, 1);
  7. run this query INSERT INTO `phpvms_groupmembers` (`id`, `groupid`, `pilotid`) VALUES (1, 2, 1), (2, 1, 1),; and see if it works
  8. if it is a new isntallation drop te database and reinstall everything else you need to make sure that your id is an admin via the mysql db You should have a similar table in phpvms_groupmembers id groupid pilotid 1 2 1 2 1 1
  9. Most propably the problem might be because you are using free hosting as simbrief is linking back to the website the rest as i see it is corect
  10. A link to your site would be helpfull
  11. like a charter ?
  12. Im glad that you got it sorted out
  13. For some reason as i told you at the email i am not able to replicate the problem as i get a wrong aircraft error Steps i followed is http://wnvirtual.org/index.php/schedules select a schedule Click on generate simbrief
  14. Hello at the moment as i am aware of there are 2 Custom Acars designers Custom Kacars @ http://www.fs-products.net/ And Custom APVacars @ http://baggelis.com/index.php/apvacarsm/apvacars-custom I will not say witch one is better and why that is up to you to decide.
  15. in schedule_briefing.tpl in aprox line 192 you should see a line with this info <input type="hidden" name="planformat" value="lido"> just change the word lido to whatever format you want
  16. You mean in the pirep list ? Have you tried anything ?
  17. I am sorry but no at the moment no but normaly it should work as far as i remember the only diference is the position of the function in PirepData.class
  18. It says that the file PirepAcData.class.php file is not found in core/common
  19. Vangelis

    Meta Tags

    In layout.tpl in you skins folder
  20. Phpvms works without problems until Php 5.3 after this there might occur some problems have a look here http://forum.phpvms.net/topic/21500-pilotdataclass-problem/page__hl__%26%23036%3B_files
  21. I do not mean phpvms but php Have a look here http://php.about.com/od/troubleshooting/qt/php_version.htm
  22. What is your php version ?
×
×
  • Create New...