Thu Nov 26, 2009 9:28 am - The Configuration File Now Needs A Secret Passphrase
#2800
The Configuration File Now Needs A Secret Passphrase
if you have installed phpmyadmin and you get this error:
Error
The configuration file now needs a secret passphrase (blowfish_secret).
simply open the file config.inc.php called and look for this:
config.inc.php
now put your password where you see YOURPASSWORD i the example above
Error
The configuration file now needs a secret passphrase (blowfish_secret).
simply open the file config.inc.php called and look for this:
config.inc.php
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'YOURPASSWORD'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'YOURPASSWORD'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
now put your password where you see YOURPASSWORD i the example above
author: Webune Support