NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
php_mbstring.dll is missing from your computer.Try reinstall


Joined: 04 Nov 2009
Posts: 37
Reply with quote
how to install phpmbstring to php54 folder

php_mbstring.dll is missing from your computer. Try reinstalling the program to fix this problem.
View user's profileFind all posts by jerseyguy0Send private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
Most copies of PHP come with all the standard extensions.

Use phpinfo() to find out which php.ini to edit

Edit that php.ini and uncomment the mbstring extension:

Code:
extension=php_mbstring.dll


You can uncomment other extensions whilst doing that, but should only uncomment extensions that you plan on using.

If you were using a PHP in conjunction with a web server (eg Apache) then you normally have to restart the web server service. With the PhpED PHP (which I don't use myself) I think it should pickup your changes when you restart your script.

If you use the PhpED PHP, bear in mind that installing newer versions of PhpED will ask you if you want to overwrite php.ini; if you do overwrite then you will have to edit php.ini again.
View user's profileFind all posts by plugnplaySend private message


Joined: 04 Nov 2009
Posts: 37
Reply with quote
I uncomment from php54/php.ini

extension=php_mbstring.dll

and restart the server, and nusphere

and when I try to run php54/php.exe I still get same dialog box
View user's profileFind all posts by jerseyguy0Send private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
I'm currently looking in C:\Program Files (x86)\NuSphere\PhpED\php54\extensions and mine has php_mbstring.dll sitting there.

Have you adjusted any other settings in php.ini, such as extension_dir?

I'm not sure if the PhpED PHP 5.4 keeps a log of any PHP startup issues.

If you are using php_exif then ensure that is loaded after php_mbstring

With mbstring enabled, have a look at a phpinfo() and ensure mbstring is listed.
View user's profileFind all posts by plugnplaySend private message


Joined: 04 Nov 2009
Posts: 37
Reply with quote
Now mbstring works

Quote:
If you are using php_exif then ensure that is loaded after php_mbstring



How


I see mbstring.dll in
C:\Program Files (x86)\NuSphere\PhpED\php54\extensions

and in phpinfo() output
View user's profileFind all posts by jerseyguy0Send private message
php_mbstring.dll is missing from your computer.Try reinstall
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic