Xibo this not downloading files

Asked by Daniel Muller

this error in error_log:

[25-Feb-2014 08:28:17 America/Sao_Paulo] PHP Warning: fopen(z.com/xibo/videos/44.avi): failed to open stream: No such file or directory in /home/z/public_html/xibo/lib/service/xmdssoap.class.php on line 434
[25-Feb-2014 08:28:17 America/Sao_Paulo] PHP Warning: fseek() expects parameter 1 to be resource, boolean given in /home/z/public_html/xibo/lib/service/xmdssoap.class.php on line 436
[25-Feb-2014 08:28:17 America/Sao_Paulo] PHP Warning: fread() expects parameter 1 to be resource, boolean given in /home/z/public_html/xibo/lib/service/xmdssoap.class.php on line 438

: checked the file and it is here 41.avi on library..

Tnks!

Question information

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

Your SERVER_LIBRARY setting is wrong

It needs to be the full local path to your server library

So probably something like /home/z/public_html/xibo/videos

Not z.com/xibo/videos

Note also we strongly advise you not to put your Xibo library in a location
that can be served via your webserver. It would be much better put in
/home/z/videos

If you want to move it, you need to move the folder first, then update the
setting in Xibo.

Alex

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

* CAN'T be served by your webserver

Revision history for this message
Daniel Muller (danielmuller23) said :
#3

I configured a local folder on the public web and returned the old configuration and it worked! thank you alex always very helpful with everyone!