View Single Post

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

> 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... =(
>

Could you try adding a trailing slash? Like:
extension_dir="C:\PHP\"
Best regards
Reply With Quote