• PHP Help General Help
  • [RESOLVED] The mbstring PHP extension was not found and you seem to be using a multibyte charset

Sup?
I am using

Apache 2.0.59-win32 x86

mysql-essential-5.0.27-win32

php-4.4.4-Win32

phpMyAdmin-2.9.1.1

I need help with the following error
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.

    a month later

    Hey
    I will set up my server soon when I copy some stuff and free up space on one of the partitions.
    I will tell you all about it how I solved.
    Im not sure when I will be able to set it up. Once I finish d/l something

      Sup?

      No, I've already eaten. Coffee will do fine, though, thanks.

        dude, enabling that for phpMyAdmin is not required or neccassary, ignore it. It will not affect anything you are doing with phpMyAdmin

          8 days later

          Sup Everyone
          I got it to work this way
          httpd.conf
          LoadModule php5_module D:/Apache/php/php5apache2_2.dll
          PHPIniDir "D:/Apache/php/php.ini"
          AddType application/x-httpd-php .php .php5

          Search For
          DirectoryIndex index.html
          In front of or after index.html add index.php

          Php Ini Configuration
          extension_dir = "D:/Apache/php/ext" only these slashes these "\" won't work
          doc_root =D:\Apache\php
          include_path = "D:\Apache\php\includes" Create folder in php - folder name "includes"
          extension=php_mbstring.dll
          extension=php_mysql.dll
          extension=php_mysqli.dll

          uncomment mbstring mysql and add mysqli as well
          after configuring phpmyadmin reboot the computer

            Write a Reply...