Posted by Tim Hunt on 03/24/07 11:10
Andrew McLean wrote:
> I've just moved my web site from one server to another at the same
> hosting company (I upgraded to a better package). Unfortunately one of
> my WordPress plugins now complains about the absence of multibyte string
> support in PHP on the new server.
>
> What I don't understand is that phpinfo on that server
>
> http://www.middns1.co.uk/~westdorseuk/phpinfo.php
>
> shows the three important configuration settings were enabled, viz.
>
> '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex'
'--enable-mbstring=shared'
Mbstring was compiled as an shared extension, check php.ini to make
sure extension=mbstring.so (and extension_dir='/path/to/extension/) or
extension='/path/to/extension/mbstring.so' has been set
Navigation:
[Reply to this message]
|