Author Topic: upgraded to latest software, now the gui is broken  (Read 2110 times)

paulhcahill

  • Zen Apprentice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
upgraded to latest software, now the gui is broken
« on: January 26, 2010, 04:39:55 pm »
I did a software update and now when I try to access file sharing, I get this (access log first, then error):
==> access.log <==
69.24.xx.xx - admin [26/Jan/2010:05:30:19 -0500] "GET /ebox/Samba/Composite/General HTTP/1.1" 200 11331 "https://server/ebox/Samba/Composite/General" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)" "-"
69.24.xx.xx - - [26/Jan/2010:05:30:20 -0500] "GET /data/css/public.css HTTP/1.1" 304 - "https://server/ebox/Samba/Composite/General" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)" "-"

==> ebox.log <==
2010/01/26 05:30:19 ERROR> Base.pm:345 EBox::CGI::Base::__ANON__ - Can't locate object method "permanentMessage" via package "EBox::View::Customizer" at /usr/share/ebox/templates/ajax/modelViewer.mas line 143.

Stack:
  [/usr/share/ebox/templates/ajax/modelViewer.mas:143]
  [/usr/share/ebox/templates/ajax/modelViewer.mas:69]
  [/usr/share/ebox/templates/ajax/form.mas:20]
  [/usr/share/ebox/templates/ajax/tabMenu.mas:61]
  [(eval 2388):157]

==> error.log <==
Use of uninitialized value in string ne at /usr/share/perl5/EBox/Menu/Root.pm line 51.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/EBox/Menu/Separator.pm line 44.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/EBox/Menu/Separator.pm line 44.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/EBox/Menu/Separator.pm line 44.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/EBox/Menu/Separator.pm line 44.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.

Really need help here.

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: upgraded to latest software, now the gui is broken
« Reply #1 on: January 26, 2010, 07:57:37 pm »
It seems that not all of the packages are updated properly.

In the console, do the following:

apt-get update
apt-get dist-upgrade
Zentyal Server Lead Developer

paulhcahill

  • Zen Apprentice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: upgraded to latest software, now the gui is broken
« Reply #2 on: January 27, 2010, 10:17:53 pm »
Thanks, that did it.