PDA

View Full Version : phpMyAdmin Config??



HamedAli
08-12-2011, 05:57 AM
Hello,
I get this error

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.
The configuration file now needs a secret passphrase (blowfish_secret).
I try :

[root@s1 scripts]# ./phpMyAdmin.sh

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors

But it doesn't work also I test

./build

How can I fix it!!

And I want to change interface of phpMyAdmin is it possible?

mr.applesauce
08-12-2011, 06:14 AM
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build set phpmyadmin yes
./build phpmyadmin d

HamedAli
08-12-2011, 06:27 AM
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build set phpmyadmin yes
./build phpmyadmin d
No help!

zEitEr
08-12-2011, 08:56 AM
Hello,
I get this error

Hello,

Where do you get it?

HamedAli
08-12-2011, 11:13 AM
I get this error in phpMyAdmin page.

zEitEr
08-13-2011, 12:56 AM
Just add the line to the config file

$cfg['blowfish_secret'] = 'BLOWFISH PASSWORD HERE';

and replace "BLOWFISH PASSWORD HERE" with a random string that is used as secret string for blowfish encryption.


p.s. Google rulezZZ!