Not sure if you mean the line I have changed but in that file the only https line is
I changed it to http and it made no difference.
Not sure if you mean the line I have changed but in that file the only https line is
I changed it to http and it made no difference.
This is interesting - although the suggestion doesnāt work unfortunately. However at least we know its not a general Xibo problem: http://stackoverflow.com/questions/33344965/onyoutubeiframeapiready-event-is-not-firing-on-ie-localfile
Its just a bit weird it works in the preview when in the CMS using IE.
Not at all - since in the preview, itās being served by a webserver not from the local filesystem
Oh Yeah I understand. Is there anything I could try then?
I donāt think iām going to be able to solve this - the simple fact of the matter is that the YouTube Player object does not call the provided event functions when contained in a local webpage opened with IE (iāve tried various different ways of accessing those functions too).
Iāve no idea why, nor can I find any information as to why.
In 1.8 web pages are served over a locally embedded web server and therefore I think that this problem will go away. Or you could pop up a āyoutubeā HTML file on your web server and use the webpage media type to load it - you could probably read in the video ID from query parameters if you wanted to do that.
Yeha the embeded webpage might work, I might try that one. What do you mean by āIn 1.8 web pages are served over a locally embedded web server and therefore I think that this problem will go away.ā
The mechanism for displaying the webpages in the player is different - in 1.7 it will do:
file:///<client_library>/<filename>.htm
in 1.8
http://localhost:9696/<filename>.htm
So if I update then you think the problem will go away?
It may do yes - since itās then being served from a webserver.
Iād do a test install to confirm if you arenāt going to upgrade otherwise.
Yeah that would be good if you cN.
Thanks very much.
I mean you should do a quick test install to see 
Sorry I read it wrong, iāll get on it in the morning.
Thanks again.
Hi Alex,
I decided to update but am having difficulty. Did a backup and all that, downloaded the 1.8 files, deleted the ones in my web directory and copied over the new ones but when I try and browse to the CMS i get an error saying I dont have permission to access it. I have even tried directly browsing to server/web/index.php but still a permission error.
The files in the 1.8 look different to 1.7.8 ones, there is no index.php in the root folder, only in the web folder, the .1.7.8 doesnāt even have a web folder. I have rolled back to 1.7.8 then updated to.1.7.9 to see if it would work updating form that but itās just the same.
Any ideas where Iām going wrong.
Thanks
Am i just meant to copy over the contents of the āwebā folder from the 1.8 zip?
1.8 series is a very different setup to 1.7.
You really need to switch to a Docker based install if you want support going forward. Thereās full instructions in the manual on how to get it working, and how to upgrade a 1.7 to that.
In your case, you just want to do a quick test so any machine that can run Docker will do for a quick test install. Iād leave your production instance until youāve confirmed it fixes your issue.
If you canāt switch to Docker, then at the very least youāll need to make adjustments to your webserverās configuration such that only the web folder of the install is available inside the webserverās ārootā directory. Everything above that needs to be there, but it mustnāt be shared via the webserver.
Yeah I did that, I set the physical path in IIS for the website from inetpub\wwwdisplays which 1.7.9 is using to inetpub\wwwdisplays\web but that brought up a 500 error. The upgrade instaructions say I can just copy the files over?
The upgrade instructions donāt say that!
Iām not sure what youāre reading. The instructions are here:
http://xibo.org.uk/manual-tempel/en/upgrade.html
You must remove the old files first. You canāt leave bits of the old install there, and then just overwrite.
The 500 error you see is likely permissions related at a guess.
As I mentioned before though, while a custom install is possible, itās not something the project can support going forward as there will be an increasing number of requirements for the software to run, and helping people to manage all those is beyond what is possible.
I was reading this http://xibo.org.uk/manual/en/upgrade.html which I got to from the upgrade link at the bottom of this page - http://xibo.org.uk/manual/en/release_notes_1.8.0.html