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 |
Replace data_dir when installing from PEAR (
Bug #10603).1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/37a069cf0429f9f1039444b402c436fdae27aafb
Only provide hostname if using TCP (
Bug #10603).1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/d8af48872cf08a339443bfebfc0962a54b16bf0a
New Attachment: config.jpg
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
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