browser: Pictures not shown fullsize

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
gigi300885
Posts: 1
Joined: Mon Jun 22, 2015 3:11 am

browser: Pictures not shown fullsize

Post by gigi300885 »

Hello everybody,

i have one problem with showing pictures in full size in browser.

Thumbnails are displayed very well but after click on the foto it is not shown.
I tried different browsers (IE,Chrome,Firefox). Always the same problem.
Here the message from chrome: "Failed to load ressource: net::ERR_EMPTY_RESPONSE

It seems that the path to the images somehow is wrong.

In image.hml i found this code:

<div id="VideoContainer">
<img src="/raw/{{id1}}" alt=""><br>
<div id="toolbar">
<button id="prev" onclick="prev()"{{prevAttr}}><<</button>
<button id="next" onclick="next()"{{nextAttr}}>>></button>
</div>

every browser tells me that "/raw/... " has no files. :(
error_chrome_ums.jpg
error_chrome_ums.jpg (17.62 KiB) Viewed 2762 times
UMS 5.1.3 is installed.

I am grateful for any help

regards Christian
infidel
Developer
Posts: 571
Joined: Thu Jul 12, 2012 5:37 am

Re: browser: Pictures not shown fullsize

Post by infidel »

gigi300885 wrote:Thumbnails are displayed very well but after click on the foto it is not shown.
Thx Christian :), this bug crept in recently and has just been fixed in code. I believe we'll be issuing a new release fairly soon, but if you're in a hurry you can try UMSBuilder.
Post Reply