Jump to content

Schedule does not exist. Please update this manually.


Recommended Posts

Posted

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

  • Administrators
Posted

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'];

Posted

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.

FSFK_zps11707481.png

Shedule_zpsbcc2f2c4.png

  • Administrators
Posted

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.

  • Moderators
Posted

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');

Posted

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');

  • Administrators
Posted
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?

  • 2 months later...
  • Moderators
Posted

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.

  • Administrators
Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...