PDA

View Full Version : Phpmyadmin problem


derick
09-08-2010, 04:24 PM
I have ISPManager Lite with Debeian 5. Today I make a update to sistem (apt-get update & apt-get upgrade ) and update phpmyadmin. After that i can`t acces phpmyadmin apear this error: The configuration file now needs a secret passphrase (blowfish_secret). How I resolve this?

Sergik
09-09-2010, 06:14 AM
The configuration file now needs a secret passphrase (blowfish_secret). How I resolve this?
Add the passphrase to /usr/share/phpmyadmin/config.inc.php
$cfg['blowfish_secret'] = '<your_secret_phrase_here>';