View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 07:16 AM
ShK
 
Posts: n/a
Default Re: phpMyAdmin & mbstring

"Dikkie Dik" <nospam@nospam.org> wrote in message news:dqfvh0$2ls$1@news.cistron.nl...

:> phpMyAdmin gives following error message: "The mbstring PHP extension
: > was not found and you seem to be using a multibyte charset. Without
: > the mbstring extension phpMyAdmin is unable to split strings correctly
: > and it may result in unexpected results."
: > So, how I do enable that feature?
: > I try like this: I copy php_mbstring.dll to C:\PHP-folder and edit
: > C:\Windows\php.ini -file: 'extension=php_php_mbstring.dll', but it
: > did not remove that phpMyAdminin's error message.
: I think you have a "php_" too much. If removing that still does not
: work, check if the extension_dir is set to the directory containing the
: file php_mbstring.dll

It really was 'extension=php_mbstring.dll'. I change 'extension_dir = "./"' to
'extension_dir = "C:\PHP"' (becouse I copied php_mbstring.dll to there) and
reboot computer but it doesnt help... =(

Reply With Quote