Web Hosting Talk







View Full Version : Horde


n3tpreneur
12-21-2004, 11:44 AM
A fatal error has occurred:

DB Error: connect failed

[line 454 of /home/httpd/vhosts/webmail/horde/kronolith/lib/Driver/sql.php]

Details have been logged for the administrator.

How could i remedy the problem

John[H4Y]
12-21-2004, 02:08 PM
Is MySQL running on the server? Can you connect to the Horde database via MySQL?

Steven
12-21-2004, 02:09 PM
mysqladmin create horde
/scripts/fullhordereset


Make sure your mysql is running and run that.

SmartActive
12-21-2004, 02:15 PM
Hello ,

1-/scripts/fullhordereset
2-mysqladmin create horde
3-mysql -u horde -p
4-/scripts/resethorde


I hope that it will work with you .

Steven
12-21-2004, 02:22 PM
SmartActive,

/scripts/resethorde unlinks the users and recreates them....

however

/scripts/fullhordereset

deletes them and recreates them... so creating the database with

mysqladmin create horde

and

then running

/scripts/fullhordereset

is doing the same thing as yours but with out the extra steps.

SmartActive
12-21-2004, 02:29 PM
Hello,


Yes I know that , But I prefer to clarify the answer in detail(steps) for his/her Benefit in future .

Steven
12-21-2004, 02:32 PM
yes but,

/scripts/fullhordereset

should be run after the database exists since it recreates the password... no database == no password... aka

mysqladmin create horde

running


/scripts/resethorde

after running

/scripts/fullhordereset

is being repetitive since

/scripts/fullhordereset

already does

what /scripts/resethorde does

n3tpreneur
12-21-2004, 11:46 PM
What is this

/scripts/fullhordereset

about?

I dont have it ..

n3tpreneur
12-21-2004, 11:48 PM
and the database exist

Haze
12-22-2004, 12:04 AM
I think the others were assuming your using cpanel. Check your horde config make sure the database configuration is correct and that the database user has appropriate access to the db.