phpMyAdmin Config??

HamedAli

New member
Joined
Aug 12, 2011
Messages
9
Hello,
I get this error
Code:
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 :
Code:
[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
Code:
./build

How can I fix it!!

And I want to change interface of phpMyAdmin is it possible?
 
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build set phpmyadmin yes
./build phpmyadmin d
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build set phpmyadmin yes
./build phpmyadmin d
No help!
 
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!
 
Back
Top