Jump to content

issue with live flight map ?


BaderNET

Recommended Posts

First I would like to thank you for this wonderful Skin, It has been installed successfully on my Va but i have a some of issue .. ?! 

- i can't see any pilot flying or details on Live flight or Live map ?? ( I am using simpilot 5.5.2 Version ) And using Kacars ?!

 

Any help ?!

opll2.png

Link to comment
Share on other sites

  • Members

i would enable the logs by setting this in local.config.php

    Config::Set('DEBUG_MODE', true);
    Config::Set('DEBUG_LEVEL', 2); // 1 logs query errors, 2 logs all queries
    Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE);

and then see in core/logs folder for errors

Link to comment
Share on other sites

25 minutes ago, Vangelis said:

i would enable the logs by setting this in local.config.php


    Config::Set('DEBUG_MODE', true);
    Config::Set('DEBUG_LEVEL', 2); // 1 logs query errors, 2 logs all queries
    Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE);

and then see in core/logs folder for errors

That what i get into logs file... ?!

=====
Time: 05.10.17 10:38:06
=====
Time: 05.10.17 10:38:06
Backtrace: DB::write_debug > DB::get_results > ACARSData::GetACARSData > ACARS->data > call_user_func_array > MainController::RunAllActions
Query: SELECT a.*, c.name as aircraftname, c.registration, p.code, p.pilotid as pilotid, p.firstname, p.lastname, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM phpvms_acarsdata a LEFT JOIN phpvms_aircraft c ON a.`aircraft`= c.`registration` LEFT JOIN phpvms_pilots p ON a.`pilotid`= p.`pilotid` LEFT JOIN phpvms_airports AS dep ON dep.icao = a.depicao LEFT JOIN phpvms_airports AS arr ON arr.icao = a.arricao WHERE DATE_SUB(NOW(), INTERVAL 720 MINUTE) <= a.`lastupdate`
Error: (1267) - Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
=====


=====

 

Link to comment
Share on other sites

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...