Bounced back to Dashboard all times, Library NAN

Asked by hsdb

Hello,

I've just installed xibo on a windows 2003 server with xampp with no issues at all.
I installed the WebServer and the folder locally on the C drive while the library folder on a second local drive (D:) .
When I logged on the Xibo Page I noticed that the main page was a little bit empty and under library usage I can read NAN.
I've tried to add layout, customise and start working, but every time I click on a button on the page I'm sent back to the Dashboard with no error messages.

I don't know if my issue has been already posted but I didn't manage to find it, I'll appreciate a detailed answer as I'm still a beginner of php, sql and xibo.

Many Thanks to all for the patience.

Piermaria

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

Anything in the server log screen?

Revision history for this message
Dan Garner (dangarner) said :
#2

Do you have javascript switched off in your browser?

Revision history for this message
hsdb (hsdb) said :
#3

Hello,

Thanks for the answers.
I can confirm that javascript is installed and is working.
When I click on Advanced > Log, nothing comes out, everything is empty, as soon as I click on Filter, refresh or truncate I'm sent back to the dashboard, same thing if I try to create new users, or I click on anything else.
For example I've tried to license a screen, I can see the name in display activity in the dashboard but can't find it in the displays tab.

Many Thanks

Piermaria

Revision history for this message
hsdb (hsdb) said :
#4

Sorry forgot to ask, is there a secondary log?

Revision history for this message
Alex Harrington (alexharrington) said :
#5

The log table in the SQL database

Revision history for this message
hsdb (hsdb) said :
#6

Hello,

Thanks Alex, thanks very much for your help.
I've found the log in the SQL Log Table but can't understand where I need to put my hands on.

I have had quite few records:

Type: Error
Page: Statusdashboard
Message: Different User Agent
RequestUri: /xibo/index.php?p=statusdashboard
Remote Addr: 127.0.0.1

Type: Error
Page:admin
Message: Different User Agent
RequestUri: /xibo/index.php?p=admin&
Remote Addr: 127.0.0.1

Type: Error
Page:
Message: <errormsg>Token does not match</errormsg>
<errornum>1024</errornum>
<errortype>User Notice</errortype>
<scriptname>C:\xampp\htdocs\xibo\lib\pages\index.class.php</scriptname>
<scriptlinenum>48</scriptlinenum>

RequestUri: /xibo/index.php?q=login&referingPage=p%3Dlog%26
Remote Addr: 10.22.17.232

Type: Error
Page: admin
Message:SELECT IFNULL(SUM(Size), 0) AS BandwidthUsage FROM `bandwidth` WHERE Month > 1414800000 AND Month < 1414972800. Usage: 0

RequestUri: /xibo/index.php?p=admin&
Remote Addr: 10.22.17.232

Type: Audit
Page:display
Message: Retreiving list of displaygroups for xibo_admin with SQL: SELECT displaygroup.DisplayGroupID, displaygroup.DisplayGroup, displaygroup.IsDisplaySpecific, displaygroup.Description FROM displaygroup WHERE 1 = 1 AND displaygroup.IsDisplaySpecific = 0 ORDER BY displaygroup.DisplayGroup

RequestUri: /xibo/index.php?p=display&
Remote Addr: 10.22.17.232

Many Thanks

Revision history for this message
Alex Harrington (alexharrington) said :
#7

Are you running some kind of plugins in your browser to attempt to
anonymise your user agent string?

You need to disable any addons or plugins in the browser and try again

Alex

Revision history for this message
hsdb (hsdb) said :
#8

Hi Alex,

Unfortunately no plugin is installed on both local server browser and my computer, also in the past we had no issue with the spring signage trial period in using xibo.

The server is part of a managed network is there anything I can do to check that the environment is right for Xibo, in Report Fault everything is green.

Many Thanks

Piermaria

Revision history for this message
hsdb (hsdb) said :
#9

Hello,

Just making a test, I've installed Xibo 1.70alpha, and everything is working fine, is just version 1.6, I've delete the whole folder and re-installed, but nothing.

Please Help!

Revision history for this message
hsdb (hsdb) said :
#10

Hello,

I reinstalled the XIBO server and used a IIS7 instead of XAMPP, unfortunately the problem is still there, but I've tried using Safari instead of IE10/11 and the problem disappeared, despite there's no plugin installed I think there's a GPO who is blocking java in IE, I'll do more detective work and post my findings.

Any suggestion will be very welcome.

Piermaria

Revision history for this message
Best Alex Harrington (alexharrington) said :
#11

Xibo doesn't use Java - only JavaScript - which despite the name are quite
different.

Check that the Xibo server isn't showing as "Intranet Zone" in Internet
Explorer as that applies strange security settings to the browser. You
should access the server via it's fully qualified domain name and then it
will become Internet Zone and will probably then work.

Alex

Revision history for this message
hsdb (hsdb) said :
#12

Thanks Alex for your help, this is actually working.

Revision history for this message
hsdb (hsdb) said :
#13

Thanks Alex Harrington, that solved my question.