dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

JS error causing loading to hang #658

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have just updated phpVirtualBox, don't forget to clear your
browser's cache!!!

Please see the Common Errors and Issues wiki page located at
http://code.google.com/p/phpvirtualbox/wiki/CommonErrors before posting
here.

What steps will reproduce the problem?
1. using phpvirtualbox 4.1-11, go to the login page, with Firefox console 
opened.
2. login, no error.
3. after ~2s, the 4 following errors will appear:

TypeError: $(...).data(...) is undefined
[Stopper sur une erreur]    

vboxChooser.setAnchorId('vboxChooserDiv');

TypeError: vboxChooserToolbarTop.getButtonElement is not a function
[Stopper sur une erreur]    

(57 out of range 18)

jquery...-min.js (ligne 57)

TypeError: $(...).data(...) is undefined
[Stopper sur une erreur]    

(60 out of range 18)

jquery...-min.js (ligne 60)

ReferenceError: vboxChooser is not defined
[Stopper sur une erreur]    

(26 out of range 18)

jquery...-min.js (ligne 26)

What is the expected output? What do you see instead?

I am supposed to see the phpvirtualbox main interface, but i only see the 
loading message forever.

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?

phpvirtualbox 4.1-11, virtualbox 4.1.12_Ubuntur77245, php5, on ubuntu server 
12.04 64b.
On the client, I use Ubuntu 12.04 Desktop, a bit kernel modified, Firefox 17.0.1

Please provide any additional information below.

I installed phpvirtualbox 4.1-11 after the latest version told me to :)

Original issue reported on code.google.com by cont...@paulollivier.fr on 5 Jan 2013 at 9:51

GoogleCodeExporter commented 8 years ago
Here is the full Firefox console log:

POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        235ms   
jquery...-min.js (ligne 18)
GET http://druil.net/phpvirtualbox/panes/login.html

200 OK
        37ms    
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        5.04s   
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        4.09s   
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        361ms   
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        3.97s   
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        448ms   
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        5.69s   
jquery...-min.js (ligne 18)
POST http://druil.net/phpvirtualbox/lib/ajax.php

200 OK
        3.55s   
jquery...-min.js (ligne 18)
GET http://druil.net/phpvirtualbox/panes/topmenu.html

200 OK
        59ms    
jquery...-min.js (ligne 18)
GET http://druil.net/phpvirtualbox/panes/vmlistToolbar.html

200 OK
        133ms   
jquery...-min.js (ligne 18)
GET http://druil.net/phpvirtualbox/panes/tabs.html

200 OK
        302ms   
jquery...-min.js (ligne 18)
GET http://druil.net/phpvirtualbox/panes/vmlist.html

200 OK
        338ms   
jquery...-min.js (ligne 18)

TypeError: $(...).data(...) is undefined
[Stopper sur une erreur]    

vboxChooser.setAnchorId('vboxChooserDiv');

TypeError: vboxChooserToolbarTop.getButtonElement is not a function
[Stopper sur une erreur]    

(57 out of range 18)

jquery...-min.js (ligne 57)

TypeError: $(...).data(...) is undefined
[Stopper sur une erreur]    

(60 out of range 18)

jquery...-min.js (ligne 60)

ReferenceError: vboxChooser is not defined
[Stopper sur une erreur]    

(26 out of range 18)

jquery...-min.js (ligne 26)

Original comment by cont...@paulollivier.fr on 5 Jan 2013 at 9:59

GoogleCodeExporter commented 8 years ago
Please open a new issue if you are still having this problem.

Original comment by imooreya...@gmail.com on 11 Jul 2013 at 4:08