Error transfer updates from server to client

Asked by Mortennordby

I get this errormessage under menu advanced after adding a display with 1.6.2 client to my 1.6.2 server when the client tries to download updates from the server:

54 2014-08-21 03:45:25 <errormsg>fread() expects parameter 1 to be resource, boolean given</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>/home/infokbhb/public_html/display/lib/service/xmdssoap.class.php</scriptname>
<scriptlinenum>459</scriptlinenum>
53 2014-08-21 03:45:25 <errormsg>fread() expects parameter 1 to be resource, boolean given</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>/home/infokbhb/public_html/display/lib/service/xmdssoap.class.php</scriptname>
<scriptlinenum>459</scriptlinenum>
52 2014-08-21 03:45:25 <errormsg>fseek() expects parameter 1 to be resource, boolean given</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>/home/infokbhb/public_html/display/lib/service/xmdssoap.class.php</scriptname>
<scriptlinenum>457</scriptlinenum>
51 2014-08-21 03:45:25 <errormsg>fseek() expects parameter 1 to be resource, boolean given</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>/home/infokbhb/public_html/display/lib/service/xmdssoap.class.php</scriptname>
<scriptlinenum>457</scriptlinenum>
50 2014-08-21 03:45:25 <errormsg>fopen(c:/xibo/9.jpg): failed to open stream: No such file or directory</errormsg>
<errornum>2</errornum>
<errortype>Warning</errortype>
<scriptname>/home/infokbhb/public_html/display/lib/service/xmdssoap.class.php</scriptname>
<scriptlinenum>455</scriptlinenum>

I did a normal update on the server from 1.6.0 to 1.6.2, and after that it is always failing.

What to do to correct this ?

Kind regards
Morten Nordby

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
Best Alex Harrington (alexharrington) said :
#1

Looks like maybe you've got your server library setting set to c:\xibo ??

On a Linux server I'd expect that to be something more like

/home/infokbhb/library

or similar?

Alex

Revision history for this message
Mortennordby (morten-kvv) said :
#2

Thank you for your response.

Still not sure if i have understood this, so i attach a screenshot of my control panel. If you could tell me the exact path that i should use from this i would be very happy.

Kind regards
Morten Nordby

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of Alex Harrington
Sent: Thursday, August 21, 2014 12:03
To: <email address hidden>
Subject: Re: [Question #253376]: Error transfer updates from server to client

Your question #253376 on Xibo changed:
https://answers.launchpad.net/xibo/+question/253376

    Status: Open => Answered

Alex Harrington proposed the following answer:
Looks like maybe you've got your server library setting set to c:\xibo ??

On a Linux server I'd expect that to be something more like

/home/infokbhb/library

or similar?

Alex

--
If this answers your question, please go to the following page to let us know that it is solved:
https://answers.launchpad.net/xibo/+question/253376/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the following page to enter your feedback:
https://answers.launchpad.net/xibo/+question/253376

You received this question notification because you asked the question.

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

Sorry but Launchpad doesn't support emailed attachments - you could upload that somewhere else and link it here?

Alex is saying that your library location doesn't appear to be correct. You have it set to C:/xibo/ and yet your other logs indicate that you are running on a Linux host.

Can you double check your library location?

Revision history for this message
Mortennordby (morten-kvv) said :
#4

Thanks Alex Harrington, that solved my question.