[Tickets #10603] Host and port must not be set if using a UNIX socket
bugs at horde.org
bugs at horde.org
Tue Oct 4 05:50:52 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10603
------------------------------------------------------------------------------
Ticket | 10603
Erstellt Von | michael at bigmichi1.de
Zusammenfassung | Host and port must not be set if using a UNIX socket
Warteschlange | Horde Framework Packages
Version | Git master
Typ | Bug
Status | Unconfirmed
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
michael at bigmichi1.de (2011-10-04 05:50) hat geschrieben:
i have configured my authentication in horde like on the screenshot,
but now when i click on save i got this error:
Ein schwerer Fehler ist aufgetreten:
Host and port must not be set if using a UNIX socket
1. Horde_Registry::appInit() /var/www/horde4/admin/config/index.php:15
2. Horde_Registry->pushApp() /var/www/pear/php/Horde/Registry.php:245
3. Horde_Registry->checkExistingAuth()
/var/www/pear/php/Horde/Registry.php:1297
4. Horde_Core_Factory_Auth->create()
/var/www/pear/php/Horde/Registry.php:2250
5. Horde_Core_Factory_Auth->_create()
/var/www/pear/php/Horde/Core/Factory/Auth.php:61
6. Horde_Core_Factory_Db->create()
/var/www/pear/php/Horde/Core/Factory/Auth.php:183
7. Horde_Core_Factory_Db->createDb()
/var/www/pear/php/Horde/Core/Factory/Db.php:96
8. Horde_Db_Adapter_Base->__construct()
/var/www/pear/php/Horde/Core/Factory/Db.php:159
9. Horde_Db_Adapter_Pdo_Mysql->connect()
/var/www/pear/php/Horde/Db/Adapter/Base.php:143
10. Horde_Db_Adapter_Pdo_Base->connect()
/var/www/pear/php/Horde/Db/Adapter/Pdo/Mysql.php:63
11. Horde_Db_Adapter_Pdo_Mysql->_parseConfig()
/var/www/pear/php/Horde/Db/Adapter/Pdo/Base.php:39
the only way i could solve that is by removing the line
$conf['auth']['params']['hostspec'] = 'localhost';
from my conf.php, but now everytime when i change a setting i must do
this after the change else i got the above error
More information about the bugs
mailing list