Jump to content

flyalaska

Members
  • Posts

    1943
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by flyalaska

  1. Did you ever get this error resolved?
  2. Found the multiple entry
  3. 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.
  4. You are welcome
  5. Try this <?php MainController::Run('flightboards', 'index'); ?>
  6. It should say in the README.
  7. 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>
  8. 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.
  9. Anyone have any luck using a admin dashboard as there pilot dashboard? https://almsaeedstudio.com/
  10. Check that the web server has permissions to write to the "images/" in the Download Center directory
  11. Are they set to all days? If you have a schedule with Friday unchecked, it wont show on Fridays.
  12. Figured out that fix caused the sidebar issue
  13. flyalaska

    SimpleNews

    Awesome
  14. 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.
  15. 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);
  16. flyalaska

    SimpleNews

    default
  17. 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.
  18. flyalaska

    SimpleNews

    You on phpvms 5.5.2?
  19. 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.
  20. That did it. Thank you David!
  21. 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.
  22. That fixed it. Thank you! Yes on my AKA server - Server API CGI/FastCGI
  23. I sent you the link through PM
  24. No change
  25. No period, the Airline code is VAP http://www.klm-airways.com
×
×
  • Create New...