View previous topic :: View next topic |
Author |
Message |
Charles -
Joined: 17 Sep 2005 Posts: 9
|
Posted: Thu Sep 29, 2005 4:53 pm Post subject: phpmyadmin unable to split strings? |
|
|
I get the following error when I login to myphpadmin
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.
How do I fix this?
Thank You I really appreciate everybody for taking time out to help us all! |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Sep 29, 2005 5:50 pm Post subject: |
|
|
look in the php.ini and activate the mbstring PHP extension. This should fix the problem. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Charles -
Joined: 17 Sep 2005 Posts: 9
|
Posted: Thu Sep 29, 2005 8:02 pm Post subject: which mbstring |
|
|
There are multiple mbstring's in this file which one do I alter? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Sep 29, 2005 8:23 pm Post subject: |
|
|
Look in your php.ini and remove the ";" from this line.
Quote: |
;extension=php_mbstring.dll |
|
|
Back to top |
|
 |
Charles -
Joined: 17 Sep 2005 Posts: 9
|
Posted: Thu Sep 29, 2005 9:28 pm Post subject: Finally Done |
|
|
Thank you very much! I finally sucessfully installed:
Abyss Web Server
PHP 5
MySql
PhpMyAdmin
PHPBB
Now to build the website! |
|
Back to top |
|
 |
njgill -
Joined: 09 Mar 2004 Posts: 2
|
Posted: Sat Nov 12, 2005 6:05 pm Post subject: |
|
|
just wanted to say thanks because this helped solve my problem as well |
|
Back to top |
|
 |
|