gulli:board Logo

Anzeige


  Antwort
Doomfisch
Mitglied
 
Registrierungsdatum: Aug 2004
Beiträge: 179
Post phpmyadmin

Hallo,
Zwecks Bequemlichkeit für die Joomla-Installation auf Apache wollt ich mir phpmyadmin einrichten. Folgender Error beim Browseraufruf:

Error
The configuration file now needs a secret passphrase (blowfish_secret).

Soweit sogut- also hab ich mal in der config/config.inc.php die Zeile, in der schon was als Passwort eingetragen war, erneuert und ein anderes Passwort gewählt. Allerdings noch immer das selbe Problem.

Das ganze ist auf Ubuntu Dapper aus den Paketquellen installiert.

Jemand eine Idee? Neuinstallation von phpmyadmin hat nix gebracht.

lg
Alt 02. 05. 2007, 21:54 Doomfisch is offline Mit Zitat antworten #1
mip
The M.I.P.
 
Benutzerbild von mip
 
Registrierungsdatum: Apr 2002
Ort: 127.0.0.1
Beiträge: 3.715
Re: phpmyadmin

Ich zitiere mal aus den Kommentaren in der config.inc.php:
Code:
/** * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If * at least one server configuration uses 'cookie' auth_type, enter here a * passphrase that will be used by blowfish. The maximum length seems to be 46 * characters. */ $cfg['blowfish_secret'] = '';

Wen Du also $cfg['Servers'][$i]['auth_type'] = 'cookie'; irgendwo verwendest, musst Du für $cfg['blowfish_secret'] (irgendein) Passwort eintragen, mit dem dann die Cookie-Daten verschlüsselt werden.
Trag was ein und gut ist.
Alt 03. 05. 2007, 12:33 mip is offline Mit Zitat antworten #2
Doomfisch
Mitglied
(Threadstarter)
 
Registrierungsdatum: Aug 2004
Beiträge: 179
Re: phpmyadmin

Jo, und da liegt das Problem, wie du an meiner verwendeten Datei erkennst, ist alles gesetzt:

PHP-Code:
<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 2.8.0.1 setup script by Michal Čihař <michal@cihar.com>
 * Version: $Id: setup.php,v 1.23.2.2 2006/02/06 11:01:48 nijel Exp $
 * Date: Wed, 02 May 2007 00:00:07 +0200
 */

/* Servers configuration */
$i 0;

/* Server localhost (cookie) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'socket';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
//$cfg['Servers'][$i]['user'] = 'root';

/* End of servers configuration */

$cfg['blowfish_secret'] = 'passwort';
?>

Dennoch wird der Error angezeigt.
In Google hab ich bereits eine (unbeantwortete) Anfrage von jemanden gefunden, der scheinbar das selbe Problem hatte.
Alt 03. 05. 2007, 15:18 Doomfisch is offline Mit Zitat antworten #3
Themen-Optionen Antwort


Themen-Optionen

Gehe zu



Alle Zeitangaben in UTC +1. Es ist jetzt 14:37 Uhr.
Angetrieben von vBulletin
Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.
borderline.gullisys.net

Anmelden

Benutzername
Kennwort
© Copyright 1998-2008 gulli.com home | regeln | sitemap | kontakt | impressum | partner | downloads | disclaimer |
Message Boards and Forums Directory