NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
michelefaccini
Oct 16, 2011Aspirant
mcrypt,<br /> error
Hi,I have just change my config.inc.php from
$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
to enable a multi users session for phpMyadmin
I get now the following error Impossible to load extension mcrypt,<br />please check your PHP configuration
Here's my complete config.inc.php file
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.3.8.1 setup script by Piotr Przybylski <piotrprz@gmail.com>
* Date: Sun, 16 Oct 2011 12:13:03 +0200
*/
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '/var/run/mysqld/mysqld.sock';
$cfg['Servers'][$i]['connect_type'] = 'socket';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['blowfish_secret'] = '4e9aac7281b801.20877280';
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
Something to change in the httpd.conf ?
$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';
to enable a multi users session for phpMyadmin
I get now the following error Impossible to load extension mcrypt,<br />please check your PHP configuration
Here's my complete config.inc.php file
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.3.8.1 setup script by Piotr Przybylski <piotrprz@gmail.com>
* Date: Sun, 16 Oct 2011 12:13:03 +0200
*/
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '/var/run/mysqld/mysqld.sock';
$cfg['Servers'][$i]['connect_type'] = 'socket';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['blowfish_secret'] = '4e9aac7281b801.20877280';
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
Something to change in the httpd.conf ?
2 Replies
Replies have been turned off for this discussion
- I have php 5.3.8.1 installed, from the ReadyNas Front View I can see that modules mcrypt and mcrypt.ini.dpkg are installed but from phpinfo() I can't see anything on mcrypt.Any idea ? Bye.....
- Under usr/bin mcrypt is present....trying to do sudo apt-get install php5-mcrypt phpadmin , I have an 'unmet dependencies' so I aborted to do something (I tried first with a sudo apt-get purge php5-mcrypt phpmyadmin but got an 'Invalid operation purge').
Readynasxtras suggested me to reinstall the add-on.....but doing so..I will loose all my php,sql settings,is it right ?
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!