Page 1 of 1

no webadministration after upgradin to 1.2.4

Posted: 08 Nov 2009, 09:48
by ahab
Hi,

I updated my bubba2 last night, it took me several hours (I think I went from 1.5 to 1.2.4). The upgrade seems to have worked alright. When I access the webui today (after rebooting the bubba) I get my bubba homepage. The user manual has been updated to 1.2.4. My installation of pmwiki works as before. Horde works ok.

However, I can't log in neither as a registered user, nor as an administrator. I get the error below. Can anyone help me?

Forgot to mention that I can log on as an administrator via Winscp, but not as a regular user.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


--------------------------------------------------------------------------------

Apache/2.2.3 (Debian) mod_fastcgi/2.4.2 PHP/5.2.6-5ex1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c

Re: no webadministration after upgradin to 1.2.4

Posted: 09 Nov 2009, 15:53
by tor
Hi Ahab,

Do you have any possibilities to log in via ssh to a cmdline shell? If so could you try this, become root and try to manually do an upgrade?

Code: Select all

apt-get upgrade
and provide the output of this.

/Tor

Re: no webadministration after upgradin to 1.2.4

Posted: 10 Nov 2009, 04:05
by ahab
andreas@bubba:~$ su
Password:
bubba:/home/andreas# apt-get upgrade
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
bubba:/home/andreas#
Is it as simple as it sounds, I just need to write dpkg --configure -a?

Re: no webadministration after upgradin to 1.2.4

Posted: 10 Nov 2009, 05:15
by tor
Hi Ahab,

Yes, that should hopefully do the trick. The reason for the problem is most likely that the earlier upgrade failed for some reason. (You said that you upgraded an early version of the software and we had some upgrade problems in those releases)

/Tor

Re: no webadministration after upgradin to 1.2.4

Posted: 10 Nov 2009, 08:57
by ahab
Thank you!