Page 1 of 1

Figure 4.0.0 not working

PostPosted: Wed May 23, 2018 10:45 am
by Gebhard
Hi guys,

I just updated figure to 4.0. Unfortunately, something seems to be broken..

Code: Select all
ReferenceError: ShapeManager is not defined[Weitere Informationen]
figure.js:7293:13
initialize
http://omero.uni-saarland.de/static/figure/figure.js:7293:13
Backbone.View
http://omero.uni-saarland.de/static/figure/3rdparty/backbone-1.0.0.js:987:5
child
http://omero.uni-saarland.de/static/figure/3rdparty/backbone-1.0.0.js:1531:34
initialize
http://omero.uni-saarland.de/static/figure/figure.js:2911:13
Backbone.View
http://omero.uni-saarland.de/static/figure/3rdparty/backbone-1.0.0.js:987:5
child
http://omero.uni-saarland.de/static/figure/3rdparty/backbone-1.0.0.js:1531:34
<anonym>
http://omero.uni-saarland.de/static/figure/figure.js:8372:16
fire
http://omero.uni-saarland.de/static/3rdparty/jquery-1.11.1.js:3119:10
fireWith
http://omero.uni-saarland.de/static/3rdparty/jquery-1.11.1.js:3231:7
ready
http://omero.uni-saarland.de/static/3rdparty/jquery-1.11.1.js:3443:3
completed
http://omero.uni-saarland.de/static/3rdparty/jquery-1.11.1.js:3474:3


When I try to insert an image I get the message "Image is too big", and this
Code: Select all
XML-Verarbeitungsfehler: nicht wohlgeformt
Adresse: http://omero.uni-saarland.de/figure/imgData/151/?_=1527072096492
Zeile Nr. 1, Spalte 1:
151:1:1


which translates to "not well formed XML".

(This happes even after a completely deleteing and re-installing figure)


I also checked, where pip installed my omero apps, the they all ended up in /usr/local/lib/python2.7/dist-packages

Is that the right place?

Best,
Gebhard

Re: Figure 4.0.0 not working

PostPosted: Wed May 23, 2018 1:55 pm
by Gebhard
I found the problem.
someone copied an old nginx config and didn't adjust the path to the web-apps...

Now it works like a charm!

Re: Figure 4.0.0 not working

PostPosted: Wed May 23, 2018 2:16 pm
by mtbc
Great, thank you for letting us know, Gebhard!

Cheers,
Mark