mitcheinfo Posted September 26, 2014 Report Share Posted September 26, 2014 Hello everyone. Well about 7 days ago no driver consegue send PIREPs using FSFK, all pilots out that message. Schedule does not exist. Please update this manually. Recently the PHP to version 5.5 update and from there I can not find a solution, any help is welcome. thank you very much Quote Link to comment Share on other sites More sharing options...
flyalaska Posted September 26, 2014 Report Share Posted September 26, 2014 I have the same problem, been looking for this answer for a long time now. Quote Link to comment Share on other sites More sharing options...
StartVM Posted September 26, 2014 Report Share Posted September 26, 2014 I can recommend that you upgrade your system to simpilots phpvms at http://github.com/davidjclark Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 26, 2014 Author Report Share Posted September 26, 2014 I'm already using version phpvms_5.5.x but still not working. The problem is that 80% of my pilots use the keeper. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 26, 2014 Administrators Report Share Posted September 26, 2014 I am not real familiar with FSFK but I did get the images all working in phpvms some time ago and I have never come across this message. I am assuming it shows up in the FSFK client as I do not see where it would come from on the script side after a quick look. I guess I would ask if using or not using the code part of the flight number makes a difference? Is there any error log form the site, either the phpvms error log or the server error log? If it is not finding the flight number I would imagine the error starts around this in the controller for FSFK $flightinfo = SchedulesData::getProperFlightNum($xml->FlightNumber); $code = $flightinfo['code']; $flightnum = $flightinfo['flightnum']; Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 27, 2014 Author Report Share Posted September 27, 2014 The error comes with FSFK and Passanger, and with XACARS working properly. Before switching to PHP 5.5 all systems functioned properly. I leave here some pictures of the keeper and shedule. If you need some script just have to say and which way to you. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 27, 2014 Administrators Report Share Posted September 27, 2014 Without error logs or any other answers to go on other than it started when you switched to php5.5 I would guess there is a non static function somewhere that is being called as static, but that is a shot in the dark with the limited information and responses. Also looking at part of the code there is a section that is looking for airport info that is polling the "AIRPORT_LOOKUP_SERVER". If you have this still set to the geonames option in your local config that could be causing the script to return false. Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 27, 2014 Author Report Share Posted September 27, 2014 (edited) Look at the way you code app.config Edited September 27, 2014 by servetas removed the code Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 27, 2014 Moderators Report Share Posted September 27, 2014 It exists on your app.config.php file (approximately line 219). Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 27, 2014 Author Report Share Posted September 27, 2014 (edited) Code local.config Edited September 27, 2014 by servetas removed the code Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 27, 2014 Moderators Report Share Posted September 27, 2014 There is no need to share a file with 507 lines inside the forum. Open you app.config.php file and find this: Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); replace that with this: Config::Set('AIRPORT_LOOKUP_SERVER', 'geonames'); Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 27, 2014 Author Report Share Posted September 27, 2014 Changed and is still the same error: Schedule does not exist. Please update this manually. Change #Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Config::Set('AIRPORT_LOOKUP_SERVER', 'geonames'); Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 27, 2014 Administrators Report Share Posted September 27, 2014 Is using, or not using the code part of the flight number make a difference?Is there any error log form the site, either the phpvms error log or the server error log? Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 27, 2014 Author Report Share Posted September 27, 2014 Where I can look at that code? So you step all the necessary information. Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted September 28, 2014 Author Report Share Posted September 28, 2014 Please do not find the information requested by simpilot. Someone can tell me where to find the information? Quote Link to comment Share on other sites More sharing options...
Edwin Posted November 29, 2014 Report Share Posted November 29, 2014 anyone able to get this one fixed? Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted November 29, 2014 Moderators Report Share Posted November 29, 2014 Without error logs or any other answers to go on other than it started when you switched to php5.5 I would guess there is a non static function somewhere that is being called as static, but that is a shot in the dark with the limited information and responses. Also looking at part of the code there is a section that is looking for airport info that is polling the "AIRPORT_LOOKUP_SERVER". If you have this still set to the geonames option in your local config that could be causing the script to return false. Quote Link to comment Share on other sites More sharing options...
Edwin Posted November 30, 2014 Report Share Posted November 30, 2014 where can we find these error logs? And also for me, the change of airport lookup server did not do anything. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted November 30, 2014 Administrators Report Share Posted November 30, 2014 where can we find these error logs? Error logs are found in /core/logs If you need to turn debugging error reporting on, that information is here -> http://forum.phpvms....ging-issues-r31 And also for me, the change of airport lookup server did not do anything. Do you possibly have two instances of the airport lookup server definition in your config file with one overriding the other? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.