Re: Dead mantis
From: Graham Smith (graham_at_crazysquirrel.com)
Date: 08/24/05
- Previous message: charlie: "Re: call for a vote -- should debian-user mailing list replies go to author or to list?"
- In reply to: Graham Smith: "Dead mantis"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Wed, 24 Aug 2005 09:15:55 +0100
On Tuesday 23 August 2005 13:45, Graham Smith wrote:
> Hi,
>
> I have just upgraded my mantis bug tracking database but it has died during
> the upgrade. Whenever I visit any page that requires database access
> (basically all of them) I get the error message:
>
> Fatal error: main(): Failed opening required
> '/usr/share/mantis/gui/core/adodb/adodb.inc.php' (include_path='.')
> in /usr/share/mantis/gui/core/database_api.php on line 26
>
> I think this might have happened with a previous upgrade as well but I
> don't remember how I fixed it and no amount of tinkering seems to have
> fixed it.
>
> Any ideas how I can fix this?
>
> Many thanks, Graham.
For those wondering I have found the solution. Someone beat me to the bug
report. The bug report indicates that this only affects unstable but it also
affects testing.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323914
Solution: A symlink is created in /usr/share/mantis/gui/core to ../../../adodb
which has moved to ../../../php/adodb. Simply delete the existing symlink and
add a new one e.g.
cd /usr/share/mantis/gui/core
rm adodb
ln -s ../../../php/adodb .
Graham
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: charlie: "Re: call for a vote -- should debian-user mailing list replies go to author or to list?"
- In reply to: Graham Smith: "Dead mantis"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|