6.0.0-beta1
7/29/25

[#10603] Host and port must not be set if using a UNIX socket
Summary Host and port must not be set if using a UNIX socket
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners
Requester michael (at) bigmichi1 (dot) de
Created 10/04/2011 (5047 days ago)
Due
Updated 10/04/2011 (5047 days ago)
Assigned
Resolved 10/04/2011 (5047 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/04/2011 08:39:03 AM Jan Schneider State ⇒ Resolved
 
10/04/2011 08:27:01 AM Git Commit Comment #4 Reply to this comment
Changes have been made in Git for this ticket:

Replace data_dir when installing from PEAR (Bug #10603).

  1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/37a069cf0429f9f1039444b402c436fdae27aafb
10/04/2011 08:26:56 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git for this ticket:

Only provide hostname if using TCP (Bug #10603).

  1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/d8af48872cf08a339443bfebfc0962a54b16bf0a
10/04/2011 05:51:42 AM michael (at) bigmichi1 (dot) de Comment #2
New Attachment: config.jpg Download
Reply to this comment
screenshot
10/04/2011 05:50:52 AM michael (at) bigmichi1 (dot) de Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Host and port must not be set if using a UNIX socket
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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

Saved Queries