This is a discussion on mbstring extension not found; how to find it? within the PHP Language forums, part of the PHP Programming Forums category; After installing phpMyAdmin on my Fedora Core 4 box, (Apache 2.0.54, PHP 5.0.4) we're getting ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
After installing phpMyAdmin on my Fedora Core 4 box, (Apache 2.0.54,
PHP 5.0.4) we're getting this 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." The phpinfo() has no reference to mbstring. Doing some searching, I found some information regarding php.ini and uncommenting out an "extension=", but our php.ini has no reference to mbstring. Everything I'm finding on the Web relates to Windows boxes and the location of a mbstring.dll file. Can someone point me to some info regarding this; I seem to be completely missing it. Thanks! -Liam |
|
|||
|
<news@celticbear.com> wrote in message news:1159378971.595349.166780@d34g2000cwd.googlegr oups.com... > After installing phpMyAdmin on my Fedora Core 4 box, (Apache 2.0.54, > PHP 5.0.4) we're getting this 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." > > The phpinfo() has no reference to mbstring. > Doing some searching, I found some information regarding php.ini and > uncommenting out an "extension=", but our php.ini has no reference to > mbstring. > Everything I'm finding on the Web relates to Windows boxes and the > location of a mbstring.dll file. > > Can someone point me to some info regarding this; I seem to be > completely missing it. > > Thanks! > -Liam > you already tried here http://us2.php.net/mbstring right? |
|
|||
|
Johnny wrote: > <news@celticbear.com> wrote in message > news:1159378971.595349.166780@d34g2000cwd.googlegr oups.com... > > After installing phpMyAdmin on my Fedora Core 4 box, (Apache 2.0.54, > > PHP 5.0.4) we're getting this 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." > > > > The phpinfo() has no reference to mbstring. > > Doing some searching, I found some information regarding php.ini and > > uncommenting out an "extension=", but our php.ini has no reference to > > mbstring. > > Everything I'm finding on the Web relates to Windows boxes and the > > location of a mbstring.dll file. > > > > Can someone point me to some info regarding this; I seem to be > > completely missing it. > > > > Thanks! > > -Liam > > > you already tried here http://us2.php.net/mbstring right? Yes. And I mainly used: "Example 1. php.ini setting examples" to match my php.ini to. Forgot to mentioned I'd uncommented those lines in my php.ini (and set them to proper settings) and restarted Apache at one point. -Liam |
|
|||
|
<news@celticbear.com> wrote in message news:1159391343.446602.10790@m73g2000cwd.googlegro ups.com... > > Johnny wrote: > > <news@celticbear.com> wrote in message > > news:1159378971.595349.166780@d34g2000cwd.googlegr oups.com... > > > After installing phpMyAdmin on my Fedora Core 4 box, (Apache 2.0.54, > > > PHP 5.0.4) we're getting this 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." > > > > > > The phpinfo() has no reference to mbstring. > > > Doing some searching, I found some information regarding php.ini and > > > uncommenting out an "extension=", but our php.ini has no reference to > > > mbstring. > > > Everything I'm finding on the Web relates to Windows boxes and the > > > location of a mbstring.dll file. > > > > > > Can someone point me to some info regarding this; I seem to be > > > completely missing it. > > > > > > Thanks! > > > -Liam > > > > > you already tried here http://us2.php.net/mbstring right? > > Yes. > And I mainly used: "Example 1. php.ini setting examples" to match my > php.ini to. > Forgot to mentioned I'd uncommented those lines in my php.ini (and set > them to proper settings) and restarted Apache at one point. > -Liam > and here too right(may have to reconstruct url...)? http://72.14.253.104/search?q=cache:...ms.org/forum/r edhat-fedora-linux-help/61776-configuring-php5-apache-2-2-mysql-fc-5-a.html+ Apache+2+PHP+5+%2Bmbstring+fedora&hl=en&gl=us&ct=c lnk&cd=4 |