Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. 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.
  2. 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.
  3. That fixed it. Thank you! Yes on my AKA server - Server API CGI/FastCGI
  4. No period, the Airline code is VAP http://www.klm-airways.com
  5. no, I put other skins on his site, all came with the same error. I will have him file some flights, see what happens.
  6. No flights yet. Error goes away with crystal.
  7. I am helping someone with their site. He has this error file_exists(): File name is longer than the maximum allowed path length on this platform (4096) On the index page and the profile pages. We thought it was the skin, I uploaded a different skin to test that theory. Same error. phpVMS 5.5.2 php 5.4. We have also tried it with php 5.5 and 5.6 There is a route, airplane, and two airports in the database. There is some data. Any hekp would be appreciated.
  8. Open admin/action.php Find error_reporting(E_ALL ^ E_NOTICE); Replace with ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
  9. Did you add the sql to the database?
  10. http://forum.phpvms.net/topic/8920-sudden-problem/#entry59386
  11. is there a file and line number that the error refers too?
  12. flyalaska

    a problem

    You need to ask the person who made the skin.
  13. flyalaska

    a problem

    Looks like your skin is not IE compatible. I tested it it on my win7 PC.
  14. I got it working with phpVMS 5.5.2 with php version 5.4.45 http://www.flyaka.com/test/index.php/RealScheduleLite Who knows how long it will work on your site, with updates, etc. I can send you the files if you want.
  15. flyalaska

    a problem

    Does it happen in all browsers?
  16. Its for an old Modle, http://forum.phpvms.net/topic/2791-realschedulelite-beta-10-deprecated/
×
×
  • Create New...