This is a network issue.
Open your browser console, in the "network" tab, look for error (should be the last request)
Most possibily it is due to your network configuration, end ing connection (for instance due to some timeout)
but i have got the same message directly on the "projeqtor" computer, without crossing network.
I realized the update, family by family, it's passed correctly.
Could you chekc for error in borwser console (directly on the console, not network) or look at corresponding request on network tab and post here response for that request ?
Object { message: "Unable to load ../tool/adminFunctio…", stack: ".cache["dojo/errors/create"]/</</_4…", response: Object, status: 500, responseText: "", xhr: XMLHttpRequest } dojo.js:2:102408
.cache["dojo/_base/xhr"]/</_3c4 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:102408
.cache["dojo/_base/xhr"]/</dojo._ioSetArgs/< http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:101919
_189 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:37255
_187 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:36947
.cache["dojo/_base/Deferred"]/</dojo.Deferred/this.errback http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:38205
_189 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:37511
_187 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:36947
.cache["dojo/_base/Deferred"]/</dojo.Deferred/this.errback http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:38205
_189 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:37622
_187 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:36947
.cache["dojo/_base/Deferred"]/</dojo.Deferred/this.errback http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:38205
_189 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:37622
_187 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:36947
.cache["dojo/_base/Deferred"]/</dojo.Deferred/this.errback http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:38205
.cache["dojo/_base/xhr"]/</dojo.xhr/< http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:104522
.cache["dojo/Deferred"]/</_3e7 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106614
.cache["dojo/Deferred"]/</_3e1 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106478
.cache["dojo/Deferred"]/</_3e6/this.reject http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:108189
.cache["dojo/Deferred"]/</_3ed http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:107250
.cache["dojo/Deferred"]/</_3e7 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106895
.cache["dojo/Deferred"]/</_3e1 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106478
.cache["dojo/Deferred"]/</_3e6/this.reject http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:108189
.cache["dojo/Deferred"]/</_3ed http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:107250
.cache["dojo/Deferred"]/</_3e7 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106895
.cache["dojo/Deferred"]/</_3e1 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106478
.cache["dojo/Deferred"]/</_3e6/this.reject http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:108189
.cache["dojo/Deferred"]/</_3ed http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:107250
.cache["dojo/Deferred"]/</_3e7 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106866
.cache["dojo/Deferred"]/</_3e1 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106478
.cache["dojo/Deferred"]/</_3e6/this.reject http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:108189
.cache["dojo/Deferred"]/</_3ed http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:107250
.cache["dojo/Deferred"]/</_3e7 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106895
.cache["dojo/Deferred"]/</_3e1 http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:106478
.cache["dojo/Deferred"]/</_3e6/this.reject http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:108189
_31b http://192.168.100.200/projeqtor/external/dojo/dojo.js:2:84208
_327
OK, so it is an Error 500, meaning Server error, not applicative error.
Most likely is a timeout.
You can try and change max_execution_time in php.ini to avoid the issue...
just remember me... where is the file php.ini ?
In your php installation.
Under Linux / Ubuntu, it is at /etc/php5/apache2/php.ini
Under Window / Wamp, you can access it through the Wamp console.
ok, i find it, i change value 30 by 300, nothing change