Hi Dan,
did the same in test-mode. Here is the output of the troubleshoot.txt
Date,Page,Function,Message
"2016-01-29 16:58:28","","","Login with referring page: p=index"
"2016-01-29 16:58:28","User","DisplayList","SQL: SELECT display.displayid, display.display, displaygroup.description, layout.layout, display.loggedin, IFNULL(display.lastaccessed, 0) AS lastaccessed, display.inc_schedule, display.licensed, display.email_alert, displaygroup.DisplayGroupID, display.ClientAddress, display.MediaInventoryStatus, display.MacAddress, display.client_type, display.client_version, display.client_code, display.screenShotRequested, display.storageAvailableSpace, display.storageTotalSpace, currentLayout.layout AS currentLayout, currentLayout.layoutId AS currentLayoutId FROM display INNER JOIN lkdisplaydg ON lkdisplaydg.DisplayID = display.DisplayID INNER JOIN displaygroup ON displaygroup.DisplayGroupID = lkdisplaydg.DisplayGroupID LEFT OUTER JOIN layout ON layout.layoutid = display.defaultlayoutid LEFT OUTER JOIN layout currentLayout ON currentLayout.layoutId = display.currentLayoutId WHERE displaygroup.IsDisplaySpecific = 1 ORDER BY display. Params: array (
)."
"2016-01-29 16:57:17","","","Form token incorrect from: 172.16.0.2 with token [ba38796735dff36486807de06e38b262] for session_id [fbssrk49h1u0plbhkla497r032]"
When I looked in the log-tab, there was an entry like this
oauth SQLSTATE 40001 serialization failure: 1213 deadlock found when trying to get lock. try restarting transaction.
For the Developer Tools: Where can I find the network-tab you mentioned? Is there a hidden menu in XIbo or
do I have to get somewhere else to get in development mode?
Best, L…