Results 7 comments of Werner Freund

I've just found out that the following variables on index.php seem to be causing the issue: $M_WIDTH=Get_Values('loc_maxW'); $M_HEIGHT=Get_Values('loc_maxH'); They are set to '', so Get_Values function cannot retrieve loc_maxW and...

Hi @GM-Script-Writer-62850, thanks a lot for your reply, sorry to let you waiting this long. The image you requested: ![schnappschuss 2016-01-10 16 46 38](https://cloud.githubusercontent.com/assets/51397/12223308/5617ff34-b7ba-11e5-9d0a-b448e56a1d62.png) The 0,0,0,0 setting comes from the...

The content from scanners.json: ``` bash pi@raspberrypi:/var/www/scanner $ cat /var/www/scanner/config/scanners.json && echo [{"ID":0,"INUSE":0,"DEVICE":"epson2:libusb:001:004","NAME":"Epson NX200 flatbed scanner","SOURCE":"Inactive","DPI-Inactive":"75|300|600|1200","DUPLEX-Inactive":false,"MODE-Inactive":"Lineart|Gray|Color","WIDTH-Inactive":215.9,"HEIGHT-Inactive":297.18,"UUID":"04b8:0849"}] ``` And the terminal output clicking on the second line: ``` All options specific...

I have followed your instructions. First I've reset the index.php to the head used on the github (I didn't reset all the package otherwise I would have to reconfigure the...

I've attempted in the two remaining browsers. It worked only on the chrome… really funny bug. Safari: ![schnappschuss 2016-01-10 20 09 08](https://cloud.githubusercontent.com/assets/51397/12224415/e7374f6c-b7d6-11e5-84ae-71fe8e0f18c5.png) Chrome: ![schnappschuss 2016-01-10 20 14 34](https://cloud.githubusercontent.com/assets/51397/12224417/f605ab92-b7d6-11e5-9056-820a99e0b2fd.png) Thanks a...

It says: `unreachable code after return statement main.js:742:1`, but it is a warning. I've added all verbosity that I could and took a screenshot. ![schnappschuss 2016-01-10 20 39 22](https://cloud.githubusercontent.com/assets/51397/12224521/3f27b650-b7da-11e5-8b56-af6eff777414.png)