Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Coral 8.7.0 Breaks mbstring

Featured Replies

Just upgraded from 8.6.6 to 8.7.0 and mbstring doesn't work. Says it's loaded ok in phpinfo, but i get this php error on first mbstring call.

 

Same apache and php configs as 8.6.6, haven't changed anything.

 

[Mon Dec 03 16:48:18.802288 2012] [:error] [pid 3068:tid 344] [client 192.168.x.x:51919] PHP Fatal error: Call to undefined function mb_internal_encoding() in C:\\UniServer\\www\\xxx\\include\\functions.php on line 17, referer: https://xxx.yyy.com/index.php

 

Thanks for your help!!

 

I love Uniform Server!

 

Andrew

  • Author

just replaced the php directory with 8.6.6 and it works, must be something in the php directory...

 

same config file in both cases...

just replaced the php directory with 8.6.6 and it works, must be something in the php directory...

 

same config file in both cases...

 

I ran the following simple test script:

<?php
/* Set internal character encoding to UTF-8 */
mb_internal_encoding("UTF-8");

/* Display current internal character encoding */
echo mb_internal_encoding();
?>

 

Correctly displays "UTF-8" on a default installation of 8.7.0

 

Note:

Replacing the PHP folder (from 8.6.6) although in your case resolves the problem it is masking the real issue because the PHP core is downgraded to 5.4.7

 

Test:

Perform the following:

Extract a new copy of 8.7.0

Switch PHP to use development ini

Start servers

Run the above script

 

Check errors reported and the Apache error log this may shed some light on the real problem.

 

All the best

Ric

  • Author

thanks my fault.

 

it was php-win.exe and i thought it used php.ini, but i forgot i had to add mb_string to php-cli.ini

 

thanks for your help!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.