• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

HORDE doesn't work after update

E

EnigmaBCN

Guest
I get this error when I acces horde via web:

A fatal error has occurred
DB Error: connect failed
Details have been logged for the administrator.

Any idea?:confused:
 
The solution!

1-
Edit C:\Program Files\SWsoft\Plesk\MySQL\Data\my.ini
Add at the end

[MySQLD]
skip-grant-tables

Restart Plesk SQL Server service

2-
Start, Run cmd
cd "\Program Files\SWsoft\Plesk\MySQL\bin"
mysql -P8306 mysql

mysql>update user set password=password('your_password') where user='horde';
mysql>exit

3-
Edit C:\Program Files\SWsoft\Plesk\MySQL\Data\my.ini
Remove

[MySQLD]
skip-grant-tables

Restart Plesk SQL Server service

4-
Edit inetpub\vhosts\webmail\horde\config\conf.php
Update:

$conf['sql']['port'] = 8306;
$conf['sql']['protocol'] = 'tcp';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'your_password';

..and that's all folks!!

:D
 
Hmz... I cant see any user calles horde! :S

STRANGE!!!!

And now?
 
Back
Top