A fatal error has occurred:
DB Error: connect failed
[line 108 of /usr/local/cpanel/base/horde/lib/Prefs/sql.php]
Details have been logged for the administrator.
hrmm? looked all over.
A fatal error has occurred:
DB Error: connect failed
[line 108 of /usr/local/cpanel/base/horde/lib/Prefs/sql.php]
Details have been logged for the administrator.
hrmm? looked all over.
Rack911.com - Competent Server Administration
Server Security - Administration - Managed Servers - Optimization - High Traffic Clusters
fixed
Rack911.com - Competent Server Administration
Server Security - Administration - Managed Servers - Optimization - High Traffic Clusters
Can you share your fix?
i tried to change the root password for mysql because it was still blank, and it didnt work so i ran
Reset Local MySQL Root Password
and went to horde and the error went away
Rack911.com - Competent Server Administration
Server Security - Administration - Managed Servers - Optimization - High Traffic Clusters
nice fix. thanks.![]()
can help i got the problem? how to reset that? please advice
hi,
i am having the same problem
DB Error: connect failed
[line 108 of /usr/local/cpanel/base/horde/lib/Prefs/sql.php]
Details have been logged for the administrator.
my server is new and when i looked at the mySQL password setting as mentioned above, it was blank. i reset the password (leaving the pw field blank) and it restarted mySQL fine. when i tried to login to the horde account, i got the same error!
i repeated the steps except this time i added a password to the field, retried the login and got the same error.
this is happening to all my accounts, any ideas?
--mr360
are you using the "Reset Local MySQL Root Password" function or the "Set MySQL Root Password" function
Rack911.com - Competent Server Administration
Server Security - Administration - Managed Servers - Optimization - High Traffic Clusters
i think i may have done it in reverse. nontheless i am getting the same message.
-----
1st i 'reset local mySQL root password' and mySQL restarted successfully. i got the same horde error.
2nd i 'set root mySQL password' (which was blank) to an actual password, restarted mySQL successfully, got the same horde error.
3rd i 'reset local mySQL root password' again (thought maybe it needed to be a sequential thing) and restarted mySQL successfully, got the same error message.
ugh -mr360
tell me this;
does anyone have a better solution for webmail customers?
i want to add a 'read webmail' link to my homepage, from there i want to launch another browser where the user can enter email login creditials and then access thier webmail.
this is probably an easy one.
--mr360
<a href="https://123.123.123.123:2096/" target="_blank">Client Webmail</a> orOriginally posted by john@coolsoluti
...i want to add a 'read webmail' link to my homepage, from there i want to launch another browser where the user can enter email login creditials and then access thier webmail.
this is probably an easy one.
--mr360
<a href="https://domain.com/webmail" target="_blank">Login to your webmail</a> or
<a href="https://domain.com/webmail" target="_blank"><img src="yourlinkimage.jpg" alt="click here to login to your webmail"></a>
etc.etc.
Https=2096
http=2095
You can do the same sort of thing to give a cPanel link.
Substitute in the above html:
https=2083
http=2082
Sustitute cpanel for webmail in the above html
HTH
Last edited by Izzee; 04-27-2004 at 09:29 AM.
the /etc/my.cnf file was set to create the mysql socket file in /tmp/mysql.sock instead of /var/lib/mysql/mysql.sock
I updated this and restarted mysqld and all was well.
-sean
that link works great.
i miscommunicated my intentions![]()
actually what i want to do is provide a 'read webmail' link for multiple customers (the ones who refuse to learn the /webmail login).
i don't know if there is a script or something that would achieve this?
--mr360 (mr180 at this point)
You are likely missing the horde databaseDB Error: connect failed
[line 108 of /usr/local/cpanel/base/horde/lib/Prefs/sql.php]
Details have been logged for the administrator.
Try this:
root@tera [~]# mysql horde
ERROR 1049: Unknown database 'horde'
If that looks familiar, then run the following:
root@tera [~]# mysqladmin create horde
root@tera [~]# /scripts/fullhordereset
That should do it.
FANTASTIC!! This solved my issue as well.Originally posted by cpanelben
You are likely missing the horde database
Try this:
root@tera [~]# mysql horde
ERROR 1049: Unknown database 'horde'
If that looks familiar, then run the following:
root@tera [~]# mysqladmin create horde
root@tera [~]# /scripts/fullhordereset
That should do it.
Thanks!!