WebGUI is white/plain/unstyled

Status
Not open for further replies.
T

thomasdk81

Guest
Hi guys,

My WebGUI looks like this after I upgraded to 8.0.1
freenas-ss1.jpg
The WebGUI worked 1-2 times after the upgrade.
I didn't make any changes to the system after the upgrade.

Is there a error log for django?
 

leenux_tux

Patron
Joined
Sep 3, 2011
Messages
238
Hi thomasdk81,

which web browser are you using ? Have you tried others apart from the one which is showing the error message ?
 
T

thomasdk81

Guest
Hi,

Both Firefox and IE9 gives the same bug/error faulty WebGUI.
 
T

thomasdk81

Guest
Environment:


Request Method: GET
Request URL: http://freenas/system/reboot/

Django Version: 1.3.1
Python Version: 2.7.2
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.staticfiles',
'freeadmin',
'south',
'dojango',
'account',
'system',
'network',
'storage',
'sharing',
'services']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'freenasUI.freeadmin.middleware.LocaleMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'freenasUI.freeadmin.middleware.RequireLoginMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'dojango.middleware.DojoCollector')

Template Loader Error:
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.Loader:
/usr/local/www/freenasUI/templates/system/reboot.html (File does not exist)
Using loader django.template.loaders.app_directories.Loader:
/usr/local/lib/python2.7/site-packages/dojango/templates/system/reboot.html (File does not exist)



Traceback:
File "/usr/local/www/freenasUI/freeadmin/middleware.py" in process_view
58. return login_required(view_func)(request,*view_args,**view_kwargs)
File "/usr/local/www/freenasUI/system/views.py" in reboot
212. 'freenas_version': get_freenas_version(),

Exception Type: TemplateDoesNotExist at /system/reboot/
Exception Value: system/reboot.html

When I press reboot I get this...
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
Someone else just had a really bizarre browser/GUI problem and tried all kinds of stuff and still didn't get it to work. In the end he reinstalled FreeNAS and it worked.
 

Durkatlon

Patron
Joined
Aug 19, 2011
Messages
414
Something is screwy about your installation. The file it is looking for (/usr/local/lib/python2.7/site-packages/dojango/templates/system/reboot.html) is not there nor should it be. It should be looking in /usr/local/www/freenasUI/ not in /usr/local/lib/python2.7/site-packages/dojango. If you didn't try to do all kinds of hairy stuff like install your own Python etc etc, you might want to create a bug ticket.
 

Durkatlon

Patron
Joined
Aug 19, 2011
Messages
414
Yeah, I have no idea what that installation tinkers with. You probably won't be able to get official support from the iX folks unless you can make this happen in a non-modified installation.
 
T

thomasdk81

Guest
My power shorted out and the NAS lost power. After the power came back and the NAS rebooted, everything is now fine.
So I'll close this one with a mystery :)
 
Status
Not open for further replies.
Top