Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. I am showing an error on my page. You have included the Google Maps API multiple times on this page. This may cause unexpected errors. Anyone else ever have this issue? I cant find anywhere where I have multiple includes of the api code.
  2. You are welcome
  3. Try this <?php MainController::Run('flightboards', 'index'); ?>
  4. It should say in the README.
  5. Try this <?php $a = "SELECT count(pirepid) AS count FROM phpvms_pireps WHERE accepted = 0"; $ab = DB::get_row($a); ?> <p> You have <?php echo $ab->count ;?> pending pireps</p>
  6. Never tried that approach. You can try and see what happens. Always revert back if it doesnt work. You will need to install SimPilots phpvms 5.5.2 version. Than you will get some errors. Big headache. If your site is still working on tpl version, I wouldn't change it. You can always download the skin. Change the files to .tpl and see what happens. I can't really help you. My server wont load the current phpvms version.
  7. Anyone have any luck using a admin dashboard as there pilot dashboard? https://almsaeedstudio.com/
  8. Check that the web server has permissions to write to the "images/" in the Download Center directory
  9. Are they set to all days? If you have a schedule with Friday unchecked, it wont show on Fridays.
  10. Figured out that fix caused the sidebar issue
  11. flyalaska

    SimpleNews

    Awesome
  12. flyalaska

    SimpleNews

    That fixed the same error I had - http://www.flyaka.com/test/index.php/SimpleNews/item/1 try installing with a clean copy, without the tweaks except the last edit.
  13. flyalaska

    SimpleNews

    Open core/classes/CodonModule.class.php Right after <?php on a new line add ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
  14. flyalaska

    SimpleNews

    default
  15. flyalaska

    SimpleNews

    I dont use that mod, I will install it and see if I can get the errors to go away and than zip it to you.
  16. flyalaska

    SimpleNews

    You on phpvms 5.5.2?
  17. flyalaska

    SimpleNews

    This is how I fixed my strict standard errors when converting to 5.5 Open core/common/NewsData.class Find public function and replace it with public static function. Most cases there are several lines that need to be replaced.
  18. That did it. Thank you David!
  19. This fix puts another error in the air. In admin know matter what link I click there is some sort error where a menu should be. It will display sidebar_dashboard.php for examplae, different for each link.
  20. That fixed it. Thank you! Yes on my AKA server - Server API CGI/FastCGI
  21. I sent you the link through PM
  22. No change
  23. No period, the Airline code is VAP http://www.klm-airways.com
  24. no, I put other skins on his site, all came with the same error. I will have him file some flights, see what happens.
  25. No flights yet. Error goes away with crystal.
×
×
  • Create New...